Home
last modified time | relevance | path

Searched refs:HistoryAction (Results 1 – 11 of 11) sorted by relevance

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorKeyboardHandler.java68 map.put("undo", new EditorActions.HistoryAction(true)); in createActionMap()
69 map.put("redo", new EditorActions.HistoryAction(false)); in createActionMap()
H A DSchemaEditorToolBar.java13 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
79 add(editor.bind("Undo", new HistoryAction(true), in SchemaEditorToolBar()
81 add(editor.bind("Redo", new HistoryAction(false), in SchemaEditorToolBar()
H A DEditorPopupMenu.java7 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
24 add(editor.bind(mxResources.get("undo"), new HistoryAction(true), in EditorPopupMenu()
H A DEditorToolBar.java19 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
88 add(editor.bind("Undo", new HistoryAction(true), in EditorToolBar()
90 add(editor.bind("Redo", new HistoryAction(false), in EditorToolBar()
H A DSchemaEditorMenuBar.java19 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
90 menu.add(editor.bind(mxResources.get("undo"), new HistoryAction(true), in SchemaEditorMenuBar()
92 menu.add(editor.bind(mxResources.get("redo"), new HistoryAction(false), in SchemaEditorMenuBar()
H A DEditorMenuBar.java22 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
102 menu.add(editor.bind(mxResources.get("undo"), new HistoryAction(true), in EditorMenuBar()
104 menu.add(editor.bind(mxResources.get("redo"), new HistoryAction(false), in EditorMenuBar()
H A DEditorMenuBar.java.bak22 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
102 menu.add(editor.bind(mxResources.get("undo"), new HistoryAction(true),
104 menu.add(editor.bind(mxResources.get("redo"), new HistoryAction(false),
H A DEditorActions.java1163 public static class HistoryAction extends AbstractAction { class in EditorActions
1173 public HistoryAction(boolean undo) { in HistoryAction() method in EditorActions.HistoryAction
H A DEditorActions.java.bak1163 public static class HistoryAction extends AbstractAction {
1173 public HistoryAction(boolean undo) {
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...