Class PropertyStruct
java.lang.Object
org.gvsig.gui.beans.propertiespanel.PropertyStruct
Clase con todos los datos posibles que puede tener una clave/valor
especificada.
- Version:
- 23/04/2007
- Author:
- BorSanZa - Borja Sánchez Zamorano (borja.sanchez@iver.es)
-
Constructor Summary
ConstructorsConstructorDescriptionCrea un PropertyStruct vacioPropertyStruct(String textLabel, String key, Object value, Object[] extras) Crea un PropertyStruct; -
Method Summary
Modifier and TypeMethodDescriptionObject[]getKey()voidsetComponent(Component component) voidvoidvoidvoidsetNewValue(Object newValue) voidsetOldValue(Object oldValue) voidsetTextLabel(String textLabel)
-
Constructor Details
-
PropertyStruct
public PropertyStruct()Crea un PropertyStruct vacio -
PropertyStruct
Crea un PropertyStruct;- Parameters:
textLabel-key-value-extras-
-
-
Method Details
-
getComponent
- Returns:
- the component
-
setComponent
- Parameters:
component- the component to set
-
getExtras
- Returns:
- the extras
-
setExtras
- Parameters:
extras- the extras to set
-
getJLabel
- Returns:
- the jLabel
-
setJLabel
- Parameters:
label- the jLabel to set
-
getKey
- Returns:
- the key
-
setKey
- Parameters:
key- the key to set
-
getNewValue
- Returns:
- the newValue
-
setNewValue
- Parameters:
newValue- the newValue to set
-
getOldValue
- Returns:
- the oldValue
-
setOldValue
- Parameters:
oldValue- the oldValue to set
-
getTextLabel
- Returns:
- the textLabel
-
setTextLabel
- Parameters:
textLabel- the textLabel to set
-