- JButtonIconProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the icon bean property of a
JButton.
- JButtonIconProperty(JButton) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JButtonIconProperty
- JButtonMnemonicProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the mnemonic bean property of a
JButton.
- JButtonMnemonicProperty(JButton) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JButtonMnemonicProperty
- JButtonPressedProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Read-only property representing the pressed state of a
JButton.
- JButtonPressedProperty(JButton) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JButtonPressedProperty
- JButtonTextProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the text bean property of a
JButton.
- JButtonTextProperty(JButton) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JButtonTextProperty
- JComboBoxSelectedIndexProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the selected index of a
JComboBox.
- JComboBoxSelectedIndexProperty(JComboBox) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JComboBoxSelectedIndexProperty
-
Constructor specifying the component for which the property applies.
- JComboBoxSelectedValueProperty<T> - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the selected value of a
JComboBox.
- JComboBoxSelectedValueProperty(JComboBox) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JComboBoxSelectedValueProperty
-
Constructor specifying the component for which the property applies.
- JComponentToolTipTextProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the tooltip text client property of a
JComponent.
- JComponentToolTipTextProperty(JComponent) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JComponentToolTipTextProperty
- JDialogTitleProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the title bean property of a
JDialog.
- JDialogTitleProperty(JDialog) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JDialogTitleProperty
- JFormattedTextFieldValueProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
- JFormattedTextFieldValueProperty(JFormattedTextField) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JFormattedTextFieldValueProperty
- JFrameTitleProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the title bean property of a
JFrame.
- JFrameTitleProperty(JFrame) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JFrameTitleProperty
- JLabelDisplayedMnemonicProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the displayed mnemonic bean property of a
JLabel.
- JLabelDisplayedMnemonicProperty(JLabel) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JLabelDisplayedMnemonicProperty
- JLabelIconProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the icon bean property of a
JLabel.
- JLabelIconProperty(JLabel) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JLabelIconProperty
- JLabelTextProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the text bean property of a
JLabel.
- JLabelTextProperty(JLabel) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JLabelTextProperty
- JListSelectedItemCountProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Read-only property representing the number of selected items in a
JList.
- JListSelectedItemCountProperty(JList) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JListSelectedItemCountProperty
-
Constructor specifying the list whose selection count is represented by this property.
- JMenuItemPressedProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Read-only property representing the pressed state of a
JMenuItem.
- JMenuItemPressedProperty(JMenuItem) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JMenuItemPressedProperty
- JSliderMaximumValueProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the maximum value bean property of a
JSlider.
- JSliderMaximumValueProperty(JSlider) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JSliderMaximumValueProperty
- JSliderMinimumValueProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the minimum value bean property of a
JSlider.
- JSliderMinimumValueProperty(JSlider) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JSliderMinimumValueProperty
- JSliderValueProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the current value bean property of a
JSlider.
- JSliderValueProperty(JSlider) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JSliderValueProperty
-
Constructor specifying the component for which the property applies.
- JTableColumnIndexToModelTransformer - Class in com.github.leanframeworks.propertiesframework.swing.transform
-
Transformer converting table column view indices to model indices.
- JTableColumnIndexToModelTransformer(JTable) - Constructor for class com.github.leanframeworks.propertiesframework.swing.transform.JTableColumnIndexToModelTransformer
-
Constructor specifying the table to be used to convert view column indices to model indices.
- JTableColumnIndexToViewTransformer - Class in com.github.leanframeworks.propertiesframework.swing.transform
-
Transformer converting table column model indices to view indices.
- JTableColumnIndexToViewTransformer(JTable) - Constructor for class com.github.leanframeworks.propertiesframework.swing.transform.JTableColumnIndexToViewTransformer
-
Constructor specifying the table to be used to convert model column indices to view indices.
- JTableEditingProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Read-only property stating whether a specified table is in the editing state or not.
- JTableEditingProperty(JTable) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JTableEditingProperty
-
Constructor specifying the table to be tracked.
- JTableRolloverCellProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Read-only property holding the position of the cell currently hovered by the mouse.
- JTableRolloverCellProperty(JTable) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JTableRolloverCellProperty
-
Constructor specifying the table to be tracked.
- JTableRowCountProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Read-only property representing the number of rows in a
JTable.
- JTableRowCountProperty(JTable) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JTableRowCountProperty
-
Constructor specifying the table whose row count is represented by this property.
- JTableRowIndexToModelTransformer - Class in com.github.leanframeworks.propertiesframework.swing.transform
-
Transformer converting table row view indices to model indices.
- JTableRowIndexToModelTransformer(JTable) - Constructor for class com.github.leanframeworks.propertiesframework.swing.transform.JTableRowIndexToModelTransformer
-
Constructor specifying the table to be used to convert view row indices to model indices.
- JTableRowIndexToModelTransformer(RowSorter<?>) - Constructor for class com.github.leanframeworks.propertiesframework.swing.transform.JTableRowIndexToModelTransformer
-
Constructor specifying the table row sorter to be used to convert view row indices to model indices.
- JTableRowIndexToViewTransformer - Class in com.github.leanframeworks.propertiesframework.swing.transform
-
Transformer converting table row model indices to view indices.
- JTableRowIndexToViewTransformer(JTable) - Constructor for class com.github.leanframeworks.propertiesframework.swing.transform.JTableRowIndexToViewTransformer
-
Constructor specifying the table to be used to convert model row indices to view indices.
- JTableRowIndexToViewTransformer(RowSorter<?>) - Constructor for class com.github.leanframeworks.propertiesframework.swing.transform.JTableRowIndexToViewTransformer
-
Constructor specifying the table row sorter to be used to convert model row indices to view indices.
- JTableSelectedRowCountProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Read-only property representing the number of selected rows in a
JTable.
- JTableSelectedRowCountProperty(JTable) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JTableSelectedRowCountProperty
-
Constructor specifying the table whose selection count is represented by this property.
- JTableSelectedRowIndexProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Property representing the index of the selected row of a
JTable.
- JTableSelectedRowIndexProperty(JTable) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JTableSelectedRowIndexProperty
-
Constructor specifying the table
- JTextComponentEditableProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the editable state of a
JTextComponent.
- JTextComponentEditableProperty(JTextComponent) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JTextComponentEditableProperty
- JTextComponentTextProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Read/writable property representing the text in the document of a
JTextComponent (for instance, a textfield,
a text area, etc.).
- JTextComponentTextProperty(JTextComponent) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JTextComponentTextProperty
-
Constructor specifying the text component to which the property applies.
- JToggleButtonPressedProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Read-only property representing the pressed state of a
JToggleButton.
- JToggleButtonPressedProperty(JToggleButton) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JToggleButtonPressedProperty
- JToggleButtonSelectedProperty - Class in com.github.leanframeworks.propertiesframework.swing.property
-
Readable/writable property representing the selected state of a
JToggleButton.
- JToggleButtonSelectedProperty(JToggleButton) - Constructor for class com.github.leanframeworks.propertiesframework.swing.property.JToggleButtonSelectedProperty
-
Constructor specifying the component for which the property applies.