Uses of Interface
org.autogui.swing.table.GuiSwingTableColumnSet.TableSelectionSource
Packages that use GuiSwingTableColumnSet.TableSelectionSource
-
Uses of GuiSwingTableColumnSet.TableSelectionSource in org.autogui.swing
Classes in org.autogui.swing that implement GuiSwingTableColumnSet.TableSelectionSourceModifier and TypeClassDescriptionstatic classstatic classa table source for obtaining indices instead of row items.static classFields in org.autogui.swing declared as GuiSwingTableColumnSet.TableSelectionSourceConstructors in org.autogui.swing with parameters of type GuiSwingTableColumnSet.TableSelectionSourceModifierConstructorDescriptionTableSelectionConversion(GuiSwingTableColumnSet.TableSelectionSource table, Function<Object, GuiSwingTableColumnSet.TableSelectionChange> conversion) -
Uses of GuiSwingTableColumnSet.TableSelectionSource in org.autogui.swing.table
Classes in org.autogui.swing.table that implement GuiSwingTableColumnSet.TableSelectionSourceModifier and TypeClassDescriptionstatic classclass T { List<List<E>> list; } class E { String n; float v; void act() {...} }static classclass T { List<List<E>> list; } class E { String n; List<Float> l1; List<String> l2; void act(List<Integer> selectedIndices, String targetName) {...} }static classclass T { List<List<E>> list; } class E { String n; List<Float> l; void act(List<Float> selected) {...} }static classclass T { List<List<E>> list; } class E { String n; List<Float> l1; List<String> l2; void act(List<int[]> selectedIndices, String targetName) {...} }Fields in org.autogui.swing.table declared as GuiSwingTableColumnSet.TableSelectionSourceModifier and TypeFieldDescriptionGuiSwingTableColumnSetDefault.TableSelectionListAction.sourceGuiSwingTableColumnCollection.TableSelectionSourceDynamicBase.tableSourceMethods in org.autogui.swing.table that return GuiSwingTableColumnSet.TableSelectionSourceModifier and TypeMethodDescriptionGuiSwingTableColumnSetDefault.TableSelectionListAction.getSource()Methods in org.autogui.swing.table with parameters of type GuiSwingTableColumnSet.TableSelectionSourceModifier and TypeMethodDescriptionGuiSwingTableColumnSet.createColumnActions(GuiMappingContext context, GuiSwingTableColumnSet.TableSelectionSource source) create actions for sub-contexts associated toGuiReprAction.GuiSwingTableColumnSetDefault.createColumnActions(GuiMappingContext context, GuiSwingTableColumnSet.TableSelectionSource source) support actions of an element object:ObjectTableModelColumns.DynamicColumnContainer.getDynamicColumnActions(GuiReprCollectionTable.TableTargetCell selection, GuiSwingTableColumnSet.TableSelectionSource tableSource) ObjectTableModelColumns.getDynamicColumnsActions(GuiReprCollectionTable.TableTargetCell selection, GuiSwingTableColumnSet.TableSelectionSource tableSource) GuiSwingTableColumnCollection.DynamicColumnFactoryCollectionRoot.getRootActions(GuiReprCollectionTable.TableTargetCell selection, GuiSwingTableColumnSet.TableSelectionSource tableSource) class Tbl { //tableOwner: the target of the action List<List<E>> table; void action(List<List<E>> l) { ...ObjectTableModelColumns.DynamicColumnFactoryRoot.getRootActions(GuiReprCollectionTable.TableTargetCell cell, GuiSwingTableColumnSet.TableSelectionSource tableSource) voidGuiSwingTableColumnCollection.TableSelectionSourceDynamicBase.setTableSource(GuiSwingTableColumnSet.TableSelectionSource tableSource) GuiSwingTableColumnCollection.DynamicColumnFactoryCollectionRoot.withSelectionChange(GuiSwingTableColumnSetDefault.TableSelectionListAction a, GuiSwingTableColumnSet.TableSelectionSource source) Constructors in org.autogui.swing.table with parameters of type GuiSwingTableColumnSet.TableSelectionSourceModifierConstructorDescriptionTableSelectionListAction(GuiMappingContext context, GuiSwingTableColumnSet.TableSelectionSource source)