Eclipse Platform
Release 3.1

org.eclipse.ltk.core.refactoring
Class RefactoringPreferenceConstants

java.lang.Object
  extended byorg.eclipse.ltk.core.refactoring.RefactoringPreferenceConstants

public final class RefactoringPreferenceConstants
extends Object

Constants for refactoring preferences keys.

This class is NOT official API. It is used by the refactoring UI plug-in to access refactoring preferences.

Since:
3.2

Field Summary
static String PREFERENCE_ENABLE_PROJECT_REFACTORING_HISTORY
          The project refactoring history preference
static String PREFERENCE_ENABLE_WORKSPACE_REFACTORING_HISTORY
          The workspace refactoring history preference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFERENCE_ENABLE_PROJECT_REFACTORING_HISTORY

public static final String PREFERENCE_ENABLE_PROJECT_REFACTORING_HISTORY
The project refactoring history preference

See Also:
Constant Field Values

PREFERENCE_ENABLE_WORKSPACE_REFACTORING_HISTORY

public static final String PREFERENCE_ENABLE_WORKSPACE_REFACTORING_HISTORY
The workspace refactoring history preference

See Also:
Constant Field Values

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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