Field Summary |
|
final public static String | NAME_CLEARSELECTION Specifies the name for the clearSelection action. |
final public static String | NAME_COPY Specifies the name for the copy action. |
final public static String | NAME_CUT Specifies the name for the cut action. |
final public static String | NAME_DELETE Specifies the name for the delete action. |
final public static String | NAME_DESELECTEDGES Specifies the name for the deselectEdges action. |
final public static String | NAME_DESELECTVERTICES Specifies the name for the deselectVertices action. |
final public static String | NAME_EDIT Specifies the name for the edit action. |
final public static String | NAME_FIND Specifies the name for the find action. |
final public static String | NAME_FINDAGAIN Specifies the name for the findAgain action. |
final public static String | NAME_INVERTSELECTION Specifies the name for the invertSelection action. |
final public static String | NAME_PASTE Specifies the name for the paste action. |
final public static String | NAME_REDO Specifies the name for the redo action. |
final public static String | NAME_SELECTALL Specifies the name for the selectAll action. |
final public static String | NAME_SELECTEDGES Specifies the name for the selectEdges action. |
final public static String | NAME_SELECTVERTICES Specifies the name for the selectVertices action. |
final public static String | NAME_UNDO Specifies the name for the undo action. |
protected Action | fallbackAction Fallback action if the focus-owner is not a graph. |
protected static Object | lastFoundCell Holds the last found cell for a search. |
protected static Pattern | lastSearchPattern Holds the last search expression. |