Lines Matching refs:GraphEditor

47 public class GraphEditor extends BasicGraphEditor  class
78 public GraphEditor(Config config) in GraphEditor() method in GraphEditor
86 public GraphEditor(String appTitle, mxGraphComponent component, Config config) { in GraphEditor() method in GraphEditor
132 GraphEditor.class in GraphEditor()
139 GraphEditor.class in GraphEditor()
147 GraphEditor.class in GraphEditor()
155 GraphEditor.class in GraphEditor()
162 GraphEditor.class in GraphEditor()
169 GraphEditor.class in GraphEditor()
176 GraphEditor.class in GraphEditor()
183 GraphEditor.class in GraphEditor()
190 GraphEditor.class in GraphEditor()
197 GraphEditor.class in GraphEditor()
204 GraphEditor.class in GraphEditor()
211 GraphEditor.class in GraphEditor()
214 shapesPalette.addTemplate("Actor", new ImageIcon(GraphEditor.class in GraphEditor()
217 shapesPalette.addTemplate("Cloud", new ImageIcon(GraphEditor.class in GraphEditor()
225 GraphEditor.class in GraphEditor()
232 GraphEditor.class in GraphEditor()
239 GraphEditor.class in GraphEditor()
246 GraphEditor.class in GraphEditor()
249 shapesPalette.addEdgeTemplate("Arrow", new ImageIcon(GraphEditor.class in GraphEditor()
253 imagesPalette.addTemplate("Bell", new ImageIcon(GraphEditor.class in GraphEditor()
257 imagesPalette.addTemplate("Box", new ImageIcon(GraphEditor.class in GraphEditor()
265 GraphEditor.class in GraphEditor()
273 GraphEditor.class in GraphEditor()
281 GraphEditor.class in GraphEditor()
285 imagesPalette.addTemplate("Gear", new ImageIcon(GraphEditor.class in GraphEditor()
289 imagesPalette.addTemplate("Home", new ImageIcon(GraphEditor.class in GraphEditor()
297 GraphEditor.class in GraphEditor()
305 GraphEditor.class in GraphEditor()
309 imagesPalette.addTemplate("Server", new ImageIcon(GraphEditor.class in GraphEditor()
317 GraphEditor.class in GraphEditor()
325 GraphEditor.class in GraphEditor()
334 GraphEditor.class in GraphEditor()
342 GraphEditor.class in GraphEditor()
350 GraphEditor.class in GraphEditor()
358 GraphEditor.class in GraphEditor()
366 GraphEditor.class in GraphEditor()
370 symbolsPalette.addTemplate("Link", new ImageIcon(GraphEditor.class in GraphEditor()
378 GraphEditor.class in GraphEditor()
386 GraphEditor.class in GraphEditor()
394 GraphEditor.class in GraphEditor()
398 symbolsPalette.addTemplate("Rule", new ImageIcon(GraphEditor.class in GraphEditor()
406 GraphEditor.class in GraphEditor()
414 GraphEditor.class in GraphEditor()
541 Document doc = mxUtils.loadDocument(GraphEditor.class.getResource( in CustomGraphComponent()
747 GraphEditor editor = new GraphEditor(null); in main()