Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.jface.preference
Class JFacePreferences

java.lang.Object
  extended byorg.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
          Identifier for the Active Hyperlink Colour
static String ERROR_COLOR
          Identifier for the Error Color
static String HYPERLINK_COLOR
          Identifier for the 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

Identifier for the Error Color

See Also:
Constant Field Values


 

 

HYPERLINK_COLOR

public static final String HYPERLINK_COLOR

Identifier for the Hyperlink Color

See Also:
Constant Field Values


 

 

ACTIVE_HYPERLINK_COLOR

public static final String ACTIVE_HYPERLINK_COLOR

Identifier for the Active Hyperlink Colour

See Also:
Constant Field Values
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


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 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, 2004. All rights reserved.