public class BooleanEditor extends PropertyEditor
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JCheckBox |
myCheckBox |
Constructor and Description |
---|
BooleanEditor() |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getComponent(PropertiesContainer container,
PropertyContext context,
java.lang.Object value,
InplaceContext inplaceContext) |
javax.swing.JComponent |
getPreferredFocusedComponent() |
java.lang.Object |
getValue() |
void |
updateUI() |
activate, addPropertyEditorListener, fireEditingCancelled, fireValueCommitted, preferredSizeChanged, removePropertyEditorListener
public void updateUI()
updateUI
in class PropertyEditor
public java.lang.Object getValue() throws java.lang.Exception
getValue
in class PropertyEditor
java.lang.Exception
public javax.swing.JComponent getPreferredFocusedComponent()
getPreferredFocusedComponent
in class PropertyEditor
public javax.swing.JComponent getComponent(PropertiesContainer container, PropertyContext context, java.lang.Object value, InplaceContext inplaceContext)
getComponent
in class PropertyEditor