public class LabelProviderChangedEvent extends EventObject
ILabelProviderListener
,
Serialized Formsource
Constructor and Description |
---|
LabelProviderChangedEvent(IBaseLabelProvider source)
Creates a new event for the given source, indicating that all labels
provided by the source are no longer valid and should be updated.
|
LabelProviderChangedEvent(IBaseLabelProvider source,
Object element)
Creates a new event for the given source, indicating that the label
provided by the source for the given element is no longer valid and should be updated.
|
LabelProviderChangedEvent(IBaseLabelProvider source,
Object[] elements)
Creates a new event for the given source, indicating that the label
provided by the source for the given elements is no longer valid and should be updated.
|
Modifier and Type | Method and Description |
---|---|
Object |
getElement()
Returns the first element whose label needs to be updated,
or
null if all labels need to be updated. |
Object[] |
getElements()
Returns the elements whose labels need to be updated,
or
null if all labels need to be updated. |
getSource, toString
public LabelProviderChangedEvent(IBaseLabelProvider source)
source
- the label providerpublic LabelProviderChangedEvent(IBaseLabelProvider source, Object[] elements)
source
- the label providerelements
- the element whose labels have changedpublic LabelProviderChangedEvent(IBaseLabelProvider source, Object element)
source
- the label providerelement
- the element whose label needs to be updatedpublic Object getElement()
null
if all labels need to be updated.null
public Object[] getElements()
null
if all labels need to be updated.null
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.