|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPropertyListener | |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
Uses of IPropertyListener in org.eclipse.ui |
Methods in org.eclipse.ui with parameters of type IPropertyListener | |
void |
IWorkbenchPartReference.addPropertyListener(IPropertyListener listener)
|
void |
IWorkbenchPartReference.removePropertyListener(IPropertyListener listener)
|
void |
IEditorRegistry.addPropertyListener(IPropertyListener listener)
Adds a listener for changes to properties of this registry. |
void |
IEditorRegistry.removePropertyListener(IPropertyListener listener)
Removes the given property listener from this registry. |
void |
IWorkbenchPart.addPropertyListener(IPropertyListener listener)
Adds a listener for changes to properties of this workbench part. |
void |
IWorkbenchPart.removePropertyListener(IPropertyListener listener)
Removes the given property listener from this workbench part. |
Uses of IPropertyListener in org.eclipse.ui.part |
Methods in org.eclipse.ui.part with parameters of type IPropertyListener | |
void |
WorkbenchPart.addPropertyListener(IPropertyListener l)
|
void |
WorkbenchPart.removePropertyListener(IPropertyListener l)
|
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |