|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPropertyChangeListener | |
---|---|
org.eclipse.jface.action | Provides support for shared UI resources such as menus, tool bars, and status lines. |
org.eclipse.jface.preference | Provides a framework for preferences. |
org.eclipse.jface.resource | Provides support for managing resources such as SWT fonts and images. |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.preferences | Classes for using the preferences support in org.eclipse.core.runtime.preferences Package Specification This package has the convenience classes provided by the Eclipse workbench for use by clients who wish to use the core preference support added in 3.0. |
Uses of IPropertyChangeListener in org.eclipse.jface.action |
---|
Methods in org.eclipse.jface.action with parameters of type IPropertyChangeListener | |
---|---|
void |
Action.addPropertyChangeListener(IPropertyChangeListener listener)
|
void |
IAction.addPropertyChangeListener(IPropertyChangeListener listener)
Adds a property change listener to this action. |
void |
Action.removePropertyChangeListener(IPropertyChangeListener listener)
|
void |
IAction.removePropertyChangeListener(IPropertyChangeListener listener)
Removes the given listener from this action. |
Uses of IPropertyChangeListener in org.eclipse.jface.preference |
---|
Methods in org.eclipse.jface.preference with parameters of type IPropertyChangeListener | |
---|---|
void |
IPreferenceStore.addPropertyChangeListener(IPropertyChangeListener listener)
Adds a property change listener to this preference store. |
void |
PreferenceStore.addPropertyChangeListener(IPropertyChangeListener listener)
|
void |
IPreferenceStore.removePropertyChangeListener(IPropertyChangeListener listener)
Removes the given listener from this preference store. |
void |
PreferenceStore.removePropertyChangeListener(IPropertyChangeListener listener)
|
Uses of IPropertyChangeListener in org.eclipse.jface.resource |
---|
Methods in org.eclipse.jface.resource with parameters of type IPropertyChangeListener | |
---|---|
void |
ResourceRegistry.addListener(IPropertyChangeListener listener)
Adds a property change listener to this registry. |
void |
ResourceRegistry.removeListener(IPropertyChangeListener listener)
Removes the given listener from this registry. |
Uses of IPropertyChangeListener in org.eclipse.jface.viewers |
---|
Methods in org.eclipse.jface.viewers with parameters of type IPropertyChangeListener | |
---|---|
void |
CellEditor.addPropertyChangeListener(IPropertyChangeListener listener)
Adds a property change listener to this cell editor. |
void |
CellEditor.removePropertyChangeListener(IPropertyChangeListener listener)
Removes the given property change listener from this cell editor. |
Uses of IPropertyChangeListener in org.eclipse.ui |
---|
Methods in org.eclipse.ui with parameters of type IPropertyChangeListener | |
---|---|
void |
IWorkbenchPage.addPropertyChangeListener(IPropertyChangeListener listener)
Deprecated. individual views should store a working set if needed and register a property change listener directly with the working set manager to receive notification when the view working set is removed. |
void |
IWorkbenchPage.removePropertyChangeListener(IPropertyChangeListener listener)
Deprecated. individual views should store a working set if needed and register a property change listener directly with the working set manager to receive notification when the view working set is removed. |
Uses of IPropertyChangeListener in org.eclipse.ui.preferences |
---|
Methods in org.eclipse.ui.preferences with parameters of type IPropertyChangeListener | |
---|---|
void |
ScopedPreferenceStore.addPropertyChangeListener(IPropertyChangeListener listener)
|
void |
ScopedPreferenceStore.removePropertyChangeListener(IPropertyChangeListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |