Uses of Interface
org.autogui.swing.table.GuiSwingTableColumnSet.TableSelectionChange
Packages that use GuiSwingTableColumnSet.TableSelectionChange
-
Uses of GuiSwingTableColumnSet.TableSelectionChange in org.autogui.swing
Fields in org.autogui.swing with type parameters of type GuiSwingTableColumnSet.TableSelectionChangeMethods in org.autogui.swing with parameters of type GuiSwingTableColumnSet.TableSelectionChangeModifier and TypeMethodDescriptionvoid
GuiSwingViewCollectionTable.CollectionTable.changeSelection
(int[] selectedModelRowsIndices, GuiSwingTableColumnSet.TableSelectionChange change) void
GuiSwingViewCollectionTable.CollectionTable.changeSelectionNothing
(int[] selectedModelRowsIndices, GuiSwingTableColumnSet.TableSelectionChange change) void
GuiSwingViewCollectionTable.CollectionTable.selectionActionFinished
(boolean autoSelection, GuiSwingTableColumnSet.TableSelectionChange change) void
GuiSwingViewCollectionTable.TableSelectionSourceForIndices.selectionActionFinished
(boolean autoSelection, GuiSwingTableColumnSet.TableSelectionChange change) Constructor parameters in org.autogui.swing with type arguments of type GuiSwingTableColumnSet.TableSelectionChangeModifierConstructorDescriptionTableSelectionConversion
(GuiSwingTableColumnSet.TableSelectionSource table, Function<Object, GuiSwingTableColumnSet.TableSelectionChange> conversion) -
Uses of GuiSwingTableColumnSet.TableSelectionChange in org.autogui.swing.table
Classes in org.autogui.swing.table that implement GuiSwingTableColumnSet.TableSelectionChangeModifier and TypeClassDescriptionstatic class
index list of selected rowsstatic class
list of selected {row, column} indicesstatic class
indicates that the selection is not changedstatic class
list of selected row objectsFields in org.autogui.swing.table with type parameters of type GuiSwingTableColumnSet.TableSelectionChangeModifier and TypeFieldDescriptionGuiSwingTableColumnSetDefault.TableSelectionListAction.selectionChangeFactory
Methods in org.autogui.swing.table that return types with arguments of type GuiSwingTableColumnSet.TableSelectionChangeModifier and TypeMethodDescriptionGuiSwingTableColumnSetDefault.TableSelectionListAction.getSelectionChangeFactory()
Methods in org.autogui.swing.table with parameters of type GuiSwingTableColumnSet.TableSelectionChangeModifier and TypeMethodDescriptionvoid
GuiSwingTableColumnCollection.TableSelectionSourceDynamicBase.selectionActionFinished
(boolean autoSelection, GuiSwingTableColumnSet.TableSelectionChange change) void
GuiSwingTableColumnSet.TableSelectionSource.selectionActionFinished
(boolean autoSelection, GuiSwingTableColumnSet.TableSelectionChange change) the finisher for the action: the table implements the method in order to refresh selected rows.Method parameters in org.autogui.swing.table with type arguments of type GuiSwingTableColumnSet.TableSelectionChangeModifier and TypeMethodDescriptionvoid
GuiSwingTableColumnSetDefault.TableSelectionListAction.setSelectionChangeFactory
(Function<Object, GuiSwingTableColumnSet.TableSelectionChange> selectionChangeFactory)