| java.lang.Object org.acm.seguin.ide.elixir.UMLViewManager
UMLViewManager | public class UMLViewManager implements ViewManager(Code) | | View manager for a particular UML file
author: Chris Seguin |
UMLViewManager | public UMLViewManager(UMLDocManager parent, String name, String base)(Code) | | Constructor for the UMLViewManager object
Parameters: parent - the parent document manager Parameters: name - the name of the file to view Parameters: base - Description of Parameter |
closed | public void closed()(Code) | | Notify the view manager that it has been closed
|
closing | public void closing()(Code) | | Notify the view manager that it is about to close
|
getActions | public ActionEx[] getActions()(Code) | | Get the actions currently supported (may vary with state)
The Actions value |
getDiagram | public UMLPackage getDiagram()(Code) | | Gets the Diagram attribute of the UMLViewManager object
The Diagram value |
getDocManager | public DocManager getDocManager()(Code) | | Get the document manager responsible for this view
The DocManager value |
getTitle | public String getTitle()(Code) | | Get the title of the document being viewed
The Title value |
getView | public JComponent getView()(Code) | | Get the view component which renders/edits the document
The View value |
okToClose | public boolean okToClose()(Code) | | Determine whether it is ok to close the view.
Description of the Returned Value |
reload | public boolean reload()(Code) | | Reload the document from its storage (if it has one).
Description of the Returned Value |
save | public boolean save()(Code) | | Save the current document.
Description of the Returned Value |
|
|