Uses of Class
se.conciliate.extensions.ui.ModelingAction
Packages that use ModelingAction
Package
Description
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
Provides different widgets that can be used in the modeling tool UI.
-
Uses of ModelingAction in se.conciliate.extensions.ui
Subclasses of ModelingAction in se.conciliate.extensions.uiModifier and TypeClassDescriptionclassA group of modeling actions that are loaded when asked for.classA group of modeling actions.Methods in se.conciliate.extensions.ui that return ModelingActionModifier and TypeMethodDescriptiondefault ModelingActionModelingActionProvider.getShortcutActionForCompleteEdge(MTCompleteEdge edge, KeyStroke ks, boolean doubleClick, Component invoker, Point p) Returns an action to be executed for a keyboard shortcut or double-click on an edge.default ModelingActionModelingActionProvider.getShortcutActionForCompleteModel(MTCompleteModel model, KeyStroke ks, boolean doubleClick, Component invoker, Point p) Returns an action to be executed for a keyboard shortcut or double-click on a model.default ModelingActionModelingActionProvider.getShortcutActionForCompleteVertex(MTCompleteVertex vertex, KeyStroke ks, boolean doubleClick, Component invoker, Point p) Returns an action to be executed for a keyboard shortcut or double-click on a vertex.Methods in se.conciliate.extensions.ui that return types with arguments of type ModelingActionModifier and TypeMethodDescriptiondefault List<ModelingAction>ModelingActionProvider.getActionsForCompleteEdge(MTCompleteEdge edge, Component invoker, Point p) Returns actions that can be performed on a loaded edge.default List<? extends ModelingAction>ModelingActionProvider.getActionsForCompleteModel(MTCompleteModel model, Component invoker, Point p) Returns actions that can be performed on a fully loaded model.default List<ModelingAction>ModelingActionProvider.getActionsForCompleteVertex(MTCompleteVertex vertex, Component invoker, Point p) Returns actions that can be performed on a loaded symbol.default List<ModelingAction>ModelingActionProvider.getActionsForEdgeHeader(MTEdgeHeader edge) Returns actions that can be performed on an edge header.default List<? extends ModelingAction>ModelingActionProvider.getActionsForModelHeader(MTModelHeader model) Returns actions that can be performed on a model header.default List<? extends ModelingAction>ModelingActionProvider.getActionsForModelType(ModelType modelType) Returns actions that can be performed on the the type itself, i.e.default List<ModelingAction>ModelingActionProvider.getActionsForSymbolHeader(MTSymbolHeader symbol) Returns actions that can be performed on a symbol header.LazyModelingActionGroup.getChildren()ModelingActionGroup.getChildren()Returns the child actions.default List<ModelingAction>ModelingActionProvider.getToolsActions()Returns "tools" actions.default List<ModelingAction>ModelingActionProvider.getToolsActions(Runnable onUpdate) Returns "tools" actions.protected abstract List<ModelingAction>LazyModelingActionGroup.loadChildren()Loads the children.Methods in se.conciliate.extensions.ui with parameters of type ModelingActionModifier and TypeMethodDescriptionvoidModelingActionGroup.addModelingAction(ModelingAction action) Constructor parameters in se.conciliate.extensions.ui with type arguments of type ModelingActionModifierConstructorDescriptionModelingActionGroup(String name, Icon icon, List<ModelingAction> children, boolean enabled) ModelingActionGroup(List<ModelingAction> children, boolean enabled) -
Uses of ModelingAction in se.conciliate.extensions.ui.widgets
Method parameters in se.conciliate.extensions.ui.widgets with type arguments of type ModelingActionModifier and TypeMethodDescriptionMenuBuilderWidget.createPopupMenu(String title, List<ModelingAction> actions) Creates a popup menu from modeling actions.