Uses of Class
org.acm.seguin.uml.PopupMenuListener

Packages that use PopupMenuListener
org.acm.seguin.uml Responsible for drawing the UML class diagrams. 
org.acm.seguin.uml.refactor Contains the user interface compontents, controllers and dialog boxes, that allow a programmer to specify parameters for the refactorings. 
 

Uses of PopupMenuListener in org.acm.seguin.uml
 

Subclasses of PopupMenuListener in org.acm.seguin.uml
 class MethodMetricsListener
          Create a mouse listener for a method or a field or a title
 class PackageMetricsListener
          Create a mouse listener for a package or a field or a title
 class ProjectMetricsListener
          Create a mouse listener for a package or a field or a title
 class TypeMetricsListener
          Create a mouse listener for a type or a field or a title
 

Uses of PopupMenuListener in org.acm.seguin.uml.refactor
 

Subclasses of PopupMenuListener in org.acm.seguin.uml.refactor
 class AddChildClassListener
          Adds a child class listener
 class AddMoveClassListener
          Adds a move class listener
 class AddParentClassListener
          Adds an abstract parent listener
 class AddRenameClassListener
          Adds a rename class listener
 class BatchRename
          Performs the hungarian name renaming to an entire class
 class DialogViewListener
          Creates a listener that will view a dialog box and do whatever the dialog box says.
 class ExtractInterfaceListener
          Description of the Class
 class MoveMethodListener
          Listener for the move method menu item
 class NoInputRefactoringListener
          Performs a refactoring that requires no further user input
 class PushDownFieldListener
          Adds a child class listener
 class PushDownMethodListener
          Adds a child class listener
 class PushUpAbstractMethodListener
          Pushes a field into the parent class
 class PushUpFieldListener
          Pushes a field into the parent class
 class PushUpMethodListener
          Pushes a field into the parent class
 class RemoveClassListener
          Removes a class that has no body to it
 class RenameFieldListener
          Adds a rename class listener
 class RenameMethodListener
          Listener for the move method menu item
 class RenameParameterListener
          Menu listener that invokes the refactoring dialog for renaming a parameter