Lines Matching refs:class

37 public class GraphEditor extends BasicGraphEditor
58 //GraphEditor.class.getResource("/com/mxgraph/examples/swing/images/connector.gif");
78 …ServiceLoader<EditorPaletteFactory> sl = ServiceLoader.load(EditorPaletteFactory.class, this.getCl…
113 GraphEditor.class
120 GraphEditor.class
127 GraphEditor.class
134 GraphEditor.class
141 GraphEditor.class
148 GraphEditor.class
155 GraphEditor.class
162 GraphEditor.class
169 GraphEditor.class
176 GraphEditor.class
179 shapesPalette.addTemplate("Actor", new ImageIcon(GraphEditor.class
182 shapesPalette.addTemplate("Cloud", new ImageIcon(GraphEditor.class
190 GraphEditor.class
197 GraphEditor.class
204 GraphEditor.class
211 GraphEditor.class
214 shapesPalette.addEdgeTemplate("Arrow", new ImageIcon(GraphEditor.class
218 imagesPalette.addTemplate("Bell", new ImageIcon(GraphEditor.class
222 imagesPalette.addTemplate("Box", new ImageIcon(GraphEditor.class
230 GraphEditor.class
238 GraphEditor.class
246 GraphEditor.class
250 imagesPalette.addTemplate("Gear", new ImageIcon(GraphEditor.class
254 imagesPalette.addTemplate("Home", new ImageIcon(GraphEditor.class
262 GraphEditor.class
270 GraphEditor.class
274 imagesPalette.addTemplate("Server", new ImageIcon(GraphEditor.class
282 GraphEditor.class
290 GraphEditor.class
299 GraphEditor.class
307 GraphEditor.class
315 GraphEditor.class
323 GraphEditor.class
331 GraphEditor.class
335 symbolsPalette.addTemplate("Link", new ImageIcon(GraphEditor.class
343 GraphEditor.class
351 GraphEditor.class
359 GraphEditor.class
363 symbolsPalette.addTemplate("Rule", new ImageIcon(GraphEditor.class
371 GraphEditor.class
379 GraphEditor.class
388 public static class CustomGraphComponent extends mxGraphComponent
412 Document doc = mxUtils.loadDocument(GraphEditor.class.getResource(
459 public static class CustomGraph extends mxGraph