Home
last modified time | relevance | path

Searched refs:EditorActions (Results 1 – 15 of 15) sorted by relevance

/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaEditorMenuBar.java14 import com.mxgraph.examples.swing.editor.EditorActions.BackgroundAction;
16 import com.mxgraph.examples.swing.editor.EditorActions.ExitAction;
17 import com.mxgraph.examples.swing.editor.EditorActions.GridColorAction;
18 import com.mxgraph.examples.swing.editor.EditorActions.GridStyleAction;
19 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
20 import com.mxgraph.examples.swing.editor.EditorActions.NewAction;
21 import com.mxgraph.examples.swing.editor.EditorActions.OpenAction;
23 import com.mxgraph.examples.swing.editor.EditorActions.PageSetupAction;
24 import com.mxgraph.examples.swing.editor.EditorActions.PrintAction;
26 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction;
[all …]
H A DEditorKeyboardHandler.java64 map.put("save", new EditorActions.SaveAction(false)); in createActionMap()
65 map.put("saveAs", new EditorActions.SaveAction(true)); in createActionMap()
66 map.put("new", new EditorActions.NewAction()); in createActionMap()
67 map.put("open", new EditorActions.OpenAction()); in createActionMap()
68 map.put("undo", new EditorActions.HistoryAction(true)); in createActionMap()
69 map.put("redo", new EditorActions.HistoryAction(false)); in createActionMap()
H A DEditorMenuBar.java14 import com.mxgraph.examples.swing.editor.EditorActions.AlignCellsAction;
15 import com.mxgraph.examples.swing.editor.EditorActions.AutosizeAction;
18 import com.mxgraph.examples.swing.editor.EditorActions.ColorAction;
19 import com.mxgraph.examples.swing.editor.EditorActions.ExitAction;
22 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
24 import com.mxgraph.examples.swing.editor.EditorActions.NewAction;
25 import com.mxgraph.examples.swing.editor.EditorActions.OpenAction;
28 import com.mxgraph.examples.swing.editor.EditorActions.PrintAction;
31 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction;
32 import com.mxgraph.examples.swing.editor.EditorActions.ScaleAction;
[all …]
H A DEditorToolBar.java17 import com.mxgraph.examples.swing.editor.EditorActions.ColorAction;
18 import com.mxgraph.examples.swing.editor.EditorActions.FontStyleAction;
19 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
20 import com.mxgraph.examples.swing.editor.EditorActions.KeyValueAction;
21 import com.mxgraph.examples.swing.editor.EditorActions.NewAction;
22 import com.mxgraph.examples.swing.editor.EditorActions.OpenAction;
23 import com.mxgraph.examples.swing.editor.EditorActions.PrintAction;
24 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction;
H A DSchemaEditorToolBar.java13 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
14 import com.mxgraph.examples.swing.editor.EditorActions.NewAction;
15 import com.mxgraph.examples.swing.editor.EditorActions.OpenAction;
16 import com.mxgraph.examples.swing.editor.EditorActions.PrintAction;
17 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction;
H A DEditorMenuBar.java.bak14 import com.mxgraph.examples.swing.editor.EditorActions.AlignCellsAction;
15 import com.mxgraph.examples.swing.editor.EditorActions.AutosizeAction;
18 import com.mxgraph.examples.swing.editor.EditorActions.ColorAction;
19 import com.mxgraph.examples.swing.editor.EditorActions.ExitAction;
22 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
24 import com.mxgraph.examples.swing.editor.EditorActions.NewAction;
25 import com.mxgraph.examples.swing.editor.EditorActions.OpenAction;
28 import com.mxgraph.examples.swing.editor.EditorActions.PrintAction;
31 import com.mxgraph.examples.swing.editor.EditorActions.SaveAction;
32 import com.mxgraph.examples.swing.editor.EditorActions.ScaleAction;
[all …]
H A DEditorPopupMenu.java7 import com.mxgraph.examples.swing.editor.EditorActions.HistoryAction;
H A DEditorActions.java.bak2 * $Id: EditorActions.java,v 1.6 2009/12/08 19:52:50 gaudenz Exp $
81 public class EditorActions {
263 Document doc = mxUtils.loadDocument(EditorActions.class
H A DEditorActions.java81 public class EditorActions { class
263 Document doc = mxUtils.loadDocument(EditorActions.class in actionPerformed()
/plugin/jdraw/src/com/hammurapi/jdraw/
H A DJDrawApplet.java10 import com.mxgraph.examples.swing.editor.EditorActions;
51 new EditorActions.OpenAction().actionPerformed(event); in start()
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md445 * `EditorActions` / `Keyboard` do not pull in features implicitly anymore. If you roll your own DRD…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js36811 function EditorActions(eventBus, injector) { class
36833 EditorActions.$inject = [
36843 EditorActions.prototype._registerDefaultActions = function(injector) {
36946 EditorActions.prototype.trigger = function(action, opts) {
36977 EditorActions.prototype.register = function(actions, listener) {
37008 EditorActions.prototype.unregister = function(action) {
37021 EditorActions.prototype.getActions = function() {
37032 EditorActions.prototype.isRegistered = function(action) {
37043 editorActions: [ 'type', EditorActions ]
37052 injector.invoke(EditorActions, this);
[all …]
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md792 * `EditorActions` / `Keyboard` do not pull in features implicitly anymore. If you roll your own edi…