Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Composite Refactoring
v1.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
F
G
I
N
P
R
S
U
V
G
getBase()
- Method in class compositeRefactoring.codemanipulation.
Inherit
getter method for the modified language element, the base class.
getCompilationUnit()
- Method in class compositeRefactoring.codemanipulation.
CreateCompilationUnit
getter method for the new created compilation unit
getDefault()
- Static method in class compositeRefactoring.
CompositeRefactoringPlugin
Returns the shared instance.
getDerived()
- Method in class compositeRefactoring.codemanipulation.
Inherit
getter method for the superclass, the derived class.
getFile(IFolder, String)
- Method in class compositeRefactoring.resources.
GetResources
gets a file from a folder.
getFile(IProject, String)
- Method in class compositeRefactoring.resources.
GetResources
gets a file from an Eclipse project (top-level folder).
getFolder(IFolder, String)
- Method in class compositeRefactoring.resources.
GetResources
gets a folder in a folder of an Eclipse project.
getFolder(IProject, String)
- Method in class compositeRefactoring.resources.
GetResources
gets a folder in an Eclipse project.
getJavaCompilationUnit(IFile)
- Method in class compositeRefactoring.resources.
GetJavaResources
gets a compilation unit (a .java-file).
getJavaCompilationUnit(String, String)
- Method in class compositeRefactoring.resources.
GetJavaResources
gets a compilation unit (a .java-file).
getJavaCompilationUnit(String, String, String)
- Method in class compositeRefactoring.resources.
GetJavaResources
gets a compilation unit (a .java-file).
getJavaPackage(IFolder)
- Method in class compositeRefactoring.resources.
GetJavaResources
gets a java package.
getJavaPackage(String, String)
- Method in class compositeRefactoring.resources.
GetJavaResources
gets a java package.
getJavaProject(IProject)
- Method in class compositeRefactoring.resources.
GetJavaResources
gets a java project, the root of all java elements.
getJavaProject(String)
- Method in class compositeRefactoring.resources.
GetJavaResources
gets a java project, the root of all java elements.
GetJavaResources
- class compositeRefactoring.resources.
GetJavaResources
.
GetJavaResources provides methods to fetch all relevant reources of a java project.
GetJavaResources()
- Constructor for class compositeRefactoring.resources.
GetJavaResources
creates a new GetJavaResources object.
getModifiedLanguageElement()
- Method in class compositeRefactoring.changes.
CreateAbstractClassChange
gets the modified language element.
getModifiedLanguageElement()
- Method in class compositeRefactoring.changes.
CreateAbstractMethodChange
gets the modified language element.
getModifiedLanguageElement()
- Method in class compositeRefactoring.changes.
InheritChange
gets the modified language element.
getModifiedLanguageElement()
- Method in class compositeRefactoring.changes.
UndoInheritChange
gets the modified language element.
getName()
- Method in class compositeRefactoring.changes.
CreateAbstractClassChange
gets the name of this change.
getName()
- Method in class compositeRefactoring.changes.
CreateAbstractMethodChange
gets the name of this change.
getName()
- Method in class compositeRefactoring.changes.
InheritChange
gets the name of this change.
getName()
- Method in class compositeRefactoring.changes.
UndoInheritChange
gets the name of this change.
getName()
- Method in class compositeRefactoring.refactoring.
InheritRefactoring
gets the name of the refactoring.
getName()
- Method in class compositeRefactoring.refactoring.
CreateAbstractMethodRefactoring
gets the name of the refactoring.
getName()
- Method in class compositeRefactoring.refactoring.
CreateAbstractClassRefactoring
gets the name of the refactoring.
getName()
- Method in class compositeRefactoring.refactoringComposite.
RefactoringComponent
gets the name of the RefactoringComponent
getNewCompilationUnit()
- Method in class compositeRefactoring.changes.
CreateAbstractClassChange
gets the new created .java-file.
getNewCompilationUnit()
- Method in class compositeRefactoring.refactoring.
CreateAbstractClassRefactoring
gets the new created compilation unit (the .java-file).
getProject(String)
- Method in class compositeRefactoring.resources.
GetResources
gets an Eclipse project by name.
getRefactoring()
- Method in class compositeRefactoring.refactoringComposite.
RefactoringNode
gets the Refactoring object of the RefactoringNode.
getRefactoringComponent()
- Static method in class compositeRefactoring.
RefactoringComponentFactory
Returns the static reference of a
RefactoringComponent
.
getResourceBundle()
- Method in class compositeRefactoring.
CompositeRefactoringPlugin
Returns the plugin's resource bundle,
GetResources
- class compositeRefactoring.resources.
GetResources
.
GetResources provides some getter methods for fetching resource files of a Eclipse project.
GetResources()
- Constructor for class compositeRefactoring.resources.
GetResources
creates a new GetResources object.
getResourceString(String)
- Static method in class compositeRefactoring.
CompositeRefactoringPlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getUndoChange()
- Method in class compositeRefactoring.changes.
CreateAbstractClassChange
gets the undo change.
getUndoChange()
- Method in class compositeRefactoring.changes.
CreateAbstractMethodChange
gets the undo change.
getUndoChange()
- Method in class compositeRefactoring.changes.
InheritChange
gets the undo change.
getUndoChange()
- Method in class compositeRefactoring.changes.
UndoInheritChange
gets the undo change.
getWorkspace()
- Static method in class compositeRefactoring.
CompositeRefactoringPlugin
Returns the workspace instance.
getWsRoot()
- Method in class compositeRefactoring.resources.
GetResources
gets the WorkspaceRoot of the Eclipse project.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Composite Refactoring
v1.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
F
G
I
N
P
R
S
U
V