Class TLcdPropertyCheckboxMenuItem

java.lang.Object
java.awt.MenuComponent
java.awt.MenuItem
java.awt.CheckboxMenuItem
com.luciad.beans.awt.TLcdPropertyCheckboxMenuItem
All Implemented Interfaces:
ItemSelectable, Serializable, Accessible

@Deprecated public class TLcdPropertyCheckboxMenuItem extends CheckboxMenuItem
Deprecated.
Use a UI builder (e.g. Swing) or binding framework instead.
This is a CheckboxMenuItem to edit a boolean property through its PropertyEditor.
See Also:
  • Constructor Details

    • TLcdPropertyCheckboxMenuItem

      public TLcdPropertyCheckboxMenuItem()
      Deprecated.
      Constructs a default TLcdPropertyCheckboxMenuItem
    • TLcdPropertyCheckboxMenuItem

      public TLcdPropertyCheckboxMenuItem(PropertyEditor aPropertyEditor)
      Deprecated.
      Constructs a default TLcdPropertyCheckbox with a given PropertyEditor aPropertyEditor.getValue() must return a Boolean.
  • Method Details

    • setPropertyEditor

      public void setPropertyEditor(PropertyEditor aPropertyEditor)
      Deprecated.
      Sets the PropertyEditor to be considered. aPropertyEditor.getValue() must return a Boolean.