Class TLcdPropertyCheckbox

java.lang.Object
java.awt.Component
java.awt.Checkbox
com.luciad.beans.awt.TLcdPropertyCheckbox
All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible

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

    • TLcdPropertyCheckbox

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

      public TLcdPropertyCheckbox(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.
    • 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.