Class PropertyBoolean

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

public class PropertyBoolean extends JCheckBox implements ItemListener
An implementation of PropertyComponent that is represented as a text field.
See Also:
  • Constructor Details

    • PropertyBoolean

      public PropertyBoolean(PropertyEditor pe)
      Constructor new PropertyText.
      Parameters:
      pe - bean property editor that is used to get the value to show in the text field
  • Method Details