|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.event.MouseAdapter
org.acm.seguin.uml.PopupMenuListener
org.acm.seguin.uml.refactor.DialogViewListener
public abstract class DialogViewListener
Creates a listener that will view a dialog box and do whatever the dialog box says.
| Constructor Summary | |
|---|---|
DialogViewListener(javax.swing.JPopupMenu initMenu,
javax.swing.JMenuItem initItem)
Constructor for the DialogViewListener object |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
A menu item has been selected, display the dialog box |
protected abstract javax.swing.JDialog |
createDialog()
Creates an appropriate dialog to prompt the user for additional input |
| Methods inherited from class org.acm.seguin.uml.PopupMenuListener |
|---|
mouseEntered, mouseExited |
| Methods inherited from class java.awt.event.MouseAdapter |
|---|
mouseClicked, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DialogViewListener(javax.swing.JPopupMenu initMenu,
javax.swing.JMenuItem initItem)
initMenu - The popup menuinitItem - The current item| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class PopupMenuListenerevt - the action eventprotected abstract javax.swing.JDialog createDialog()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||