Package org.fest.swing.util

Some useful utility methods.

See:
          Description

Interface Summary
TextMatcher Understands matching a given text to one or more values.
 

Class Summary
Arrays Understands utility methods for arrays.
AWTEvents Understands utility methods related to AWT events.
AWTExceptionHandlerInstaller Understands installation of AWT exception handlers.
Colors Understands utility methods related to colors.
GenericRange<T> Understands a range of values.
Modifiers Understands utility methods related to input modifiers.
Pair<I,II> Understands a tuple of size 2.
Patterns Understands utility methods for regular expression patterns.
PatternTextMatcher Understands matching text to a group of String values.
Platform Understands platform-specific functionality.
Range Understands a range (from, to.)
Range.From Understands the starting value of a range.
Range.To Understands the ending value of a range.
RobotFactory Understands creation of AWT Robots.
Strings Understands utility methods related to Strings.
StringTextMatcher Understands matching text to a group of String values.
System Deprecated. Use Systems instead.
TimeoutWatch Understands a time counter with a timeout.
Triple<I,II,III> Understands a tuple of size 3.
 

Enum Summary
OSFamily Understands a Operating System family.
 

Package org.fest.swing.util Description

Some useful utility methods.

Classes in this package have been adapted from Abbot. Many thanks to Timothy Wall.



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