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 classa swing-action executing the action of the context.static classan action for copying a JSON value of the target componentstatic classan action for copying JSON values of target table-cells: each JSON values are converted from each table-column contained as a list ofGuiSwingJsonTransfer.TableMenuCompositeJsonCopyand selected based on the column-indexstatic classan action for copying JSON values of target table-rows: each JSON values are converted from selected-rows by the context of the tablestatic classan action for loading a JSON value to a file of the target componentstatic classan action for loading JSON values from a file for target table-rows or cellsstatic classan action for pasting a JSON value of the target componentstatic classan action for pasting JSON values of target table-rows or cellsstatic classan action for saving a JSON value to a file of the target componentstatic classan action for saving JSON values of target table-cellsstatic classan action for saving JSON values of target table-rows to a filestatic classa general to-string copy action by usingGuiRepresentation.toHumanReadableString(GuiMappingContext, Object)static classspecial handling for any type of value as stringstatic classstatic classFields in org.autogui.swing declared as GuiSwingTaskRunner.ContextActionModifier and TypeFieldDescriptionprotected GuiSwingTaskRunner.ContextActionGuiSwingHistoryMenu.runnerMethods in org.autogui.swing with parameters of type GuiSwingTaskRunner.ContextActionModifier and TypeMethodDescriptionstatic voidGuiSwingJsonTransfer.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 classan action using selection of dynamic columnsstatic classan action for execution anGuiReprActionwith selected targets.static classan action for executing anGuiReprActionListwith selected targets.static classthe action defined by composition of selected columns; it joins cell strings by new-lines (for row) and tabs (for columns).static classMethods in org.autogui.swing.table with parameters of type GuiSwingTaskRunner.ContextActionModifier and TypeMethodDescriptionstatic voidToStringCopyCell.save(GuiSwingTaskRunner.ContextAction runner, Supplier<String> data, JComponent component, String name)