|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.elixir.UMLDocManager
public class UMLDocManager
Document manager for UML files
Constructor Summary | |
---|---|
UMLDocManager()
Constructor for the UMLDocManager object |
Method Summary | |
---|---|
java.lang.String |
getExtension()
Get the default extension associated with this document type |
java.lang.String |
getName()
Get the name of the document type. |
SingleDirClassDiagramReloader |
getReloader()
Gets the reloader object |
TNode |
getTreeNode(TNode parent,
java.io.File file)
Create a new TNode which can represent the given file within the project tree. |
ViewManager |
getViewManager(java.lang.String filename)
Create a new ViewManager which can show the given filename |
boolean |
isUserCreated()
Determine whether this document type can be created by the user through the "New File" dialog. |
boolean |
isValidFilename(java.lang.String filename)
Test whether a filename is valid for a particular kind of document |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UMLDocManager()
Method Detail |
---|
public java.lang.String getExtension()
public java.lang.String getName()
public SingleDirClassDiagramReloader getReloader()
public TNode getTreeNode(TNode parent, java.io.File file)
parent
- Description of Parameterfile
- Description of Parameter
public ViewManager getViewManager(java.lang.String filename)
filename
- Description of Parameter
public boolean isUserCreated()
public boolean isValidFilename(java.lang.String filename)
filename
- Description of Parameter
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |