Package | Description |
---|---|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.team.ui |
Provides basic support for managing Team providers.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.intro |
Application programming interfaces for interaction
with and extension of the product introduction parts.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
org.eclipse.ui.presentations |
Classes for contributing presentations to eclipse.
|
Modifier and Type | Method and Description |
---|---|
void |
IDetailPane3.addPropertyListener(IPropertyListener listener)
Adds a listener for changes to properties in this detail pane.
|
void |
IDetailPane3.removePropertyListener(IPropertyListener listener)
Removes the given property listener from this workbench part.
|
Modifier and Type | Method and Description |
---|---|
void |
SaveablePartAdapter.addPropertyListener(IPropertyListener listener)
Deprecated.
|
void |
SaveablePartAdapter.removePropertyListener(IPropertyListener listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SaveableComparison.addPropertyListener(IPropertyListener listener)
Add a property change listener.
|
void |
SaveableComparison.removePropertyListener(IPropertyListener listener)
Remove a property change listener.
|
Modifier and Type | Method and Description |
---|---|
void |
IEditorRegistry.addPropertyListener(IPropertyListener listener)
Adds a listener for changes to properties of this registry.
|
void |
IWorkbenchPart.addPropertyListener(IPropertyListener listener)
Adds a listener for changes to properties of this workbench part.
|
void |
IWorkbenchPartReference.addPropertyListener(IPropertyListener listener) |
void |
IEditorRegistry.removePropertyListener(IPropertyListener listener)
Removes the given property listener from this registry.
|
void |
IWorkbenchPart.removePropertyListener(IPropertyListener listener)
Removes the given property listener from this workbench part.
|
void |
IWorkbenchPartReference.removePropertyListener(IPropertyListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
IIntroPart.addPropertyListener(IPropertyListener listener)
Adds a listener for changes to properties of this intro part.
|
void |
IIntroPart.removePropertyListener(IPropertyListener listener)
Removes the given property listener from this intro part.
|
Modifier and Type | Method and Description |
---|---|
void |
IntroPart.addPropertyListener(IPropertyListener l) |
void |
WorkbenchPart.addPropertyListener(IPropertyListener l) |
void |
IntroPart.removePropertyListener(IPropertyListener l) |
void |
WorkbenchPart.removePropertyListener(IPropertyListener l) |
Modifier and Type | Method and Description |
---|---|
void |
IPresentablePart.addPropertyListener(IPropertyListener listener)
Deprecated.
Adds a listener for changes to properties of this workbench part.
|
void |
IPresentablePart.removePropertyListener(IPropertyListener listener)
Deprecated.
Remove a listener that was previously added using addPropertyListener.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.