org.fest.swing.core
Interface ResettableComponentMatcher

All Superinterfaces:
ComponentMatcher
All Known Implementing Classes:
AbstractComponentMatcher, DialogMatcher, FrameMatcher, GenericTypeMatcher, JButtonMatcher, JLabelMatcher, JTextComponentMatcher, LabelMatcher, NamedComponentMatcherTemplate, NameMatcher, TypeMatcher

public interface ResettableComponentMatcher
extends ComponentMatcher

Understands whether a Component matches some desired criteria. The internal state of this matcher can be reset.

Since:
1.2
Author:
Alex Ruiz

Method Summary
 void reset(boolean matchFound)
          Resets the internal state of this matcher.
 
Methods inherited from interface org.fest.swing.core.ComponentMatcher
matches
 

Method Detail

reset

void reset(boolean matchFound)
Resets the internal state of this matcher.

Parameters:
matchFound - indicates whether a match has been found before resetting.


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.