public class PropertyStruct extends Object
| Constructor and Description |
|---|
PropertyStruct()
Crea un PropertyStruct vacio
|
PropertyStruct(String textLabel,
String key,
Object value,
Object[] extras)
Crea un PropertyStruct;
|
| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent() |
Object[] |
getExtras() |
JLabel |
getJLabel() |
String |
getKey() |
Object |
getNewValue() |
Object |
getOldValue() |
String |
getTextLabel() |
void |
setComponent(Component component) |
void |
setExtras(Object[] extras) |
void |
setJLabel(JLabel label) |
void |
setKey(String key) |
void |
setNewValue(Object newValue) |
void |
setOldValue(Object oldValue) |
void |
setTextLabel(String textLabel) |
public Component getComponent()
public void setComponent(Component component)
component - the component to setpublic Object[] getExtras()
public void setExtras(Object[] extras)
extras - the extras to setpublic JLabel getJLabel()
public void setJLabel(JLabel label)
label - the jLabel to setpublic String getKey()
public void setKey(String key)
key - the key to setpublic Object getNewValue()
public void setNewValue(Object newValue)
newValue - the newValue to setpublic Object getOldValue()
public void setOldValue(Object oldValue)
oldValue - the oldValue to setpublic String getTextLabel()
public void setTextLabel(String textLabel)
textLabel - the textLabel to set