Package com.nomagic.magicdraw.ui
Class DiagramToolbarConfiguration
- java.lang.Object
-
- com.nomagic.actions.ActionsManager
-
- com.nomagic.magicdraw.actions.MDActionsManager
-
- com.nomagic.magicdraw.ui.DiagramToolbarConfiguration
-
- All Implemented Interfaces:
java.lang.Cloneable
@OpenApiAll public class DiagramToolbarConfiguration extends MDActionsManager
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.nomagic.actions.ActionsManager
ActionsManager.ActionPropertyChangeListener
-
-
Field Summary
-
Fields inherited from class com.nomagic.actions.ActionsManager
SHORTCUTS_MODIFIED
-
-
Constructor Summary
Constructors Constructor Description DiagramToolbarConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCustomDiagramToolbarCategory(DiagramInnerToolbarConfiguration category)
java.util.List<NMAction>
getSortedActions()
-
Methods inherited from class com.nomagic.actions.ActionsManager
addActionNearTheGiven, addActionNearTheGiven, addCategory, addCategory, addCategory, addCategory, constructNoneAction, createCache, dropCache, forEach, forEachIncludingSelf, getActionFor, getActionFor, getActionParent, getActionsCategoryRecursively, getAllActions, getAllOrderedActions, getCategories, getCategory, getIdToActionMap, getLastActionsCategory, getOrCreateCache, getParent, isEmpty, makeCopy, markShortcutsModified, removeAction, removeAction, removeAction, removeAllActions, removeCategory, removeIf, setCategories, setParent, updateCommandKeysFrom, updateShortcutsFrom, updateStateForAllActions
-
-
-
-
Method Detail
-
getSortedActions
public java.util.List<NMAction> getSortedActions()
-
addCustomDiagramToolbarCategory
public void addCustomDiagramToolbarCategory(DiagramInnerToolbarConfiguration category)
-
-