Class TLcdPropertyCheckboxSW

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

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

    • TLcdPropertyCheckboxSW Link icon

      public TLcdPropertyCheckboxSW()
      Deprecated.
      Constructs a default TLcdPropertyCheckbox.
    • TLcdPropertyCheckboxSW Link icon

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

    • setStringTranslator Link icon

      public void setStringTranslator(ILcdStringTranslator aStringTranslator)
      Deprecated.

      Sets the ILcdStringTranslator which will be used to translate the text next to the checkbox.

      Parameters:
      aStringTranslator - The string translator
      Since:
      2015.1.x
    • setPropertyEditor Link icon

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

      public Component getComponent()
      Deprecated.
    • getCellEditorValue Link icon

      public Object getCellEditorValue()
      Deprecated.
    • isCellEditable Link icon

      public boolean isCellEditable(EventObject aEvent)
      Deprecated.
    • shouldSelectCell Link icon

      public boolean shouldSelectCell(EventObject aEvent)
      Deprecated.
    • stopCellEditing Link icon

      public boolean stopCellEditing()
      Deprecated.
    • cancelCellEditing Link icon

      public void cancelCellEditing()
      Deprecated.