Package org.acm.seguin.ide.common.action

Class Summary
AddChildClassAction Description of the Class
AddParentClassAction Description of the Class
CurrentSummary Determines what the current summary is based on the information from the IDE.
EmptySelectedFileSet The concrete implementation of this class for JBuilder
ExtractInterfaceAction Description of the Class
ExtractMethodAction Performs the extract method action
GenericAction Description of the Class
GenericPrettyPrinter Software that reformats the java source code
MoveClassAction Description of the Class
MoveMethodAction Pushes a method into the parent class
PrettyPrinterAction Pretty printer action button
PushDownFieldAction Pushes a field into the child classes
PushDownMethodAction Pushes a method into the parent class
PushUpAbstractMethodAction Pushes an abstract signature of a method into the parent class
PushUpFieldAction Pushes a field into the parent class
PushUpMethodAction Pushes a method into the parent class
RemoveClassAction Description of the Class
RenameClassAction Description of the Class
RenameFieldAction Pushes a field into the child classes
RenameMethodAction Pushes a method into the parent class
RenameParameterAction Rename a parameter of a method
SelectedFileSet For IDEs where the user can select a number of files in the project pane, this class handles the translation of those selected files into TypeSummaries and a determination of whether the selected files are .java files.