Uses of Class
org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Packages that use RefactoringStatusEntry
Package
Description
Application programmer interface to implement semantic preserving workspace transformations.
Application programming interface to display and preview refactoring history information.
-
Uses of RefactoringStatusEntry in org.eclipse.ltk.core.refactoring
Methods in org.eclipse.ltk.core.refactoring that return RefactoringStatusEntryModifier and TypeMethodDescriptionRefactoringStatus.getEntries()
Returns the list of refactoring status entries.RefactoringStatus.getEntries
(IRefactoringStatusEntryComparator comparator, RefactoringStatusEntry entry) Returns a list of refactoring status entries which are considered equal to the specified status entry.RefactoringStatus.getEntryAt
(int index) Returns theRefactoringStatusEntry
at the specified index.RefactoringStatus.getEntryMatchingCode
(String pluginId, int code) Returns the first entry managed by this refactoring status that matches the given plug-in identifier and code.RefactoringStatus.getEntryMatchingSeverity
(int severity) Returns the first entry which severity is equal or greater than the given severity.RefactoringStatus.getEntryWithHighestSeverity()
Returns the entry with the highest severity.Methods in org.eclipse.ltk.core.refactoring with parameters of type RefactoringStatusEntryModifier and TypeMethodDescriptionvoid
RefactoringStatus.addEntry
(RefactoringStatusEntry entry) Adds the givenRefactoringStatusEntry
.int
IRefactoringStatusEntryComparator.compare
(RefactoringStatusEntry entry1, RefactoringStatusEntry entry2) Compares two refactoring status entries for order.RefactoringStatus.getEntries
(IRefactoringStatusEntryComparator comparator, RefactoringStatusEntry entry) Returns a list of refactoring status entries which are considered equal to the specified status entry. -
Uses of RefactoringStatusEntry in org.eclipse.ltk.ui.refactoring.history
Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type RefactoringStatusEntryModifier and TypeMethodDescriptionprotected boolean
RefactoringHistoryWizard.selectStatusEntry
(RefactoringStatusEntry entry) Hook method which is called for each status entry before it is displayed in a wizard page.