Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseLabelProvider.fireLabelProviderChanged(LabelProviderChangedEvent event)
Fires a label provider changed event to all registered listeners Only
listeners registered at the time this method is called are notified.
|
protected void |
StructuredViewer.handleLabelProviderChanged(LabelProviderChangedEvent event)
The
StructuredViewer implementation of this
ContentViewer method calls update if the
event specifies that the label of a given element has changed, otherwise
it calls super. |
protected void |
ContentViewer.handleLabelProviderChanged(LabelProviderChangedEvent event)
Handles a label provider changed event.
|
void |
ILabelProviderListener.labelProviderChanged(LabelProviderChangedEvent event)
Notifies this listener that the state of the label provider
has changed in a way that affects the labels it computes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CommonViewer.handleLabelProviderChanged(LabelProviderChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
TabbedPropertySheetPage.labelProviderChanged(LabelProviderChangedEvent event) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.