Module org.autogui

Class GuiSwingJsonTransfer.JsonCopyCellsAction

java.lang.Object
javax.swing.AbstractAction
org.autogui.swing.GuiSwingTaskRunner.ContextAction
org.autogui.swing.GuiSwingJsonTransfer.JsonCopyCellsAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, TableTargetCellAction, PopupCategorized.CategorizedMenuItem, PopupCategorized.CategorizedMenuItemAction, PopupCategorized.CategorizedMenuItemComponent
Direct Known Subclasses:
GuiSwingJsonTransfer.JsonSaveCellsAction
Enclosing class:
GuiSwingJsonTransfer

public static class GuiSwingJsonTransfer.JsonCopyCellsAction extends GuiSwingTaskRunner.ContextAction implements TableTargetCellAction
an action for copying JSON values of target table-cells: each JSON values are converted from each table-column contained as a list of GuiSwingJsonTransfer.TableMenuCompositeJsonCopy and selected based on the column-index
See Also: