|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.eclipse.core.runtime.preferences.IEclipsePreferences.NodeChangeEvent
public static final class IEclipsePreferences.NodeChangeEvent
An event object which describes the details of a change in the preference node hierarchy. The child node is the one which was added or removed.
IEclipsePreferences.INodeChangeListener
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
IEclipsePreferences.NodeChangeEvent(org.osgi.service.prefs.Preferences parent,
org.osgi.service.prefs.Preferences child)
Constructor for a new node change event object. |
Method Summary | |
---|---|
org.osgi.service.prefs.Preferences |
getChild()
Return the child node for this event. |
org.osgi.service.prefs.Preferences |
getParent()
Return the parent node for this event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IEclipsePreferences.NodeChangeEvent(org.osgi.service.prefs.Preferences parent, org.osgi.service.prefs.Preferences child)
parent
- the parent nodechild
- the child nodeMethod Detail |
---|
public org.osgi.service.prefs.Preferences getParent()
public org.osgi.service.prefs.Preferences getChild()
Note: The child node may have been removed as a result of the bundle supplying its implementation being un-installed. In this case the only method which can safely be called on the child is #name().
|
Eclipse Platform Release 3.2 |
|||||||||
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, 2006. All rights reserved.