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 TypeMethodDescriptionvoidGuiSwingViewCollectionTable.CollectionTable.changeSelection(int[] selectedModelRowsIndices, GuiSwingTableColumnSet.TableSelectionChange change) voidGuiSwingViewCollectionTable.CollectionTable.changeSelectionNothing(int[] selectedModelRowsIndices, GuiSwingTableColumnSet.TableSelectionChange change) voidGuiSwingViewCollectionTable.CollectionTable.selectionActionFinished(boolean autoSelection, GuiSwingTableColumnSet.TableSelectionChange change) voidGuiSwingViewCollectionTable.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 classindex list of selected rowsstatic classlist of selected {row, column} indicesstatic classindicates that the selection is not changedstatic classlist of selected row objectsFields in org.autogui.swing.table with type parameters of type GuiSwingTableColumnSet.TableSelectionChangeModifier and TypeFieldDescriptionGuiSwingTableColumnSetDefault.TableSelectionListAction.selectionChangeFactoryMethods 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 TypeMethodDescriptionvoidGuiSwingTableColumnCollection.TableSelectionSourceDynamicBase.selectionActionFinished(boolean autoSelection, GuiSwingTableColumnSet.TableSelectionChange change) voidGuiSwingTableColumnSet.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 TypeMethodDescriptionvoidGuiSwingTableColumnSetDefault.TableSelectionListAction.setSelectionChangeFactory(Function<Object, GuiSwingTableColumnSet.TableSelectionChange> selectionChangeFactory)