|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.jbuilder.UMLNodeViewerFactory
public class UMLNodeViewerFactory
Factory for node viewers
Method Summary | |
---|---|
boolean |
canDisplayNode(Node node)
Determines if this factory can view this type of file |
NodeViewer |
createNodeViewer(Context context)
Creates the node viewer |
NodeViewer |
createNodeViewer(PackageSummary summary)
Creates the node viewer |
static UMLNodeViewerFactory |
getFactory()
Gets the Factory attribute of the UMLNodeViewerFactory class |
MultipleDirClassDiagramReloader |
getReloader()
Gets the class diagram reloader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static UMLNodeViewerFactory getFactory()
public MultipleDirClassDiagramReloader getReloader()
public boolean canDisplayNode(Node node)
node
- the type of file
public NodeViewer createNodeViewer(Context context)
context
- the information about what is to be displayed
public NodeViewer createNodeViewer(PackageSummary summary)
summary
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |