See: Description
| Interface | Description |
|---|---|
| ActionsGroups |
The constants file which defines the names of the related actions groups.
|
| ActionsID |
This class defines the IDs for action used in MagicDraw.
|
| BrowserAction |
The interface for all browser actions.
|
| BrowserContextAMConfigurator |
Configurator for configuring managers for browser pop up menu.
|
| BrowserToolbarAMConfigurator |
Configurator for configuring managers for browser toolbar.
|
| ConfiguratorWithPriority |
Common priority handling for all configurators
|
| DiagramAction |
The interface for diagram actions.
|
| DiagramContextAMConfigurator |
The interface for all diagrams actions configurators.
|
| DiagramContextToolbarAMConfigurator |
The interface for all diagram context toolbar action configurators.
|
| TargetElementAMConfigurator |
Actions configurator uses for context toolbar
|
| Class | Description |
|---|---|
| ActionsConfiguratorsManager |
The singleton class for adding/removing configurations of actions managers in MagicDraw application.
|
| ActionsCreator |
The helper class used for creating and holding all MagicDraw actions.
|
| ActionsProvider |
The singleton class used for accessing actions in different parts (diagrams, browsers, main menu and etc.) of MagicDraw application.
|
| ActionsStateUpdater |
Class responsible for updating actions without groups.
|
| DiagramInnerToolbarConfiguration | |
| DiagramsActionsManager |
The class responsible for managing the actions used in all kind of diagrams.
|
| MDAction |
This action uses
ActionsGroupController for checking enabled/disable state of assigned relative actions group(if it has some group). |
| MDActionsCategory |
The class describes the actions category used in MagicDraw.
|
| MDActionsManager |
The class responsible for managing the actions and categories.
|
| MDMenuAction |
This class represents special kind of action.
|
| MDStateAction |
The class describes the action for changing some boolean state.
|
| MenuCreatorFactory |
This factory returns the best instance of
ActionMenuCreator to
use in MagicDraw application. |
| PropertyAction |
Action for changing assigned property value.
|
Package contains constants, interfaces and predefined actions. Constants contains actions ids and groups. There is defined base actions and configurators to be used in MagicDraw.