Class PropertyStruct

java.lang.Object
org.gvsig.gui.beans.propertiespanel.PropertyStruct

public class PropertyStruct extends Object
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 Details

    • PropertyStruct

      public PropertyStruct()
      Crea un PropertyStruct vacio
    • PropertyStruct

      public PropertyStruct(String textLabel, String key, Object value, Object[] extras)
      Crea un PropertyStruct;
      Parameters:
      textLabel -
      key -
      value -
      extras -
  • Method Details

    • getComponent

      public Component getComponent()
      Returns:
      the component
    • setComponent

      public void setComponent(Component component)
      Parameters:
      component - the component to set
    • getExtras

      public Object[] getExtras()
      Returns:
      the extras
    • setExtras

      public void setExtras(Object[] extras)
      Parameters:
      extras - the extras to set
    • getJLabel

      public JLabel getJLabel()
      Returns:
      the jLabel
    • setJLabel

      public void setJLabel(JLabel label)
      Parameters:
      label - the jLabel to set
    • getKey

      public String getKey()
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Parameters:
      key - the key to set
    • getNewValue

      public Object getNewValue()
      Returns:
      the newValue
    • setNewValue

      public void setNewValue(Object newValue)
      Parameters:
      newValue - the newValue to set
    • getOldValue

      public Object getOldValue()
      Returns:
      the oldValue
    • setOldValue

      public void setOldValue(Object oldValue)
      Parameters:
      oldValue - the oldValue to set
    • getTextLabel

      public String getTextLabel()
      Returns:
      the textLabel
    • setTextLabel

      public void setTextLabel(String textLabel)
      Parameters:
      textLabel - the textLabel to set