Class TLcdPropertySelector

java.lang.Object
java.awt.Component
java.awt.Choice
com.luciad.beans.awt.TLcdPropertySelector
All Implemented Interfaces:
ItemListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible

@Deprecated public class TLcdPropertySelector extends Choice implements ItemListener
Deprecated.
Use a UI builder (e.g. Swing) or binding framework instead.
This ComboBox can be used to edit a property which PropertyEditor defines tags (PropertyEditor.getTags != null). The item in the ComboBox will those returned by the PropertyEditor.getTags method. Each time a String item is selected in the ComboBox, the PropertyEditor.setAsText method is called with the item.
See Also:
  • Constructor Details

    • TLcdPropertySelector

      public TLcdPropertySelector(PropertyEditor aPropertyEditor)
      Deprecated.
      Constructs this Combobox with the PropertyEditor. aPropertyEditor must define tags (PropertyEditor.getTags != null).
  • Method Details

    • setPropertyEditor

      public void setPropertyEditor(PropertyEditor aPropertyEditor)
      Deprecated.
    • itemStateChanged

      public void itemStateChanged(ItemEvent evt)
      Deprecated.
      Specified by:
      itemStateChanged in interface ItemListener
    • getComponent

      public Component getComponent()
      Deprecated.
    • getCellEditorValue

      public Object getCellEditorValue()
      Deprecated.
    • isCellEditable

      public boolean isCellEditable(EventObject aEvent)
      Deprecated.
    • shouldSelectCell

      public boolean shouldSelectCell(EventObject aEvent)
      Deprecated.
    • stopCellEditing

      public boolean stopCellEditing()
      Deprecated.
    • cancelCellEditing

      public void cancelCellEditing()
      Deprecated.