org.argouml.ui
Class GotoDialog

java.lang.Object
  extended by Dialog
      extended by org.argouml.util.ArgoDialog
          extended by 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.


Constructor Summary
GotoDialog()
          The constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void nameButtons()
           
 
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
 

Constructor Detail

GotoDialog

public GotoDialog()
The constructor.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

nameButtons

protected void nameButtons()
Overrides:
nameButtons in class org.argouml.util.ArgoDialog


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook