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

      Fields 
      Modifier and Type Field Description
      static java.lang.String 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.
      static java.lang.String ANY_REMOTE_PROJECT_OPENED_RELATED
      These actions will be available when current project is opened from cameo/teamwork server.
      static java.lang.String ANY_SERVER_LOGIN_RELATED
      These actions will be available when user is loged into teamwork or cameo server.
      static java.lang.String APPLICATION_RELATED
      These actions will be available when MagicDraw application is running.
      static java.lang.String DIAGRAM_EDIT_RELATED
      These actions will be available when diagram is opened and is not read only.
      static java.lang.String DIAGRAM_OPENED_RELATED
      These actions will be available when diagram is opened.
      static java.lang.String DIAGRAM_RELATED_ELEMENTS
      Diagram -> Related elements subgroup.
      static java.lang.String DIAGRAM_ZOOMIN_RELATED
      These actions will be available when diagram is opened and can be zoomed in.
      static java.lang.String DIAGRAM_ZOOMOUT_RELATED
      These actions will be available when diagram is opened and can be zoomed out.
      static java.lang.String DIAGRAM_ZOOMTO11_RELATED
      These actions will be available when diagram is opened and can be zoomed to 1:1.
      static java.lang.String ESI_PROJECT_OPENED_RELATED
      These actions will be available when current project is opened from esi server.
      static java.lang.String ESI_SERVER_LOGIN_RELATED
      These actions will be available when user is logged in into esi Server and server is ready.
      static java.lang.String LAYOUT_SHAPES_RELATED
      These actions will be available when diagram is opened and more than one shape is selected.
      static java.lang.String LOCAL_PROJECT_OPENED_RELATED
      These actions will be available when current project is opened from file system (not from some server)
      static java.lang.String NOT_EMPTY_CLASS_DIAGRAM_RELATED
      These actions will be available when not empty class diagram is opened.
      static java.lang.String NOT_EMPTY_DIAGRAM_RELATED
      These actions will be available when not empty diagram is opened.
      static java.lang.String OPENED_MODULE_AS_PROJECT
      Actions are disabled, when project is module
      static java.lang.String PATH_STYLE_EDIT_RELATED
      These actions will be available when current project is opened, diagram is opened and path is selected.
      static java.lang.String 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.
      static java.lang.String PRESENTATION_ELEMENT_ALIGN_RELATED
      These actions will be available when diagram is opened and selected presentation elements can be aligned.
      static java.lang.String PRESENTATION_ELEMENT_SELECTION_RELATED
      These actions will be available when diagram is opened and presentation element is selected in diagram.
      static java.lang.String PROJECT_EDIT_RELATED
      These actions will be available when project is opened and is not read only(can be edited).
      static java.lang.String PROJECT_OPENED_RELATED
      These actions will be available when project is opened.
      static java.lang.String PROJECT_SAVING_RELATED
      These actions will be available when current project can be saved.
      static java.lang.String REDO_COMMAND_RELATED
      These actions will be available when there are command ready for redo.
      static java.lang.String UNDO_COMMAND_RELATED
      These actions will be available when there are command ready for undo.
    • Field Detail

      • APPLICATION_RELATED

        static final java.lang.String APPLICATION_RELATED
        These actions will be available when MagicDraw application is running.
        See Also:
        Constant Field Values
      • PROJECT_OPENED_RELATED

        static final java.lang.String PROJECT_OPENED_RELATED
        These actions will be available when project is opened.
        See Also:
        Constant Field Values
      • DIAGRAM_OPENED_RELATED

        static final java.lang.String DIAGRAM_OPENED_RELATED
        These actions will be available when diagram is opened.
        See Also:
        Constant Field Values
      • NOT_EMPTY_DIAGRAM_RELATED

        static final java.lang.String NOT_EMPTY_DIAGRAM_RELATED
        These actions will be available when not empty diagram is opened.
        See Also:
        Constant Field Values
      • PROJECT_SAVING_RELATED

        static final java.lang.String PROJECT_SAVING_RELATED
        These actions will be available when current project can be saved.
        See Also:
        Constant Field Values
      • PRESENTATION_ELEMENT_SELECTION_RELATED

        static final java.lang.String PRESENTATION_ELEMENT_SELECTION_RELATED
        These actions will be available when diagram is opened and presentation element is selected in diagram.
        See Also:
        Constant Field Values
      • PRESENTATION_ELEMENT_ALIGN_RELATED

        static final java.lang.String PRESENTATION_ELEMENT_ALIGN_RELATED
        These actions will be available when diagram is opened and selected presentation elements can be aligned.
        See Also:
        Constant Field Values
      • REDO_COMMAND_RELATED

        static final java.lang.String REDO_COMMAND_RELATED
        These actions will be available when there are command ready for redo.
        See Also:
        Constant Field Values
      • UNDO_COMMAND_RELATED

        static final java.lang.String UNDO_COMMAND_RELATED
        These actions will be available when there are command ready for undo.
        See Also:
        Constant Field Values
      • DIAGRAM_ZOOMIN_RELATED

        static final java.lang.String DIAGRAM_ZOOMIN_RELATED
        These actions will be available when diagram is opened and can be zoomed in.
        See Also:
        Constant Field Values
      • DIAGRAM_ZOOMOUT_RELATED

        static final java.lang.String DIAGRAM_ZOOMOUT_RELATED
        These actions will be available when diagram is opened and can be zoomed out.
        See Also:
        Constant Field Values
      • DIAGRAM_ZOOMTO11_RELATED

        static final java.lang.String DIAGRAM_ZOOMTO11_RELATED
        These actions will be available when diagram is opened and can be zoomed to 1:1.
        See Also:
        Constant Field Values
      • PROJECT_EDIT_RELATED

        static final java.lang.String PROJECT_EDIT_RELATED
        These actions will be available when project is opened and is not read only(can be edited).
        See Also:
        Constant Field Values
      • NOT_EMPTY_CLASS_DIAGRAM_RELATED

        static final java.lang.String NOT_EMPTY_CLASS_DIAGRAM_RELATED
        These actions will be available when not empty class diagram is opened.
        See Also:
        Constant Field Values
      • LAYOUT_SHAPES_RELATED

        static final java.lang.String LAYOUT_SHAPES_RELATED
        These actions will be available when diagram is opened and more than one shape is selected.
        See Also:
        Constant Field Values
      • ESI_SERVER_LOGIN_RELATED

        static final java.lang.String ESI_SERVER_LOGIN_RELATED
        These actions will be available when user is logged in into esi Server and server is ready.
        See Also:
        Constant Field Values
      • ESI_PROJECT_OPENED_RELATED

        static final java.lang.String ESI_PROJECT_OPENED_RELATED
        These actions will be available when current project is opened from esi server.
        See Also:
        Constant Field Values
      • ANY_SERVER_LOGIN_RELATED

        static final java.lang.String ANY_SERVER_LOGIN_RELATED
        These actions will be available when user is loged into teamwork or cameo server.
        See Also:
        Constant Field Values
      • ANY_REMOTE_PROJECT_EDIT_RELATED

        static final java.lang.String 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:
        Constant Field Values
      • ANY_REMOTE_PROJECT_OPENED_RELATED

        static final java.lang.String ANY_REMOTE_PROJECT_OPENED_RELATED
        These actions will be available when current project is opened from cameo/teamwork server.
        See Also:
        Constant Field Values
      • LOCAL_PROJECT_OPENED_RELATED

        static final java.lang.String LOCAL_PROJECT_OPENED_RELATED
        These actions will be available when current project is opened from file system (not from some server)
        See Also:
        Constant Field Values
      • PE_SELECTION_AND_TEAMWORK_PROJECT_EDIT_RELATED

        static final java.lang.String 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:
        Constant Field Values
      • PATH_STYLE_EDIT_RELATED

        static final java.lang.String PATH_STYLE_EDIT_RELATED
        These actions will be available when current project is opened, diagram is opened and path is selected.
        See Also:
        Constant Field Values
      • DIAGRAM_EDIT_RELATED

        static final java.lang.String DIAGRAM_EDIT_RELATED
        These actions will be available when diagram is opened and is not read only.
        See Also:
        Constant Field Values
      • OPENED_MODULE_AS_PROJECT

        static final java.lang.String OPENED_MODULE_AS_PROJECT
        Actions are disabled, when project is module
        See Also:
        Constant Field Values
      • DIAGRAM_RELATED_ELEMENTS

        static final java.lang.String DIAGRAM_RELATED_ELEMENTS
        Diagram -> Related elements subgroup.
        See Also:
        Constant Field Values