|
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.core.runtime.preferences.AbstractPreferenceInitializer
Abstract class used to aid in default preference value initialization.
Clients who extend the org.eclipse.core.runtime.preferences
extension point are able to specify a class within an initializer
element.
Constructor Summary | |
---|---|
AbstractPreferenceInitializer()
Default constructor for the class. |
Method Summary | |
---|---|
abstract void |
initializeDefaultPreferences()
This method is called by the preference initializer to initialize default preference values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractPreferenceInitializer()
Method Detail |
public abstract void initializeDefaultPreferences()
public void initializeDefaultPreferences() { Preferences node = new DefaultScope().getNode("my.bundle.id"); node.put(key, value); }
Note: Clients should only set default preference values for their own bundle.
Note: Clients should not call this method. It will be called automatically by the preference initializer when the appropriate default preference node is accessed.
|
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.