java.lang.Object
org.autogui.swing.table.ToStringCopyCell
classes for copying string description of selected cells and rows
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classa composite for to-string relying onGuiRepresentation.toHumanReadableString(GuiMappingContext, Object)static classstatic classthe action defined by composition of selected columns; it joins cell strings by new-lines (for row) and tabs (for columns).static classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsave(GuiSwingTaskRunner.ContextAction runner, Supplier<String> data, JComponent component, String name)
-
Field Details
-
Constructor Details
-
ToStringCopyCell
public ToStringCopyCell()
-
-
Method Details
-
save
public static void save(GuiSwingTaskRunner.ContextAction runner, Supplier<String> data, JComponent component, String name)
-