public static class ProblemsLabelDecorator.ProblemsLabelChangedEvent
extends LabelProviderChangedEvent
LabelProviderChangedEvent
carrying additional
information whether the event origins from a maker change.
ProblemsLabelChangedEvent
s are only generated by
ProblemsLabelDecorator
s.
Constructor and Description |
---|
ProblemsLabelChangedEvent(IBaseLabelProvider eventSource,
IResource[] changedResource,
boolean isMarkerChange)
Note: This constructor is for internal use only.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isMarkerChange()
Returns whether this event origins from marker changes.
|
public ProblemsLabelChangedEvent(IBaseLabelProvider eventSource, IResource[] changedResource, boolean isMarkerChange)
eventSource
- the base label providerchangedResource
- the changed resourcesisMarkerChange
- true
if the change is a marker change; otherwise
false
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.