Package com.nomagic.magicdraw.actions
Class ActionsCreator
java.lang.Object
com.nomagic.magicdraw.actions.ActionsCreator
The helper class used for creating and holding all MagicDraw actions.
-
Method Summary
Modifier and TypeMethodDescriptionCreates the actions for activity diagramCreates the actions for any abstract diagram.Creates the actions for class diagram.void
createCommonDiagramsActions
(ActionsCategory category) Creates actions common for all diagrams.Creates the actions for collaboration diagramCreates the actions for component diagramCreates the actions for composite structure diagramCreates the actions for deployment diagramCreates the general actions.Deprecated.Creates the actions for activity diagramCreates the actions for object diagramCreates the actions for package diagramCreates the actions for profile diagramCreates the actions for protocol state machine diagramCreates the actions for collaboration diagramCreates the actions for state diagramCreates the actions for use case diagram
-
Method Details
-
createGeneralActions
Creates the general actions.- Returns:
- create general actions.
-
createCommonDiagramsActions
Creates actions common for all diagrams. This method will always create new instances of the actions.- Parameters:
category
- the category to add created actions into.
-
createClassDiagramActions
Creates the actions for class diagram.- Returns:
- the class diagram actions.
-
createUseCaseDiagramActions
Creates the actions for use case diagram- Returns:
- the use case diagram actions.
-
createCommunicationDiagramActions
Creates the actions for collaboration diagram- Returns:
- the collaboration diagram actions.
-
createSequenceDiagramActions
Creates the actions for collaboration diagram- Returns:
- the sequence diagram actions.
-
createStateDiagramActions
Creates the actions for state diagram- Returns:
- the state diagram actions.
-
createProtocolStateDiagramActions
Creates the actions for protocol state machine diagram- Returns:
- the protocol state machine diagram actions.
-
createActivityDiagramActions
Creates the actions for activity diagram- Returns:
- the activity diagram actions.
-
createInteractionOverviewDiagramActions
Creates the actions for activity diagram- Returns:
- the activity diagram actions.
-
createImplementationDiagramActions
Deprecated.Creates the actions for implementation diagram- Returns:
- the implementation diagram actions.
-
createObjectDiagramActions
Creates the actions for object diagram- Returns:
- the object diagram actions.
-
createPackageDiagramActions
Creates the actions for package diagram- Returns:
- the package diagram actions.
-
createComponentDiagramActions
Creates the actions for component diagram- Returns:
- the component diagram actions.
-
createDeploymentDiagramActions
Creates the actions for deployment diagram- Returns:
- the deployment diagram actions.
-
createProfileDiagramActions
Creates the actions for profile diagram- Returns:
- the profile diagram actions.
-
createCompositeStructureDiagramActions
Creates the actions for composite structure diagram- Returns:
- the composite structure diagram actions.
-
createAnyDiagramActions
Creates the actions for any abstract diagram.- Returns:
- the abstract diagram actions.
-
createComponentDiagramActions()