Class TLcdPropertyCheckboxMenuItemSW

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, MenuElement, SwingConstants

@Deprecated public class TLcdPropertyCheckboxMenuItemSW extends JCheckBoxMenuItem
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

    • TLcdPropertyCheckboxMenuItemSW

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

      public TLcdPropertyCheckboxMenuItemSW(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.