|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.elixir.UMLViewManager
public class UMLViewManager
View manager for a particular UML file
Constructor Summary | |
---|---|
UMLViewManager(UMLDocManager parent,
java.lang.String name,
java.lang.String base)
Constructor for the UMLViewManager object |
Method Summary | |
---|---|
void |
closed()
Notify the view manager that it has been closed |
void |
closing()
Notify the view manager that it is about to close |
ActionEx[] |
getActions()
Get the actions currently supported (may vary with state) |
net.sourceforge.jrefactory.uml.UMLPackage |
getDiagram()
Gets the Diagram attribute of the UMLViewManager object |
DocManager |
getDocManager()
Get the document manager responsible for this view |
java.lang.String |
getTitle()
Get the title of the document being viewed |
javax.swing.JComponent |
getView()
Get the view component which renders/edits the document |
boolean |
okToClose()
Determine whether it is ok to close the view. |
boolean |
reload()
Reload the document from its storage (if it has one). |
boolean |
save()
Save the current document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UMLViewManager(UMLDocManager parent, java.lang.String name, java.lang.String base)
parent
- the parent document managername
- the name of the file to viewbase
- Description of ParameterMethod Detail |
---|
public ActionEx[] getActions()
public net.sourceforge.jrefactory.uml.UMLPackage getDiagram()
public DocManager getDocManager()
public java.lang.String getTitle()
public javax.swing.JComponent getView()
public void closed()
public void closing()
public boolean okToClose()
public boolean reload()
public boolean save()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |