| Class | Description |
|---|---|
| AbstractComponentProperty<C extends Component,P> |
Abstract implementation of a readable/writable property representing a bean property of a
Component that can
be tracked using a PropertyChangeListener. |
| ActionProperty<P> |
Implementation of a readable/writable property representing a bean property of an
Action that can be tracked
using a PropertyChangeListener. |
| ButtonPressedProperty |
Read-only property representing the pressed state of a button.
|
| ComponentBackgroundProperty |
Readable/writable property representing the background color of a
Component. |
| ComponentEnabledProperty |
Readable/writable property representing the enabled state of a
Component. |
| ComponentFocusedProperty |
Read-only property representing the focused state of a component.
|
| ComponentForegroundProperty |
Readable/writable property representing the foreground color of a
Component. |
| ComponentLocationProperty | |
| ComponentMaximumSizeProperty |
Readable/writable property representing the maximum size of a
Component. |
| ComponentMinimumSizeProperty |
Readable/writable property representing the minimum size of a
Component. |
| ComponentPreferredSizeProperty |
Readable/writable property representing the preferred size of a
Component. |
| ComponentRolloverProperty |
Read-only property representing the rollover state of a component.
|
| ComponentSizeProperty | |
| ComponentVisibleProperty |
Readable/writable property representing the visible state of a
Component. |
| JButtonIconProperty |
Readable/writable property representing the icon bean property of a
JButton. |
| JButtonMnemonicProperty |
Readable/writable property representing the mnemonic bean property of a
JButton. |
| JButtonPressedProperty |
Read-only property representing the pressed state of a
JButton. |
| JButtonTextProperty |
Readable/writable property representing the text bean property of a
JButton. |
| JComboBoxSelectedIndexProperty |
Readable/writable property representing the selected index of a
JComboBox. |
| JComboBoxSelectedValueProperty<T> |
Readable/writable property representing the selected value of a
JComboBox. |
| JComponentToolTipTextProperty |
Readable/writable property representing the tooltip text client property of a
JComponent. |
| JDialogTitleProperty |
Readable/writable property representing the title bean property of a
JDialog. |
| JFormattedTextFieldValueProperty |
Readable/writable property representing the value of a
JFormattedTextField. |
| JFrameTitleProperty |
Readable/writable property representing the title bean property of a
JFrame. |
| JLabelDisplayedMnemonicProperty |
Readable/writable property representing the displayed mnemonic bean property of a
JLabel. |
| JLabelIconProperty |
Readable/writable property representing the icon bean property of a
JLabel. |
| JLabelTextProperty |
Readable/writable property representing the text bean property of a
JLabel. |
| JListSelectedItemCountProperty |
Read-only property representing the number of selected items in a
JList. |
| JMenuItemPressedProperty |
Read-only property representing the pressed state of a
JMenuItem. |
| JSliderMaximumValueProperty |
Readable/writable property representing the maximum value bean property of a
JSlider. |
| JSliderMinimumValueProperty |
Readable/writable property representing the minimum value bean property of a
JSlider. |
| JSliderValueProperty |
Readable/writable property representing the current value bean property of a
JSlider. |
| JTableEditingProperty |
Read-only property stating whether a specified table is in the editing state or not.
|
| JTableRolloverCellProperty |
Read-only property holding the position of the cell currently hovered by the mouse.
|
| JTableRowCountProperty |
Read-only property representing the number of rows in a
JTable. |
| JTableSelectedRowCountProperty |
Read-only property representing the number of selected rows in a
JTable. |
| JTableSelectedRowIndexProperty |
Property representing the index of the selected row of a
JTable. |
| 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.). |
| JToggleButtonPressedProperty |
Read-only property representing the pressed state of a
JToggleButton. |
| JToggleButtonSelectedProperty |
Readable/writable property representing the selected state of a
JToggleButton. |
| WindowResizableProperty |
Copyright © 2017. All rights reserved.