Class mxGraphActions

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

public class mxGraphActions extends Object
  • Field Details

    • deleteAction

      static final Action deleteAction
    • editAction

      static final Action editAction
    • groupAction

      static final Action groupAction
    • ungroupAction

      static final Action ungroupAction
    • removeFromParentAction

      static final Action removeFromParentAction
    • updateGroupBoundsAction

      static final Action updateGroupBoundsAction
    • selectAllAction

      static final Action selectAllAction
    • selectVerticesAction

      static final Action selectVerticesAction
    • selectEdgesAction

      static final Action selectEdgesAction
    • selectNoneAction

      static final Action selectNoneAction
    • selectNextAction

      static final Action selectNextAction
    • selectPreviousAction

      static final Action selectPreviousAction
    • selectParentAction

      static final Action selectParentAction
    • selectChildAction

      static final Action selectChildAction
    • collapseAction

      static final Action collapseAction
    • expandAction

      static final Action expandAction
    • enterGroupAction

      static final Action enterGroupAction
    • exitGroupAction

      static final Action exitGroupAction
    • homeAction

      static final Action homeAction
    • zoomActualAction

      static final Action zoomActualAction
    • zoomInAction

      static final Action zoomInAction
    • zoomOutAction

      static final Action zoomOutAction
    • toBackAction

      static final Action toBackAction
    • toFrontAction

      static final Action toFrontAction
  • 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.