org.argouml.ui
Class GotoDialog
java.lang.Object
Dialog
org.argouml.util.ArgoDialog
org.argouml.ui.GotoDialog
public class GotoDialog
- extends org.argouml.util.ArgoDialog
The dialog that allows the user to go to any diagram in the project
by doubleclicking on it.
This dialog is not modal, and can stay open while the user
is working on the model. It is even possible to open multiple
of these dialogs, although the purpose of such useraction eludes me.
TODO: This dialog should have multiple tabs named "Help", "Diagram",
"Classifier", "StateVertex", etc. Which would allow the user to go to other
things than diagrams.
| Methods inherited from class org.argouml.util.ArgoDialog |
nameButton, setFrame |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GotoDialog
public GotoDialog()
- The constructor.
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
nameButtons
protected void nameButtons()
- Overrides:
nameButtons in class org.argouml.util.ArgoDialog