Package | Description |
---|---|
org.eclipse.team.ui |
Provides basic support for managing Team providers.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources 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 Eclipse Platform User Interface.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
org.eclipse.ui.presentations |
Modifier and Type | Method and Description |
---|---|
void |
SaveablePartAdapter.addPropertyListener(IPropertyListener listener) |
void |
SaveablePartAdapter.removePropertyListener(IPropertyListener listener) |
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 |
IWorkbenchPart.addPropertyListener(IPropertyListener listener)
Adds a listener for changes to properties of this workbench part.
|
void |
IEditorRegistry.addPropertyListener(IPropertyListener listener)
Adds a listener for changes to properties of this registry.
|
void |
IWorkbenchPartReference.addPropertyListener(IPropertyListener listener) |
void |
IWorkbenchPart.removePropertyListener(IPropertyListener listener)
Removes the given property listener from this workbench part.
|
void |
IEditorRegistry.removePropertyListener(IPropertyListener listener)
Removes the given property listener from this registry.
|
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 |
WorkbenchPart.addPropertyListener(IPropertyListener l) |
void |
IntroPart.addPropertyListener(IPropertyListener l) |
void |
WorkbenchPart.removePropertyListener(IPropertyListener l) |
void |
IntroPart.removePropertyListener(IPropertyListener l) |
Modifier and Type | Method and Description |
---|---|
void |
IPresentablePart.addPropertyListener(IPropertyListener listener)
Adds a listener for changes to properties of this workbench part.
|
void |
IPresentablePart.removePropertyListener(IPropertyListener listener)
Remove a listener that was previously added using addPropertyListener.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.