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, removePropertyEditorListenerpublic void updateUI()
updateUI in class PropertyEditorpublic java.lang.Object getValue()
throws java.lang.Exception
getValue in class PropertyEditorjava.lang.Exceptionpublic javax.swing.JComponent getPreferredFocusedComponent()
getPreferredFocusedComponent in class PropertyEditorpublic javax.swing.JComponent getComponent(PropertiesContainer container, PropertyContext context, java.lang.Object value, InplaceContext inplaceContext)
getComponent in class PropertyEditor