org.eclipse.swtbot.eclipse.gef.finder.matchers
Class AbstractToolEntryMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<org.eclipse.gef.palette.ToolEntry>
      extended by org.eclipse.swtbot.eclipse.gef.finder.matchers.AbstractToolEntryMatcher
All Implemented Interfaces:
Matcher<org.eclipse.gef.palette.ToolEntry>, SelfDescribing
Direct Known Subclasses:
ToolEntryLabelMatcher

public abstract class AbstractToolEntryMatcher
extends BaseMatcher<org.eclipse.gef.palette.ToolEntry>

an abstract matcher for matching GEF tool entries.

Author:
David Green
See Also:
ToolEntry

Constructor Summary
AbstractToolEntryMatcher()
           
 
Method Summary
 String description()
           
 boolean matches(Object w)
           
protected abstract  boolean matches(org.eclipse.gef.palette.ToolEntry toolEntry)
           
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.hamcrest.SelfDescribing
describeTo
 

Constructor Detail

AbstractToolEntryMatcher

public AbstractToolEntryMatcher()
Method Detail

description

public String description()

matches

public boolean matches(Object w)

matches

protected abstract boolean matches(org.eclipse.gef.palette.ToolEntry toolEntry)