| |
|
| java.lang.Object org.acm.seguin.ide.elixir.UMLDocManager
UMLDocManager | public class UMLDocManager implements DocManager(Code) | | Document manager for UML files
author: Chris Seguin |
UMLDocManager | public UMLDocManager()(Code) | | Constructor for the UMLDocManager object
|
getExtension | public String getExtension()(Code) | | Get the default extension associated with this document type
The Extension value |
getName | public String getName()(Code) | | Get the name of the document type.
The Name value |
getTreeNode | public TNode getTreeNode(TNode parent, File file)(Code) | | Create a new TNode which can represent the given file within the project
tree.
Parameters: parent - Description of Parameter Parameters: file - Description of Parameter The TreeNode value |
getViewManager | public ViewManager getViewManager(String filename)(Code) | | Create a new ViewManager which can show the given filename
Parameters: filename - Description of Parameter The ViewManager value |
isUserCreated | public boolean isUserCreated()(Code) | | Determine whether this document type can be created by the user through
the "New File" dialog.
The UserCreated value |
isValidFilename | public boolean isValidFilename(String filename)(Code) | | Test whether a filename is valid for a particular kind of document
Parameters: filename - Description of Parameter The ValidFilename value |
toString | public String toString()(Code) | | Description of the Method
Description of the Returned Value |
|
|
|