|
Eclipse JDT Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefactoringStatusEntry | |
org.eclipse.ltk.core.refactoring | Application programmer interface to implement semantic preserving workspace transformations. |
Uses of RefactoringStatusEntry in org.eclipse.ltk.core.refactoring |
Methods in org.eclipse.ltk.core.refactoring that return RefactoringStatusEntry | |
RefactoringStatusEntry[] |
RefactoringStatus.getEntries()
Returns the list of refactoring status entries. |
RefactoringStatusEntry |
RefactoringStatus.getEntryAt(int index)
Returns the RefactoringStatusEntry at the specified index. |
RefactoringStatusEntry |
RefactoringStatus.getEntryMatchingCode(String pluginId,
int code)
Returns the first entry managed by this refactoring status that matches the given plug-in identifier and code. |
RefactoringStatusEntry |
RefactoringStatus.getEntryMatchingSeverity(int severity)
Returns the first entry which severity is equal or greater than the given severity. |
Methods in org.eclipse.ltk.core.refactoring with parameters of type RefactoringStatusEntry | |
void |
RefactoringStatus.addEntry(RefactoringStatusEntry entry)
Adds the given RefactoringStatusEntry . |
|
Eclipse JDT Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |