|
Eclipse Platform 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener which is notified when a label provider's state changes.
IBaseLabelProvider.addListener(org.eclipse.jface.viewers.ILabelProviderListener)
,
IBaseLabelProvider.removeListener(org.eclipse.jface.viewers.ILabelProviderListener)
Method Summary | |
void |
labelProviderChanged(LabelProviderChangedEvent event)
Notifies this listener that the state of the label provider has changed in a way that affects the labels it computes. |
Method Detail |
public void labelProviderChanged(LabelProviderChangedEvent event)
A typical response would be to refresh all labels by re-requesting them from the label provider.
event
- the label provider change event
|
Eclipse Platform 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |