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 |
IBaseLabelProvider.addListener(ILabelProviderListener listener)
Adds a listener to this label provider.
|
void |
DelegatingStyledCellLabelProvider.addListener(ILabelProviderListener listener) |
void |
DecoratingStyledCellLabelProvider.addListener(ILabelProviderListener listener) |
void |
BaseLabelProvider.addListener(ILabelProviderListener listener) |
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 |
IBaseLabelProvider.removeListener(ILabelProviderListener listener)
Removes a listener to this label provider.
|
void |
DelegatingStyledCellLabelProvider.removeListener(ILabelProviderListener listener) |
void |
DecoratingStyledCellLabelProvider.removeListener(ILabelProviderListener listener) |
void |
BaseLabelProvider.removeListener(ILabelProviderListener listener) |
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.
|
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.