Searched refs:SaveAction (Results 1 – 10 of 10) sorted by relevance
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorKeyboardHandler.java | 64 map.put("save", new EditorActions.SaveAction(false)); in createActionMap() 65 map.put("saveAs", new EditorActions.SaveAction(true)); in createActionMap()
|
H A D | SchemaEditorToolBar.java | 17 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction; 55 add(editor.bind("Save", new SaveAction(false), in SchemaEditorToolBar()
|
H A D | EditorToolBar.java | 24 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction; 64 add(editor.bind("Save", new SaveAction(false), in EditorToolBar()
|
H A D | SchemaEditorMenuBar.java | 26 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction; 70 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false), in SchemaEditorMenuBar() 72 menu.add(editor.bind(mxResources.get("saveAs"), new SaveAction(true), in SchemaEditorMenuBar()
|
H A D | EditorMenuBar.java | 31 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction; 82 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false), in EditorMenuBar()
|
H A D | EditorMenuBar.java.bak | 31 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction; 82 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false), 84 // menu.add(editor.bind(mxResources.get("saveAs"), new SaveAction(true),
|
H A D | EditorActions.java | 482 public static class SaveAction extends AbstractAction { class in EditorActions 493 public SaveAction(boolean showDialog) { in SaveAction() method in EditorActions.SaveAction
|
H A D | EditorActions.java.bak | 482 public static class SaveAction extends AbstractAction { 493 public SaveAction(boolean showDialog) {
|
/plugin/jdraw/lib/ |
H A D | jdraw.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | jgraphx-examples.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |