Class mxGraphActions

java.lang.Object
com.mxgraph.swing.util.mxGraphActions

public class mxGraphActions extends Object
  • Constructor Details

    • mxGraphActions

      public mxGraphActions()
  • Method Details

    • getDeleteAction

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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