Lines Matching refs:graphComponent

67 		final mxGraphComponent graphComponent = editor.getGraphComponent();  in EditorMenuBar()  local
68 final mxGraph graph = graphComponent.getGraph(); in EditorMenuBar()
140 JMenuItem item = menu.add(new TogglePropertyItem(graphComponent, in EditorMenuBar()
149 if (graphComponent.isPageVisible() in EditorMenuBar()
150 && graphComponent.isCenterPage()) in EditorMenuBar()
152 graphComponent.zoomAndCenter(); in EditorMenuBar()
156 graphComponent.getGraphControl() in EditorMenuBar()
172 final mxGraphComponent graphComponent = editor in EditorMenuBar()
188 graphComponent.scrollToCenter(true); in EditorMenuBar()
189 graphComponent.scrollToCenter(false); in EditorMenuBar()
196 mxPoint tr = graphComponent.getGraph().getView() in EditorMenuBar()
201 graphComponent.getGraph().getView().setTranslate( in EditorMenuBar()
209 menu.add(new TogglePropertyItem(graphComponent, mxResources in EditorMenuBar()
365 submenu.add(new TogglePropertyItem(graphComponent, mxResources in EditorMenuBar()
368 submenu.add(new TogglePropertyItem(graphComponent, mxResources in EditorMenuBar()
377 graphComponent.zoomAndCenter(); in EditorMenuBar()
388 new PromptPropertyAction(graphComponent, "Tolerance"))); in EditorMenuBar()
395 submenu.add(new TogglePropertyItem(graphComponent, mxResources in EditorMenuBar()
397 submenu.add(new TogglePropertyItem(graphComponent, mxResources in EditorMenuBar()
402 submenu.add(new TogglePropertyItem(graphComponent, mxResources in EditorMenuBar()
410 if (graphComponent.isPageVisible() in EditorMenuBar()
411 && graphComponent.isCenterPage()) in EditorMenuBar()
413 graphComponent.zoomAndCenter(); in EditorMenuBar()
422 submenu.add(new TogglePropertyItem(graphComponent, mxResources in EditorMenuBar()
429 submenu.add(new TogglePropertyItem(graphComponent.getGraphHandler(), in EditorMenuBar()
448 submenu.add(new TogglePropertyItem(graphComponent, in EditorMenuBar()
455 submenu.add(new TogglePropertyItem(graphComponent, mxResources in EditorMenuBar()