Lines Matching refs:new

53 	 * Holds the URL for the icon to be used as a handle for creating new
62 this("mxGraph Editor", new CustomGraphComponent(new CustomGraph()));
86 // Sets the edge template to be used for creating new edges if an edge
88 shapesPalette.addListener(mxEvent.SELECT, new mxIEventListener()
112 new ImageIcon(
119 new ImageIcon(
126 new ImageIcon(
133 new ImageIcon(
140 new ImageIcon(
147 new ImageIcon(
154 new ImageIcon(
161 new ImageIcon(
168 new ImageIcon(
175 new ImageIcon(
179 shapesPalette.addTemplate("Actor", new ImageIcon(GraphEditor.class
182 shapesPalette.addTemplate("Cloud", new ImageIcon(GraphEditor.class
189 new ImageIcon(
196 new ImageIcon(
203 new ImageIcon(
210 new ImageIcon(
214 shapesPalette.addEdgeTemplate("Arrow", new ImageIcon(GraphEditor.class
218 imagesPalette.addTemplate("Bell", new ImageIcon(GraphEditor.class
222 imagesPalette.addTemplate("Box", new ImageIcon(GraphEditor.class
229 new ImageIcon(
237 new ImageIcon(
245 new ImageIcon(
250 imagesPalette.addTemplate("Gear", new ImageIcon(GraphEditor.class
254 imagesPalette.addTemplate("Home", new ImageIcon(GraphEditor.class
261 new ImageIcon(
269 new ImageIcon(
274 imagesPalette.addTemplate("Server", new ImageIcon(GraphEditor.class
281 new ImageIcon(
289 new ImageIcon(
298 new ImageIcon(
306 new ImageIcon(
314 new ImageIcon(
322 new ImageIcon(
330 new ImageIcon(
335 symbolsPalette.addTemplate("Link", new ImageIcon(GraphEditor.class
342 new ImageIcon(
350 new ImageIcon(
358 new ImageIcon(
363 symbolsPalette.addTemplate("Rule", new ImageIcon(GraphEditor.class
370 new ImageIcon(
378 new ImageIcon(
411 mxCodec codec = new mxCodec();
457 * A graph that creates new edges from a given template edge.
462 * Holds the edge to be used as a template for inserting new edges.
574 * new edges.
590 mxCell edge = (mxCell) cloneCells(new Object[] { edgeTemplate })[0];
617 GraphEditor editor = new GraphEditor();
618 editor.createFrame(new EditorMenuBar(editor)).setVisible(true);