- All Superinterfaces:
GuiSwingElement
- All Known Implementing Classes:
GuiSwingActionDefault
factory interface for
Actions-
Method Summary
Modifier and TypeMethodDescriptioncreateAction(GuiMappingContext context, GuiSwingView.ValuePane<?> pane, List<GuiSwingViewCollectionTable.CollectionTable> tables)
-
Method Details
-
createAction
Action createAction(GuiMappingContext context, GuiSwingView.ValuePane<?> pane, List<GuiSwingViewCollectionTable.CollectionTable> tables) - Parameters:
context- the context of an actionpane- pane for the target object (currently used for obtaining the specifier of the target)tables- in order to support selection changer, the method takes candidates of table- Returns:
- a swing-action for executing the action of the context
-