| |
|
| javax.swing.JDialog org.acm.seguin.ide.common.action.RefactoringDialog
RefactoringDialog | abstract class RefactoringDialog extends JDialog implements ActionListener(Code) | | Dialog box that runs a refactoring
author: Chris Seguin |
RefactoringDialog | public RefactoringDialog(UMLPackage init)(Code) | | Constructor for the RefactoringDialog object
Parameters: init - the current package |
RefactoringDialog | public RefactoringDialog(UMLPackage init, JFrame frame)(Code) | | Constructor for the RefactoringDialog object
Parameters: init - the current package Parameters: frame - Description of the Parameter |
actionPerformed | public void actionPerformed(ActionEvent evt)(Code) | | Respond to a button press
Parameters: evt - The action event |
createRefactoring | abstract protected Refactoring createRefactoring()(Code) | | Creates a refactoring to be performed
the refactoring |
followup | protected void followup(Refactoring refactoring)(Code) | | Follows up the refactoring by updating the class diagrams
Parameters: refactoring - Description of the Parameter |
getUMLPackage | protected UMLPackage getUMLPackage()(Code) | | Returns the current UML package
the package |
updateSummaries | protected void updateSummaries()(Code) | | Do any necessary updates to the summaries after the refactoring is
complete
|
|
|
|