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 classMethods in org.autogui.swing with parameters of type GuiReprCollectionTable.TableTargetCellModifier and TypeMethodDescriptionvoidGuiSwingJsonTransfer.JsonCopyCellsAction.actionPerformedOnTableCell(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) voidGuiSwingJsonTransfer.JsonCopyRowsAction.actionPerformedOnTableCell(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) voidGuiSwingJsonTransfer.JsonPasteCellsAction.actionPerformedOnTableCell(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) it separates entries to 2 types: free-rows and specified-rowsvoidGuiSwingJsonTransfer.JsonSaveCellsAction.actionPerformedOnTableCell(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) voidGuiSwingJsonTransfer.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 TypeClassDescriptionclassan implementation ofGuiReprCollectionTable.TableTargetCellforJTable.classan impl.Fields in org.autogui.swing.table declared as GuiReprCollectionTable.TableTargetCellModifier and TypeFieldDescriptionprotected GuiReprCollectionTable.TableTargetCellGuiSwingTableColumnCollection.TableSelectionSourceDynamicBase.selectionprotected GuiReprCollectionTable.TableTargetCellObjectTableModel.CollectionRowsAndCellsActionBuilder.targetprotected GuiReprCollectionTable.TableTargetCellObjectTableModel.TableTargetCellExecutionAction.targetMethods in org.autogui.swing.table that return GuiReprCollectionTable.TableTargetCellMethods in org.autogui.swing.table with parameters of type GuiReprCollectionTable.TableTargetCellModifier and TypeMethodDescriptionvoidTableTargetCellAction.actionPerformedOnTableCell(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) voidToStringCopyCell.ToStringCopyForCellsAction.actionPerformedOnTableCell(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) voidToStringCopyCell.ToStringLoadForCellsAction.actionPerformedOnTableCell(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) voidToStringCopyCell.ToStringPasteForCellsAction.actionPerformedOnTableCell(ActionEvent e, GuiReprCollectionTable.TableTargetCell target) voidToStringCopyCell.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) voidToStringCopyCell.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)