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 class
static class
static class
a composite for to-string relying onGuiRepresentation.toHumanReadableString(GuiMappingContext, Object)
static class
static class
the action defined by composition of selected columns; it joins cell strings by new-lines (for row) and tabs (for columns).static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
save
(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)
-