|
||||||||||
| 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.NoInputRefactoringListener
public abstract class NoInputRefactoringListener
Performs a refactoring that requires no further user input
| Constructor Summary | |
|---|---|
NoInputRefactoringListener(UMLPackage initPackage,
javax.swing.JPopupMenu initMenu,
javax.swing.JMenuItem initItem)
Constructor for the NoInputRefactoringListener object |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
A menu item has been selected, display the dialog box |
protected abstract Refactoring |
createRefactoring()
Creates a refactoring to be performed |
protected void |
updateSummaries()
Do any necessary updates to the summaries after the refactoring is complete |
| 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 NoInputRefactoringListener(UMLPackage initPackage,
javax.swing.JPopupMenu initMenu,
javax.swing.JMenuItem initItem)
initPackage - the UML package that is being operated oninitMenu - 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 Refactoring createRefactoring()
protected void updateSummaries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||