| |
|
| java.lang.Object org.acm.seguin.ide.jbuilder.UMLNodeViewerFactory
UMLNodeViewerFactory | public class UMLNodeViewerFactory implements NodeViewerFactory(Code) | | Factory for node viewers
author: Chris Seguin |
canDisplayNode | public boolean canDisplayNode(Node node)(Code) | | Determines if this factory can view this type of file
Parameters: node - the type of file true if it can be displayed |
createNodeViewer | public NodeViewer createNodeViewer(Context context)(Code) | | Creates the node viewer
Parameters: context - the information about what is to be displayed the viewer |
createNodeViewer | public NodeViewer createNodeViewer(PackageSummary summary)(Code) | | Creates the node viewer
Parameters: summary - Description of Parameter the viewer |
getFactory | public static UMLNodeViewerFactory getFactory()(Code) | | Gets the Factory attribute of the UMLNodeViewerFactory class
The Factory value |
|
|
|