|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefactoringException | |
---|---|
org.acm.seguin.ide.elixir | Holds those classes which allow the pretty printer and the refactory tool to plug into the Elixir IDE. |
org.acm.seguin.ide.netbeans | |
org.acm.seguin.refactor | Responsible for storing the software that performs the refactorings. |
org.acm.seguin.refactor.field | Contains refactorings that apply to fields. |
org.acm.seguin.refactor.method | Responsible for method refactorings. |
org.acm.seguin.refactor.type | Contains the type refactorings. |
org.acm.seguin.tools.builder | |
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 RefactoringException in org.acm.seguin.ide.elixir |
---|
Constructors in org.acm.seguin.ide.elixir that throw RefactoringException | |
---|---|
ElixirExtractMethod()
Create an ElixirPrettyPrinter object |
Uses of RefactoringException in org.acm.seguin.ide.netbeans |
---|
Constructors in org.acm.seguin.ide.netbeans that throw RefactoringException | |
---|---|
NetBeansExtractMethodDialog()
Constructor for the NetBeansExtractMethodDialog object |
|
NetBeansExtractMethodDialog(EditorCookie editorCookie)
Constructor for the NetBeansExtractMethodDialog object |
Uses of RefactoringException in org.acm.seguin.refactor |
---|
Methods in org.acm.seguin.refactor that throw RefactoringException | |
---|---|
protected void |
Refactoring.checkDestinationFile(Summary loop,
java.lang.String message)
Check that we are allowed to adjust the destination |
protected abstract void |
Refactoring.preconditions()
Describes the preconditions that must be true for this refactoring to be applied |
void |
Refactoring.run()
Main program that performst the transformation |
Uses of RefactoringException in org.acm.seguin.refactor.field |
---|
Methods in org.acm.seguin.refactor.field that throw RefactoringException | |
---|---|
protected void |
RenameFieldRefactoring.preconditions()
Check that thsi refactoring can be performed |
protected void |
PushUpFieldRefactoring.preconditions()
Preconditions that must be true for the refactoring to work |
protected void |
PushDownFieldRefactoring.preconditions()
Preconditions that must be true for the refactoring to work |
Uses of RefactoringException in org.acm.seguin.refactor.method |
---|
Methods in org.acm.seguin.refactor.method that throw RefactoringException | |
---|---|
VariableSummary[] |
ExtractMethodRefactoring.getParameters()
Gets the Parameters attribute of the ExtractMethodRefactoring object |
java.lang.Object[] |
ExtractMethodRefactoring.getReturnTypes()
Gets the possible return types |
protected void |
RenameMethodRefactoring.preconditions()
Describes the preconditions that must be true for this refactoring to be applied |
protected void |
ExtractMethodRefactoring.preconditions()
These items must be true before the refactoring will work |
protected void |
PushUpMethodRefactoring.preconditions()
This specifies the preconditions for applying the refactoring |
protected void |
RenameParameterRefactoring.preconditions()
Description of the Method |
protected void |
PushDownMethodRefactoring.preconditions()
This specifies the preconditions for applying the refactoring |
protected void |
MoveMethodRefactoring.preconditions()
Describes the preconditions that must be true for this refactoring to be applied |
void |
ExtractMethodRefactoring.setSelection(java.lang.String value)
Sets the Selection attribute of the ExtractMethodRefactoring object |
Uses of RefactoringException in org.acm.seguin.refactor.type |
---|
Methods in org.acm.seguin.refactor.type that throw RefactoringException | |
---|---|
protected void |
AddClassRefactoring.preconditions()
Describes the preconditions that must be true for this refactoring to be applied |
protected void |
RenameClassRefactoring.preconditions()
Preconditions for the refactoring to be applied |
protected void |
MoveClass.preconditions()
Main processing method for the MoveClass object |
protected void |
ExtractInterfaceRefactoring.preconditions()
Description of the Method |
protected void |
RemoveEmptyClassRefactoring.preconditions()
Checks the preconditions that must be true for this refactoring to be applied. |
java.io.File |
CreateNewInterface.run()
Creates the the designated class |
java.io.File |
CreateClass.run()
Creates the the designated class |
protected void |
MoveClass.validateClassName(java.util.LinkedList inputFileList)
|
Uses of RefactoringException in org.acm.seguin.tools.builder |
---|
Methods in org.acm.seguin.tools.builder that throw RefactoringException | |
---|---|
void |
Repackage.run(java.lang.String[] args)
Actual work of the main program occurs here |
Uses of RefactoringException in org.acm.seguin.uml.refactor |
---|
Constructors in org.acm.seguin.uml.refactor that throw RefactoringException | |
---|---|
ExtractMethodDialog(javax.swing.JFrame parent)
Constructor for the ExtractMethodDialog object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |