|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLabelProviderChangedEvent
org.eclipse.wst.jsdt.ui.ProblemsLabelDecorator.ProblemsLabelChangedEvent
public static class ProblemsLabelDecorator.ProblemsLabelChangedEvent
This is a special LabelProviderChangedEvent
carrying additional
information whether the event origins from a maker change.
ProblemsLabelChangedEvent
s are only generated by
ProblemsLabelDecorator
s.
Constructor Summary | |
---|---|
ProblemsLabelDecorator.ProblemsLabelChangedEvent(IBaseLabelProvider eventSource,
IResource[] changedResource,
boolean isMarkerChange)
Note: This constructor is for internal use only. |
Method Summary | |
---|---|
boolean |
isMarkerChange()
Returns whether this event origins from marker changes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProblemsLabelDecorator.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
Method Detail |
---|
public boolean isMarkerChange()
false
an annotation
model change is the origin. In this case viewers not displaying working copies can ignore these
events.
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |