| org.acm.seguin.ide.jbuilder.UMLNodeViewer
UMLNodeViewer | public class UMLNodeViewer extends AbstractNodeViewer (Code) | | Stores a view of a UML class diagram
author: Chris Seguin author: Mike Atkinson version: $Id: UMLNodeViewer.java,v 1.5 2003/12/02 23:39:36 mikeatkinson Exp $ |
UMLNodeViewer | public UMLNodeViewer(PackageSummary summary, ClassDiagramReloader init)(Code) | | Constructor for the UMLNodeViewer object
Parameters: summary - Description of Parameter Parameters: init - Description of Parameter |
UMLNodeViewer | public UMLNodeViewer(Context context, ClassDiagramReloader init)(Code) | | Constructor for the UMLNodeViewer object
Parameters: context - Description of Parameter Parameters: init - Description of Parameter |
createStructureComponent | public JComponent createStructureComponent()(Code) | | Creates a summary component, which is blank
the component |
createViewerComponent | public JComponent createViewerComponent()(Code) | | Creates the main viewer
the viewer |
getDiagram | public UMLPackage getDiagram()(Code) | | Gets the Diagram attribute of the UMLNodeViewer object
The Diagram value |
getViewerTitle | public String getViewerTitle()(Code) | | Gets the ViewerTitle attribute of the UMLNodeViewer object
The ViewerTitle value |
releaseViewer | public void releaseViewer()(Code) | | Releases the viewer
|
|
|