Lines Matching refs:bind

63 		menu.add(editor.bind(mxResources.get("new"), new NewAction(),  in SchemaEditorMenuBar()
65 menu.add(editor.bind(mxResources.get("openFile"), new OpenAction(), in SchemaEditorMenuBar()
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()
77 menu.add(editor.bind(mxResources.get("pageSetup"), in SchemaEditorMenuBar()
80 menu.add(editor.bind(mxResources.get("print"), new PrintAction(), in SchemaEditorMenuBar()
85 menu.add(editor.bind(mxResources.get("exit"), new ExitAction())); in SchemaEditorMenuBar()
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()
97 menu.add(editor.bind(mxResources.get("cut"), TransferHandler in SchemaEditorMenuBar()
100 .bind(mxResources.get("copy"), TransferHandler.getCopyAction(), in SchemaEditorMenuBar()
102 menu.add(editor.bind(mxResources.get("paste"), TransferHandler in SchemaEditorMenuBar()
108 menu.add(editor.bind(mxResources.get("delete"), mxGraphActions in SchemaEditorMenuBar()
114 menu.add(editor.bind(mxResources.get("selectAll"), mxGraphActions in SchemaEditorMenuBar()
116 menu.add(editor.bind(mxResources.get("selectNone"), mxGraphActions in SchemaEditorMenuBar()
121 menu.add(editor.bind(mxResources.get("warning"), new WarningAction())); in SchemaEditorMenuBar()
122 menu.add(editor.bind(mxResources.get("edit"), mxGraphActions in SchemaEditorMenuBar()
204 submenu.add(editor.bind("400%", new ScaleAction(4))); in SchemaEditorMenuBar()
205 submenu.add(editor.bind("200%", new ScaleAction(2))); in SchemaEditorMenuBar()
206 submenu.add(editor.bind("150%", new ScaleAction(1.5))); in SchemaEditorMenuBar()
207 submenu.add(editor.bind("100%", new ScaleAction(1))); in SchemaEditorMenuBar()
208 submenu.add(editor.bind("75%", new ScaleAction(0.75))); in SchemaEditorMenuBar()
209 submenu.add(editor.bind("50%", new ScaleAction(0.5))); in SchemaEditorMenuBar()
213 submenu.add(editor.bind(mxResources.get("custom"), new ScaleAction(0))); in SchemaEditorMenuBar()
217 menu.add(editor.bind(mxResources.get("zoomIn"), mxGraphActions in SchemaEditorMenuBar()
219 menu.add(editor.bind(mxResources.get("zoomOut"), mxGraphActions in SchemaEditorMenuBar()
224 menu.add(editor.bind(mxResources.get("page"), new ZoomPolicyAction( in SchemaEditorMenuBar()
226 menu.add(editor.bind(mxResources.get("width"), new ZoomPolicyAction( in SchemaEditorMenuBar()
231 menu.add(editor.bind(mxResources.get("actualSize"), mxGraphActions in SchemaEditorMenuBar()
243 submenu.add(editor.bind(mxResources.get("backgroundColor"), in SchemaEditorMenuBar()
245 submenu.add(editor.bind(mxResources.get("backgroundImage"), in SchemaEditorMenuBar()
250 submenu.add(editor.bind(mxResources.get("pageBackground"), in SchemaEditorMenuBar()
255 submenu.add(editor.bind(mxResources.get("gridSize"), in SchemaEditorMenuBar()
257 submenu.add(editor.bind(mxResources.get("gridColor"), in SchemaEditorMenuBar()
262 submenu.add(editor.bind(mxResources.get("dashed"), new GridStyleAction( in SchemaEditorMenuBar()
264 submenu.add(editor.bind(mxResources.get("dot"), new GridStyleAction( in SchemaEditorMenuBar()
266 submenu.add(editor.bind(mxResources.get("line"), new GridStyleAction( in SchemaEditorMenuBar()
268 submenu.add(editor.bind(mxResources.get("cross"), new GridStyleAction( in SchemaEditorMenuBar()
303 submenu.add(editor.bind(mxResources.get("selectPath"), in SchemaEditorMenuBar()
305 submenu.add(editor.bind(mxResources.get("selectDirectedPath"), in SchemaEditorMenuBar()
310 submenu.add(editor.bind(mxResources.get("selectTree"), in SchemaEditorMenuBar()
312 submenu.add(editor.bind(mxResources.get("selectDirectedTree"), in SchemaEditorMenuBar()
321 .bind( in SchemaEditorMenuBar()
327 .bind( in SchemaEditorMenuBar()
338 submenu.add(editor.bind(mxResources.get("dirty"), in SchemaEditorMenuBar()
375 submenu.add(editor.bind(mxResources.get("tolerance"), in SchemaEditorMenuBar()