Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
class MultipleSelectionModel[T]class TableSelectionModel[T]class TableViewSelectionModel[S]class SingleSelectionModel[T]
Members list
Value members
Concrete methods
A method that clears any selection prior to setting the selection to the given index.
A method that clears any selection prior to setting the selection to the given index.
Attributes
Clears the selection model of all selected indices.
Clears the selection model of all selected indices.
Attributes
This method will clear the selection of the item in the given index.
This method will clear the selection of the item in the given index.
Attributes
This method is available to test whether there are any selected indices/items.
This method is available to test whether there are any selected indices/items.
Attributes
Convenience method to inform if the given index is currently selected in this SelectionModel.
Convenience method to inform if the given index is currently selected in this SelectionModel.
Attributes
This will select the given index in the selection model, assuming the index is within the valid range (i.e.
This will select the given index in the selection model, assuming the index is within the valid range (i.e.
Attributes
This method will attempt to select the index that contains the given object.
This method will attempt to select the index that contains the given object.
Attributes
This method will attempt to select the first index in the control.
This method will attempt to select the first index in the control.
Attributes
This method will attempt to select the last index in the control.
This method will attempt to select the last index in the control.
Attributes
This method will attempt to select the index directly after the current focused index.
This method will attempt to select the index directly after the current focused index.
Attributes
This method will attempt to select the index directly before the current focused index.
This method will attempt to select the index directly before the current focused index.
Attributes
Refers to the selected index property, which is used to indicate the currently selected index value in the selection model.
Refers to the selected index property, which is used to indicate the currently selected index value in the selection model.
Attributes
Refers to the selected item property, which is used to indicate the currently selected item in the selection model.
Refers to the selected item property, which is used to indicate the currently selected item in the selection model.
Attributes
Inherited methods
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Value parameters
- ref
-
Object to be compared.
Attributes
- Returns
-
if the other object is equals to this delegate or not.
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
Returns the original delegate's
toString()
adding a[SFX]
prefix. - Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.