Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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. 
org.eclipse.ltk.ui.refactoring.history 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 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
 void RefactoringStatus. addEntry ( RefactoringStatusEntry entry)
          Adds the given RefactoringStatusEntry.
 int IRefactoringStatusEntryComparator. compare ( RefactoringStatusEntry entry1, RefactoringStatusEntry entry2)
          Compares two refactoring status entries for order.
  RefactoringStatusEntry[] 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 RefactoringStatusEntry
protected  boolean RefactoringHistoryWizard. selectStatusEntry ( RefactoringStatusEntry entry)
          Hook method which is called for each status entry before it is displayed in a wizard page.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire