Package com.mxgraph.swing.util
Class mxGraphActions
java.lang.Object
com.mxgraph.swing.util.mxGraphActions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Action
static Action
static Action
static Action
static Action
static Action
static final mxGraph
static Action
static Action
static Action
static Action
static Action
static Action
static Action
static Action
static Action
static Action
static Action
static Action
static Action
static Action
static Action
static Action
static Action
static Action
-
Constructor Details
-
mxGraphActions
public mxGraphActions()
-
-
Method Details
-
getDeleteAction
- Returns:
- the delete action
-
getEditAction
- Returns:
- the edit action
-
getGroupAction
- Returns:
- the edit action
-
getUngroupAction
- Returns:
- the edit action
-
getRemoveFromParentAction
- Returns:
- the edit action
-
getUpdateGroupBoundsAction
- Returns:
- the edit action
-
getSelectAllAction
- Returns:
- the select all action
-
getSelectVerticesAction
- Returns:
- the select vertices action
-
getSelectEdgesAction
- Returns:
- the select edges action
-
getSelectNoneAction
- Returns:
- the select none action
-
getSelectNextAction
- Returns:
- the select next action
-
getSelectPreviousAction
- Returns:
- the select previous action
-
getSelectParentAction
- Returns:
- the select parent action
-
getSelectChildAction
- Returns:
- the select child action
-
getEnterGroupAction
- Returns:
- the go into action
-
getExitGroupAction
- Returns:
- the go up action
-
getHomeAction
- Returns:
- the home action
-
getCollapseAction
- Returns:
- the collapse action
-
getExpandAction
- Returns:
- the expand action
-
getZoomActualAction
- Returns:
- the zoom actual action
-
getZoomInAction
- Returns:
- the zoom in action
-
getZoomOutAction
- Returns:
- the zoom out action
-
getToBackAction
- Returns:
- the action that moves cell(s) to the backmost layer
-
getToFrontAction
- Returns:
- the action that moves cell(s) to the frontmost layer
-
getGraph
- Parameters:
e
-- Returns:
- Returns the graph for the given action event.
-