Package com.nomagic.magicdraw.actions
Interface ActionsGroups
- All Known Implementing Classes:
MainFrame
@OpenApiAll
public interface ActionsGroups
The constants file which defines the names of the related actions groups.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
These actions will be available when any diagram (not just UML) is opened and is not read only.static final String
These actions will be available when any (not just UML) diagram is opened.static final String
These actions will be available when current project is opened from cameo/teamwork server and user has right to edit model.static final String
These actions will be available when current project is opened from cameo/teamwork server.static final String
These actions will be available when user is loged into teamwork or cameo server.static final String
These actions will be available when MagicDraw application is running.static final String
These actions will be available when UML diagram is opened and is not read only.static final String
These actions will be available when UML diagram is opened.static final String
Diagram -> Related elements subgroup.static final String
These actions will be available when diagram is opened and can be zoomed in.static final String
These actions will be available when diagram is opened and can be zoomed out.static final String
These actions will be available when diagram is opened and can be zoomed to 1:1.static final String
These actions will be available when current project is opened from esi server.static final String
These actions will be available when user is logged in into esi Server and server is ready.static final String
These actions will be available when diagram is opened and more than one shape is selected.static final String
These actions will be available when current project is opened from file system (not from some server)static final String
These actions will be available when not empty any diagram (not just UML) is opened.static final String
These actions will be available when not empty class diagram is opened.static final String
These actions will be available when not empty UML diagram is opened.static final String
Actions are disabled, when project is modulestatic final String
These actions will be available when current project is opened, diagram is opened and path is selected.static final String
These actions will be available when current project is opened from teamwork server and user has right to edit model and symbols are selected in opened diagram.static final String
These actions will be available when diagram is opened and selected presentation elements can be aligned.static final String
These actions will be available when diagram is opened and presentation element is selected in diagram.static final String
These actions will be available when project is opened and is not read only(can be edited).static final String
These actions will be available when project is opened.static final String
These actions will be available when current project can be saved.static final String
These actions will be available when there are command ready for redo.static final String
These actions will be available when there are command ready for undo.
-
Field Details
-
APPLICATION_RELATED
These actions will be available when MagicDraw application is running.- See Also:
-
PROJECT_OPENED_RELATED
These actions will be available when project is opened.- See Also:
-
DIAGRAM_OPENED_RELATED
These actions will be available when UML diagram is opened.- See Also:
-
ANY_DIAGRAM_OPENED_RELATED
These actions will be available when any (not just UML) diagram is opened.- See Also:
-
NOT_EMPTY_DIAGRAM_RELATED
These actions will be available when not empty UML diagram is opened.- See Also:
-
NOT_EMPTY_ANY_DIAGRAM_RELATED
These actions will be available when not empty any diagram (not just UML) is opened.- See Also:
-
PROJECT_SAVING_RELATED
These actions will be available when current project can be saved.- See Also:
-
PRESENTATION_ELEMENT_SELECTION_RELATED
These actions will be available when diagram is opened and presentation element is selected in diagram.- See Also:
-
PRESENTATION_ELEMENT_ALIGN_RELATED
These actions will be available when diagram is opened and selected presentation elements can be aligned.- See Also:
-
REDO_COMMAND_RELATED
These actions will be available when there are command ready for redo.- See Also:
-
UNDO_COMMAND_RELATED
These actions will be available when there are command ready for undo.- See Also:
-
DIAGRAM_ZOOMIN_RELATED
These actions will be available when diagram is opened and can be zoomed in.- See Also:
-
DIAGRAM_ZOOMOUT_RELATED
These actions will be available when diagram is opened and can be zoomed out.- See Also:
-
DIAGRAM_ZOOMTO11_RELATED
These actions will be available when diagram is opened and can be zoomed to 1:1.- See Also:
-
PROJECT_EDIT_RELATED
These actions will be available when project is opened and is not read only(can be edited).- See Also:
-
NOT_EMPTY_CLASS_DIAGRAM_RELATED
These actions will be available when not empty class diagram is opened.- See Also:
-
LAYOUT_SHAPES_RELATED
These actions will be available when diagram is opened and more than one shape is selected.- See Also:
-
ESI_SERVER_LOGIN_RELATED
These actions will be available when user is logged in into esi Server and server is ready.- See Also:
-
ESI_PROJECT_OPENED_RELATED
These actions will be available when current project is opened from esi server.- See Also:
-
ANY_SERVER_LOGIN_RELATED
These actions will be available when user is loged into teamwork or cameo server.- See Also:
-
ANY_REMOTE_PROJECT_EDIT_RELATED
These actions will be available when current project is opened from cameo/teamwork server and user has right to edit model.- See Also:
-
ANY_REMOTE_PROJECT_OPENED_RELATED
These actions will be available when current project is opened from cameo/teamwork server.- See Also:
-
LOCAL_PROJECT_OPENED_RELATED
These actions will be available when current project is opened from file system (not from some server)- See Also:
-
PE_SELECTION_AND_TEAMWORK_PROJECT_EDIT_RELATED
These actions will be available when current project is opened from teamwork server and user has right to edit model and symbols are selected in opened diagram.- See Also:
-
PATH_STYLE_EDIT_RELATED
These actions will be available when current project is opened, diagram is opened and path is selected.- See Also:
-
DIAGRAM_EDIT_RELATED
These actions will be available when UML diagram is opened and is not read only.- See Also:
-
ANY_DIAGRAM_EDIT_RELATED
These actions will be available when any diagram (not just UML) is opened and is not read only.- See Also:
-
OPENED_MODULE_AS_PROJECT
Actions are disabled, when project is module- See Also:
-
DIAGRAM_RELATED_ELEMENTS
Diagram -> Related elements subgroup.- See Also:
-