Module org.autogui

Class ToStringCopyCell.ToStringCopyForCellsAction

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

public static class ToStringCopyCell.ToStringCopyForCellsAction extends GuiSwingTaskRunner.ContextAction implements TableTargetCellAction
the action defined by composition of selected columns; it joins cell strings by new-lines (for row) and tabs (for columns).
See Also: