Uses of Enum Class
de.bernd_michaely.common.desktop.fx.collections.selection.Selectable.Action
-
Uses of Selectable.Action in de.bernd_michaely.common.desktop.fx.collections.selection
Methods in de.bernd_michaely.common.desktop.fx.collections.selection that return Selectable.ActionModifier and TypeMethodDescriptionstatic Selectable.Action
Returns the enum constant of this class with the specified name.static Selectable.Action[]
Selectable.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.bernd_michaely.common.desktop.fx.collections.selection with parameters of type Selectable.ActionModifier and TypeMethodDescriptiondefault void
Selectable.select(int index, Selectable.Action action)
Set the selection status of item at index according to the given action.default void
Selectable.selectAll(Selectable.Action action)
Set the selection status of all list items according to the given action.void
Selectable.selectRange(int from, int to, Selectable.Action action)
Select the list items in the range[from, to[
according to the given action.default void
Selectable.selectRangeBidirectional(int from, int to, Selectable.Action action)
Select the list items in the closed range betweenfrom
andto
with possiblyto < from
.