Eclipse Platform
2.1

org.eclipse.jface.preference
Class JFacePreferences

java.lang.Object
  |
  +--org.eclipse.jface.preference.JFacePreferences

public final class JFacePreferences
extends Object

JFacePreferences is a class used to administer the preferences used by JFace objects.


Field Summary
static String ACTIVE_HYPERLINK_COLOR
           
static String ERROR_COLOR
           
static String HYPERLINK_COLOR
           
 
Method Summary
static IPreferenceStore getPreferenceStore()
          Return the preference store for the receiver.
static void setPreferenceStore(IPreferenceStore store)
          Set the preference store for the receiver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_COLOR

public static final String ERROR_COLOR

HYPERLINK_COLOR

public static final String HYPERLINK_COLOR

ACTIVE_HYPERLINK_COLOR

public static final String ACTIVE_HYPERLINK_COLOR
Method Detail

getPreferenceStore

public static IPreferenceStore getPreferenceStore()
Return the preference store for the receiver.
Returns:
IPreferenceStore or null

setPreferenceStore

public static void setPreferenceStore(IPreferenceStore store)
Set the preference store for the receiver.
Parameters:
store - IPreferenceStore

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.