|
Eclipse Platform Release 3.1 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.ltk.core.refactoring.RefactoringCore
Central access point to access resources managed by the refactoring core plug-in.
Note: this class is not intended to be extended by clients.
| Field Summary | |
|---|---|
static String |
ID_PLUGIN
The id of the Refactoring plug-in (value "org.eclipse.ltk.core.refactoring"). |
| Method Summary | |
|---|---|
static int |
getConditionCheckingFailedSeverity()
When condition checking is performed for a refactoring then the condition check is interpreted as failed if the refactoring status severity return from the condition checking operation is equal or greater than the value returned by this method. |
static IValidationCheckResultQueryFactory |
getQueryFactory()
Returns the query factory. |
static org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService |
getRefactoringHistoryService()
Returns the singleton refactoring history service. |
static IUndoManager |
getUndoManager()
Returns the singleton undo manager for the refactoring undo stack. |
static Preferences |
internalGetPreferences()
Returns the refactoring core preferences. |
static void |
internalSavePreferences()
Saves the refactoring core preferences. |
static void |
internalSetQueryFactory(IValidationCheckResultQueryFactory factory)
An internal method to set the query factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String ID_PLUGIN
"org.eclipse.ltk.core.refactoring").
| Method Detail |
public static Preferences internalGetPreferences()
This method is NOT official API. It is a special method for the refactoring UI plug-in to access refactoring preferences.
public static void internalSavePreferences()
This method is NOT official API. It is a special method for the refactoring UI plug-in to access refactoring preferences.
public static IUndoManager getUndoManager()
public static org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService getRefactoringHistoryService()
Note: This API is considered experimental and may change in the near future.
public static int getConditionCheckingFailedSeverity()
public static IValidationCheckResultQueryFactory getQueryFactory()
public static void internalSetQueryFactory(IValidationCheckResultQueryFactory factory)
This method is NOT official API. It is a special method for the refactoring UI plug-in to set a dialog based query factory.
factory - the factory to set or null
|
Eclipse Platform Release 3.1 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.