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
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reset(boolean matchFound)
    Resets the internal state of this matcher.

    Methods inherited from interface org.fest.swing.core.ComponentMatcher

    matches
  • Method Details

    • reset

      void reset(boolean matchFound)
      Resets the internal state of this matcher.
      Parameters:
      matchFound - indicates whether a match has been found before resetting.