// Copyright (c) 1995, 1996 Regents of the University of California. // All rights reserved. // // This software was developed by the Arcadia project // at the University of California, Irvine. // // Redistribution and use in source and binary forms are permitted // provided that the above copyright notice and this paragraph are // duplicated in all such forms and that any documentation, // advertising materials, and other materials related to such // distribution and use acknowledge that the software was developed // by the University of California, Irvine. The name of the // University may not be used to endorse or promote products derived // from this software without specific prior written permission. // THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR // IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED // WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. // File: PackageGraphEdit.java // Classes: PackageGraphEdit // Original Author: Jason Robbins // $Id: PackageGraphEdit.java,v 1.2 2000/09/19 21:08:33 dougo Exp $ package edu.neu.ccs.demeter.tools.apstudio.graphedit; import edu.neu.ccs.demeter.tools.apstudio.util.Package; public class PackageGraphEdit extends Package { public PackageGraphEdit() { super("edu.neu.ccs.demeter.tools.apstudio.graphedit"); add("AboutDialog"); add("Action"); add("ActionAlign"); add("ActionClearPreview"); add("ActionClose"); add("ActionCloseMultiple"); add("ActionCreateConstEdge"); add("ActionCreateVertex"); add("ActionDisplayCd"); add("ActionDispose"); add("ActionNew"); add("ActionNewTraversal"); add("ActionOpen"); add("ActionQuit"); add("ActionReorder"); add("ActionSave"); add("ActionSetUmlAttr"); add("ActionShowAbout"); add("ActionShowContent"); add("ActionShowDocuments.java"); add("AlarmDialog"); add("ArcPerspective"); add("CdPanel"); add("ConstEdgeDialog"); add("ContentDialog"); add("DemeterPanel"); add("DiagramElement"); add("Document"); add("EdgeInfo"); add("Editor"); add("EditorMenus"); add("Example"); add("Fig"); add("FigAltEdge"); add("FigAltVert"); add("FigConstEdge"); add("FigConstVert"); add("FigLine"); add("Globals"); add("HelpFrame"); add("Layer"); add("LayerComposite"); add("LayerDiagram"); add("MessageDialog"); add("Mode"); add("ModeCreate"); add("ModeCreateAltEdge"); add("ModeCreateAltVertex"); add("ModeCreateConstEdge"); add("ModeCreateConstVertex"); add("ModeModify"); add("ModeSelect"); add("NetPrimitive"); add("Perspective"); add("Prefs"); add("RedrawManager"); add("Scrollpanel"); add("Selection"); add("SelectionBox"); add("SelectionHandles"); add("SelectionMultiple"); add("SelectionSingle"); add("TextView"); add("TraversalPanel"); add("TraversalStrategy"); add("UmlPalette"); add("UmlPanel"); add("VertDialog"); add("VertexInfo"); add("VisitorPanel"); add("WindowDialog"); } } /* end class PackageGraphEdit */