Uses of Class
org.autogui.base.mapping.GuiReprCollectionTable.CellValue
Packages that use GuiReprCollectionTable.CellValue
-
Uses of GuiReprCollectionTable.CellValue in org.autogui.base.mapping
Methods in org.autogui.base.mapping that return GuiReprCollectionTable.CellValueModifier and TypeMethodDescriptionMethods in org.autogui.base.mapping that return types with arguments of type GuiReprCollectionTable.CellValueModifier and TypeMethodDescriptionGuiReprCollectionTable.TableTarget.getSelectedCells()
GuiReprCollectionTable.TableTargetCell.getSelectedRowAllCells()
Method parameters in org.autogui.base.mapping with type arguments of type GuiReprCollectionTable.CellValueModifier and TypeMethodDescriptionvoid
GuiReprCollectionTable.TableTarget.setCellValues
(List<GuiReprCollectionTable.CellValue> values) -
Uses of GuiReprCollectionTable.CellValue in org.autogui.swing
Subclasses of GuiReprCollectionTable.CellValue in org.autogui.swingModifier and TypeClassDescriptionstatic class
a cell value indicating that it's row index is specified like { "#":123, ...Fields in org.autogui.swing with type parameters of type GuiReprCollectionTable.CellValueModifier and TypeFieldDescriptionprotected List
<List<GuiReprCollectionTable.CellValue>> GuiSwingJsonTransfer.JsonFillLoop.freeRows
protected Map
<Integer, List<GuiReprCollectionTable.CellValue>> GuiSwingJsonTransfer.JsonFillLoop.specifiedRows
Methods in org.autogui.swing that return types with arguments of type GuiReprCollectionTable.CellValueModifier and TypeMethodDescriptionGuiSwingJsonTransfer.JsonPasteCellsAction.getCellsForRow
(int rowIndex, Object rowJson) Methods in org.autogui.swing with parameters of type GuiReprCollectionTable.CellValueModifier and TypeMethodDescriptionGuiSwingJsonTransfer.JsonCopyCellsAction.getMenuCompositeForCell
(GuiReprCollectionTable.CellValue cell) Method parameters in org.autogui.swing with type arguments of type GuiReprCollectionTable.CellValueModifier and TypeMethodDescriptionboolean
GuiSwingJsonTransfer.JsonFillLoop.addRow
(List<GuiReprCollectionTable.CellValue> updatedRow) GuiSwingJsonTransfer.JsonCopyCellsAction.getJson
(List<GuiReprCollectionTable.CellValue> cells) -
Uses of GuiReprCollectionTable.CellValue in org.autogui.swing.table
Methods in org.autogui.swing.table that return types with arguments of type GuiReprCollectionTable.CellValueModifier and TypeMethodDescriptionTableTargetCellForJTable.getCellsByCellIndices
(Iterable<int[]> idx) ObjectTableColumn.TableTargetColumnForObjectColumn.getSelectedCells()
TableTargetCellForJTable.getSelectedCells()
ToStringCopyCell.ToStringCopyForCellsAction.getSelectedCells
(GuiReprCollectionTable.TableTargetCell target) TableTargetCellForJTable.getSelectedRowAllCells()
Methods in org.autogui.swing.table with parameters of type GuiReprCollectionTable.CellValueModifier and TypeMethodDescriptionToStringCopyCell.ToStringCopyForCellsAction.getMenuCompositeForCell
(GuiReprCollectionTable.CellValue cell) Method parameters in org.autogui.swing.table with type arguments of type GuiReprCollectionTable.CellValueModifier and TypeMethodDescriptionToStringCopyCell.ToStringCopyForCellsAction.getString
(List<GuiReprCollectionTable.CellValue> cells) void
ObjectTableColumn.TableTargetColumnForObjectColumn.setCellValues
(List<GuiReprCollectionTable.CellValue> values) void
TableTargetCellForJTable.setCellValues
(List<GuiReprCollectionTable.CellValue> values)