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 class
static class
a table source for obtaining indices instead of row items.static class
Fields 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 class
class T { List<List<E>> list; } class E { String n; float v; void act() {...} }static class
class T { List<List<E>> list; } class E { String n; List<Float> l1; List<String> l2; void act(List<Integer> selectedIndices, String targetName) {...} }static class
class T { List<List<E>> list; } class E { String n; List<Float> l; void act(List<Float> selected) {...} }static class
class 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.source
GuiSwingTableColumnCollection.TableSelectionSourceDynamicBase.tableSource
Methods 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) void
GuiSwingTableColumnCollection.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)