|
||||||||||
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
org.acm.seguin.uml.refactor.PushUpAbstractMethodListener
public class PushUpAbstractMethodListener
Pushes a field into the parent class
Constructor Summary | |
---|---|
PushUpAbstractMethodListener(UMLPackage initPackage,
MethodSummary initMethod,
javax.swing.JPopupMenu initMenu,
javax.swing.JMenuItem initItem)
Constructor for the PushUpAbstractMethodListener object |
Method Summary | |
---|---|
protected Refactoring |
createRefactoring()
Creates a refactoring to be performed |
Methods inherited from class org.acm.seguin.uml.refactor.NoInputRefactoringListener |
---|
actionPerformed, updateSummaries |
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 PushUpAbstractMethodListener(UMLPackage initPackage, MethodSummary initMethod, javax.swing.JPopupMenu initMenu, javax.swing.JMenuItem initItem)
initPackage
- the UML package that is being operated oninitMenu
- The popup menuinitItem
- The current iteminitMethod
- The methodMethod Detail |
---|
protected Refactoring createRefactoring()
createRefactoring
in class NoInputRefactoringListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |