| Class | Description |
|---|---|
| ComponentEnabledProperty |
Readable/writable property representing the enabled state of a
Component. |
| ComponentFocusedProperty |
Read-only property representing the focused state of a component.
|
| ComponentRolloverProperty |
Read-only property representing the rollover state of a component.
|
| ComponentVisibleProperty |
Readable/writable property representing the visible state of a
JComponent. |
| JTextComponentEditableProperty |
Readable/writable property representing the editable state of a
JTextComponent. |
| JTextComponentTextProperty |
Read/writable property representing the text in the document of a
JTextComponent (for instance, a textfield,
a text area, etc.). |
| JToggleButtonSelectedProperty |
Readable/writable property representing the selected state of a
JToggleButton. |
Copyright © 2014. All Rights Reserved.