Uses of Interface
org.eclipse.core.runtime.Preferences.IPropertyChangeListener
Packages that use Preferences.IPropertyChangeListener
Package
Description
Provides support for running the Ant build tool in the platform.
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of Preferences.IPropertyChangeListener in org.eclipse.ant.core
Classes in org.eclipse.ant.core that implement Preferences.IPropertyChangeListenerModifier and TypeClassDescriptionclassRepresents the Ant Core plug-in's preferences providing utilities for extracting, changing and updating the underlying preferences. -
Uses of Preferences.IPropertyChangeListener in org.eclipse.core.runtime
Fields in org.eclipse.core.runtime with type parameters of type Preferences.IPropertyChangeListenerModifier and TypeFieldDescriptionprotected ListenerList<Preferences.IPropertyChangeListener> Preferences.listenersDeprecated.Methods in org.eclipse.core.runtime with parameters of type Preferences.IPropertyChangeListenerModifier and TypeMethodDescriptionvoidPreferences.addPropertyChangeListener(Preferences.IPropertyChangeListener listener) Deprecated.voidPreferences.removePropertyChangeListener(Preferences.IPropertyChangeListener listener) Deprecated.