Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
Modifier and Type | Method and Description |
---|---|
void |
DecoratingLabelProvider.addListener(ILabelProviderListener listener)
The
DecoratingLabelProvider implementation of this IBaseLabelProvider method
adds the listener to both the nested label provider and the label decorator. |
void |
LabelProvider.addListener(ILabelProviderListener listener) |
void |
IBaseLabelProvider.addListener(ILabelProviderListener listener)
Adds a listener to this label provider.
|
void |
DecoratingLabelProvider.removeListener(ILabelProviderListener listener)
The
DecoratingLabelProvider implementation of this IBaseLabelProvider method
removes the listener from both the nested label provider and the label decorator. |
void |
LabelProvider.removeListener(ILabelProviderListener listener) |
void |
IBaseLabelProvider.removeListener(ILabelProviderListener listener)
Removes a listener to this label provider.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSynchronizeLabelProvider.addListener(ILabelProviderListener listener) |
void |
AbstractSynchronizeLabelProvider.removeListener(ILabelProviderListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
TabbedPropertySheetPage
A property sheet page that provides a tabbed UI.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.