Uses of Class
org.autogui.swing.GuiSwingTaskRunner.ContextAction
Packages that use GuiSwingTaskRunner.ContextAction
-
Uses of GuiSwingTaskRunner.ContextAction in org.autogui.swing
Subclasses of GuiSwingTaskRunner.ContextAction in org.autogui.swingModifier and TypeClassDescriptionstatic class
a swing-action executing the action of the context.static class
an action for copying a JSON value of the target componentstatic class
an action for copying JSON values of target table-cells: each JSON values are converted from each table-column contained as a list ofGuiSwingJsonTransfer.TableMenuCompositeJsonCopy
and selected based on the column-indexstatic class
an action for copying JSON values of target table-rows: each JSON values are converted from selected-rows by the context of the tablestatic class
an action for loading a JSON value to a file of the target componentstatic class
an action for loading JSON values from a file for target table-rows or cellsstatic class
an action for pasting a JSON value of the target componentstatic class
an action for pasting JSON values of target table-rows or cellsstatic class
an action for saving a JSON value to a file of the target componentstatic class
an action for saving JSON values of target table-cellsstatic class
an action for saving JSON values of target table-rows to a filestatic class
a general to-string copy action by usingGuiRepresentation.toHumanReadableString(GuiMappingContext, Object)
static class
special handling for any type of value as stringstatic class
static class
Fields in org.autogui.swing declared as GuiSwingTaskRunner.ContextActionModifier and TypeFieldDescriptionprotected GuiSwingTaskRunner.ContextAction
GuiSwingHistoryMenu.runner
Methods in org.autogui.swing with parameters of type GuiSwingTaskRunner.ContextActionModifier and TypeMethodDescriptionstatic void
GuiSwingJsonTransfer.save
(GuiSwingTaskRunner.ContextAction runner, Supplier<Object> json, JComponent owner, String name) -
Uses of GuiSwingTaskRunner.ContextAction in org.autogui.swing.table
Subclasses of GuiSwingTaskRunner.ContextAction in org.autogui.swing.tableModifier and TypeClassDescriptionstatic class
an action using selection of dynamic columnsstatic class
an action for execution anGuiReprAction
with selected targets.static class
an action for executing anGuiReprActionList
with selected targets.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
Methods in org.autogui.swing.table with parameters of type GuiSwingTaskRunner.ContextActionModifier and TypeMethodDescriptionstatic void
ToStringCopyCell.save
(GuiSwingTaskRunner.ContextAction runner, Supplier<String> data, JComponent component, String name)