Lines Matching refs:graphComponent

55 		final mxGraphComponent graphComponent = editor.getGraphComponent();  in SchemaEditorMenuBar()  local
56 final mxGraph graph = graphComponent.getGraph(); in SchemaEditorMenuBar()
128 JMenuItem item = menu.add(new TogglePropertyItem(graphComponent, in SchemaEditorMenuBar()
137 if (graphComponent.isPageVisible() in SchemaEditorMenuBar()
138 && graphComponent.isCenterPage()) in SchemaEditorMenuBar()
140 graphComponent.zoomAndCenter(); in SchemaEditorMenuBar()
155 final mxGraphComponent graphComponent = editor in SchemaEditorMenuBar()
171 graphComponent.scrollToCenter(true); in SchemaEditorMenuBar()
172 graphComponent.scrollToCenter(false); in SchemaEditorMenuBar()
179 mxPoint tr = graphComponent.getGraph().getView() in SchemaEditorMenuBar()
184 graphComponent.getGraph().getView().setTranslate( in SchemaEditorMenuBar()
192 menu.add(new TogglePropertyItem(graphComponent, mxResources in SchemaEditorMenuBar()
336 submenu.add(new TogglePropertyItem(graphComponent, mxResources in SchemaEditorMenuBar()
343 item = submenu.add(new TogglePropertyItem(graphComponent, mxResources in SchemaEditorMenuBar()
351 if (graphComponent.isPageVisible() in SchemaEditorMenuBar()
352 && graphComponent.isCenterPage()) in SchemaEditorMenuBar()
354 graphComponent.zoomAndCenter(); in SchemaEditorMenuBar()
359 submenu.add(new TogglePropertyItem(graphComponent, mxResources in SchemaEditorMenuBar()
361 submenu.add(new TogglePropertyItem(graphComponent, mxResources in SchemaEditorMenuBar()
366 submenu.add(new TogglePropertyItem(graphComponent, mxResources in SchemaEditorMenuBar()