Class mxGraphActions


  • public class mxGraphActions
    extends java.lang.Object
    • Constructor Detail

      • mxGraphActions

        public mxGraphActions()
    • Method Detail

      • getDeleteAction

        public static javax.swing.Action getDeleteAction()
        Returns:
        the delete action
      • getEditAction

        public static javax.swing.Action getEditAction()
        Returns:
        the edit action
      • getGroupAction

        public static javax.swing.Action getGroupAction()
        Returns:
        the edit action
      • getUngroupAction

        public static javax.swing.Action getUngroupAction()
        Returns:
        the edit action
      • getRemoveFromParentAction

        public static javax.swing.Action getRemoveFromParentAction()
        Returns:
        the edit action
      • getUpdateGroupBoundsAction

        public static javax.swing.Action getUpdateGroupBoundsAction()
        Returns:
        the edit action
      • getSelectAllAction

        public static javax.swing.Action getSelectAllAction()
        Returns:
        the select all action
      • getSelectVerticesAction

        public static javax.swing.Action getSelectVerticesAction()
        Returns:
        the select vertices action
      • getSelectEdgesAction

        public static javax.swing.Action getSelectEdgesAction()
        Returns:
        the select edges action
      • getSelectNoneAction

        public static javax.swing.Action getSelectNoneAction()
        Returns:
        the select none action
      • getSelectNextAction

        public static javax.swing.Action getSelectNextAction()
        Returns:
        the select next action
      • getSelectPreviousAction

        public static javax.swing.Action getSelectPreviousAction()
        Returns:
        the select previous action
      • getSelectParentAction

        public static javax.swing.Action getSelectParentAction()
        Returns:
        the select parent action
      • getSelectChildAction

        public static javax.swing.Action getSelectChildAction()
        Returns:
        the select child action
      • getEnterGroupAction

        public static javax.swing.Action getEnterGroupAction()
        Returns:
        the go into action
      • getExitGroupAction

        public static javax.swing.Action getExitGroupAction()
        Returns:
        the go up action
      • getHomeAction

        public static javax.swing.Action getHomeAction()
        Returns:
        the home action
      • getCollapseAction

        public static javax.swing.Action getCollapseAction()
        Returns:
        the collapse action
      • getExpandAction

        public static javax.swing.Action getExpandAction()
        Returns:
        the expand action
      • getZoomActualAction

        public static javax.swing.Action getZoomActualAction()
        Returns:
        the zoom actual action
      • getZoomInAction

        public static javax.swing.Action getZoomInAction()
        Returns:
        the zoom in action
      • getZoomOutAction

        public static javax.swing.Action getZoomOutAction()
        Returns:
        the zoom out action
      • getToBackAction

        public static javax.swing.Action getToBackAction()
        Returns:
        the action that moves cell(s) to the backmost layer
      • getToFrontAction

        public static javax.swing.Action getToFrontAction()
        Returns:
        the action that moves cell(s) to the frontmost layer
      • getGraph

        public static final mxGraph getGraph​(java.awt.event.ActionEvent e)
        Parameters:
        e -
        Returns:
        Returns the graph for the given action event.