Uses of Interface
org.autogui.base.mapping.GuiReprCollectionTable.TableTargetCell
Packages that use GuiReprCollectionTable.TableTargetCell
-
Uses of GuiReprCollectionTable.TableTargetCell in org.autogui.swing
Classes in org.autogui.swing that implement GuiReprCollectionTable.TableTargetCellModifier and TypeClassDescriptionstatic class
Methods in org.autogui.swing with parameters of type GuiReprCollectionTable.TableTargetCellModifier and TypeMethodDescriptionvoid
GuiSwingJsonTransfer.JsonCopyCellsAction.actionPerformedOnTableCell
(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) void
GuiSwingJsonTransfer.JsonCopyRowsAction.actionPerformedOnTableCell
(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) void
GuiSwingJsonTransfer.JsonPasteCellsAction.actionPerformedOnTableCell
(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) it separates entries to 2 types: free-rows and specified-rowsvoid
GuiSwingJsonTransfer.JsonSaveCellsAction.actionPerformedOnTableCell
(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) void
GuiSwingJsonTransfer.JsonSaveRowsAction.actionPerformedOnTableCell
(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) -
Uses of GuiReprCollectionTable.TableTargetCell in org.autogui.swing.table
Classes in org.autogui.swing.table that implement GuiReprCollectionTable.TableTargetCellModifier and TypeClassDescriptionclass
an implementation ofGuiReprCollectionTable.TableTargetCell
forJTable
.class
an impl.Fields in org.autogui.swing.table declared as GuiReprCollectionTable.TableTargetCellModifier and TypeFieldDescriptionprotected GuiReprCollectionTable.TableTargetCell
GuiSwingTableColumnCollection.TableSelectionSourceDynamicBase.selection
protected GuiReprCollectionTable.TableTargetCell
ObjectTableModel.CollectionRowsAndCellsActionBuilder.target
protected GuiReprCollectionTable.TableTargetCell
ObjectTableModel.TableTargetCellExecutionAction.target
Methods in org.autogui.swing.table that return GuiReprCollectionTable.TableTargetCellMethods in org.autogui.swing.table with parameters of type GuiReprCollectionTable.TableTargetCellModifier and TypeMethodDescriptionvoid
TableTargetCellAction.actionPerformedOnTableCell
(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) void
ToStringCopyCell.ToStringCopyForCellsAction.actionPerformedOnTableCell
(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) void
ToStringCopyCell.ToStringLoadForCellsAction.actionPerformedOnTableCell
(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) void
ToStringCopyCell.ToStringPasteForCellsAction.actionPerformedOnTableCell
(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) void
ToStringCopyCell.ToStringSaveForCellsAction.actionPerformedOnTableCell
(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) GuiSwingTableColumnCollection.DynamicColumnFactoryBase.getActions
(ObjectTableModelColumns.DynamicColumnFactory sender, List<ObjectTableModelColumns.DynamicColumnFactory> children, GuiReprCollectionTable.TableTargetCell selection) GuiSwingTableColumnCollection.DynamicColumnFactoryComposite.getActions
(GuiReprCollectionTable.TableTargetCell selection) GuiSwingTableColumnCollection.DynamicColumnFactoryList.getActions
(GuiReprCollectionTable.TableTargetCell selection) GuiSwingTableColumnCollection.ObjectTableColumnSizeConcrete.getActions
(GuiReprCollectionTable.TableTargetCell selection) ObjectTableModelColumns.DynamicColumnFactory.getActions
(GuiReprCollectionTable.TableTargetCell selection) 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) ToStringCopyCell.ToStringCopyForCellsAction.getSelectedCells
(GuiReprCollectionTable.TableTargetCell target) void
ToStringCopyCell.ToStringPasteForCellsAction.run
(String str, GuiReprCollectionTable.TableTargetCell target) GuiSwingTableColumnCollection.DynamicColumnFactoryBase.toAction
(GuiMappingContext actionContext, ObjectTableModelColumns.DynamicColumnFactory sender, List<ObjectTableModelColumns.DynamicColumnFactory> children, GuiReprCollectionTable.TableTargetCell selection) GuiSwingTableColumnCollection.DynamicColumnFactoryBase.toActionForList
(GuiMappingContext actionContext, ObjectTableModelColumns.DynamicColumnFactory sender, List<ObjectTableModelColumns.DynamicColumnFactory> children, GuiReprCollectionTable.TableTargetCell selection) collect sub-factories as arguments and create an aggregated action which takes all selection items of lists of collected factories.GuiSwingTableColumnCollection.DynamicColumnFactoryBase.toActionForTarget
(GuiMappingContext actionContext, ObjectTableModelColumns.DynamicColumnFactory sender, List<ObjectTableModelColumns.DynamicColumnFactory> children, GuiReprCollectionTable.TableTargetCell selection) Constructors in org.autogui.swing.table with parameters of type GuiReprCollectionTable.TableTargetCellModifierConstructorDescriptionTableSelectionSourceDynamic
(GuiSwingTableColumnSet.TableColumnHost model, GuiReprCollectionTable.TableTargetCell selection, ObjectTableModelColumns.DynamicColumnFactory targetFactory, String targetName) TableSelectionSourceDynamicBase
(GuiSwingTableColumnSet.TableColumnHost model, GuiReprCollectionTable.TableTargetCell selection) TableSelectionSourceDynamicForIndices
(GuiSwingTableColumnSet.TableColumnHost model, GuiReprCollectionTable.TableTargetCell selection, ObjectTableModelColumns.DynamicColumnFactory targetFactory, List<GuiSwingTableColumnCollection.DynamicColumnFactoryList> argumentFactories) TableSelectionSourceDynamicForList
(GuiSwingTableColumnSet.TableColumnHost model, GuiReprCollectionTable.TableTargetCell selection, ObjectTableModelColumns.DynamicColumnFactory targetFactory, List<GuiSwingTableColumnCollection.DynamicColumnFactoryList> argumentFactories) TableSelectionSourceDynamicForRowAndColumnIndices
(GuiSwingTableColumnSet.TableColumnHost model, GuiReprCollectionTable.TableTargetCell selection, ObjectTableModelColumns.DynamicColumnFactory targetFactory, List<GuiSwingTableColumnCollection.DynamicColumnFactoryList> argumentFactories) TableTargetCellExecutionAction
(TableTargetCellAction action, GuiReprCollectionTable.TableTargetCell target)