Package org.acm.seguin.uml.refactor

Contains the user interface compontents, controllers and dialog boxes, that allow a programmer to specify parameters for the refactorings.

See:
          Description

Class Summary
AddAbstractParentDialog Creates a dialog box to prompt for the new parent name
AddChildClassDialog Creates a dialog box to prompt for the new parent name
AddChildClassListener Adds a child class listener
AddMoveClassListener Adds a move class listener
AddParentClassListener Adds an abstract parent listener
AddRenameClassListener Adds a rename class listener
BatchRename Performs the hungarian name renaming to an entire class
ClassNameDialog Prompts the user for a class name.
DialogViewListener Creates a listener that will view a dialog box and do whatever the dialog box says.
ExtractInterfaceDialog Extracts an interface from a class
ExtractInterfaceListener Description of the Class
ExtractMethodDialog User interface to enter the name of the method that was just extracted
HungarianNamer Names the variable based on hungarian notation
MoveMethodListener Listener for the move method menu item
NewPackageDialog Creates a dialog box to prompt for the new package name
NoInputRefactoringListener Performs a refactoring that requires no further user input
PackageList Creates a label and a jcombo box and adds it into the JDialog.
PushDownFieldListener Adds a child class listener
PushDownMethodListener Adds a child class listener
PushUpAbstractMethodListener Pushes a field into the parent class
PushUpFieldListener Pushes a field into the parent class
PushUpMethodListener Pushes a field into the parent class
RemoveClassListener Removes a class that has no body to it
RenameClassDialog Creates a dialog box to prompt for the new package name
RenameFieldDialog Creates a dialog box to prompt for the new package name
RenameFieldListener Adds a rename class listener
RenameMethodListener Listener for the move method menu item
RenameParameterListener Menu listener that invokes the refactoring dialog for renaming a parameter
 

Package org.acm.seguin.uml.refactor Description

Contains the user interface compontents, controllers and dialog boxes, that allow a programmer to specify parameters for the refactorings. These components prompt the user for the names of the package or the class and other information.