|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.team.core.diff.DiffFilter
A DiffNodeFilter
tests an IDiff
for inclusion,
typically in an IDiffTree
.
IDiff
,
IDiffTree
Constructor Summary | |
DiffFilter()
|
Method Summary | |
abstract boolean |
select(IDiff diff,
IProgressMonitor monitor)
Return true if the provided IDiffNode matches the filter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DiffFilter()
Method Detail |
public abstract boolean select(IDiff diff, IProgressMonitor monitor)
true
if the provided IDiffNode
matches the filter.
diff
- the IDiffNode
to be testedmonitor
- a progress monitor
true
if the IDiffNode
matches the filter
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.