|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUniformResourceChangeEvent
| Method Summary | |
|---|---|
org.eclipse.core.resources.IMarkerDelta[] |
findMarkerDeltas(java.lang.String type,
boolean includeSubtypes)
Returns all marker deltas of the specified type that are associated with resource deltas for this event. |
org.eclipse.core.resources.IMarkerDelta[] |
getMarkerDeltas()
Returns the changes to markers on the corresponding resource. |
IUniformResource |
getResource()
getResource |
java.lang.Object |
getSource()
Returns an object identifying the source of this event. |
| Method Detail |
|---|
org.eclipse.core.resources.IMarkerDelta[] getMarkerDeltas()
org.eclipse.core.resources.IMarkerDelta[] findMarkerDeltas(java.lang.String type,
boolean includeSubtypes)
includeSubtypes
is false, only marker deltas whose type exactly matches
the given type are returned. Returns an empty array if there
are no matching marker deltas.
Calling this method is equivalent to walking the entire resource delta for this event, and collecting all marker deltas of a given type. The speed of this method will be proportional to the number of changed markers, regardless of the size of the resource delta tree.
type - the type of marker to consider, or null to indicate all typesincludeSubtypes - whether or not to consider sub-types of the given type
IUniformResource getResource()
java.lang.Object getSource()
EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||