Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.ltk.core.refactoring.RefactoringStatusEntry

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.getEntries(IRefactoringStatusEntryComparator comparator, RefactoringStatusEntry entry)
          Returns a list of refactoring status entries which are considered equal to the specified status entry.
 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.
 RefactoringStatusEntry RefactoringStatus.getEntryWithHighestSeverity()
          Returns the entry with the highest severity.
 

Methods in org.eclipse.ltk.core.refactoring with parameters of type RefactoringStatusEntry
 RefactoringStatusEntry[] RefactoringStatus.getEntries(IRefactoringStatusEntryComparator comparator, RefactoringStatusEntry entry)
          Returns a list of refactoring status entries which are considered equal to the specified status entry.
 void RefactoringStatus.addEntry(RefactoringStatusEntry entry)
          Adds the given RefactoringStatusEntry.
 int IRefactoringStatusEntryComparator.compare(RefactoringStatusEntry entry1, RefactoringStatusEntry entry2)
           Compares two refactoring status entries for order.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.