|
||||||||||
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.RemoveClassListener
public class RemoveClassListener
Removes a class that has no body to it
Constructor Summary | |
---|---|
RemoveClassListener(UMLPackage initPackage,
TypeSummary initType,
javax.swing.JPopupMenu initMenu,
javax.swing.JMenuItem initItem)
Constructor for the RemoveClassListener 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 RemoveClassListener(UMLPackage initPackage, TypeSummary initType, javax.swing.JPopupMenu initMenu, javax.swing.JMenuItem initItem)
initPackage
- the UML package that is being operated oninitType
- the type that is being removedinitMenu
- The popup menuinitItem
- The current itemMethod Detail |
---|
protected Refactoring createRefactoring()
createRefactoring
in class NoInputRefactoringListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |