|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractWindowFinder | |
junit.extensions.jfcunit | |
junit.extensions.jfcunit.finder |
Uses of AbstractWindowFinder in junit.extensions.jfcunit |
Methods in junit.extensions.jfcunit with parameters of type AbstractWindowFinder | |
static java.util.List |
TestHelper.getWindows(AbstractWindowFinder finder)
Deprecated. 2.05 use finder.findAll(); |
static java.awt.Window |
TestHelper.getWindow(AbstractWindowFinder finder)
Returns a single window that is showing that passes the filtration by the Finder passed in. |
Uses of AbstractWindowFinder in junit.extensions.jfcunit.finder |
Subclasses of AbstractWindowFinder in junit.extensions.jfcunit.finder | |
class |
DialogFinder
Class for checking if the ( Dialog ) component being searched for has been found
The pattern syntax can be found at the Jakarta RegExp API Documentation in RE . |
class |
FrameFinder
Class for checking if the Component being searched for has been found
The pattern syntax can be found at the Jakarta RegExp API Documentation in RE . |
class |
JWindowFinder
Class for checking if the component being searched for has been found The pattern syntax can be found at the Jakarta RegExp API Documentation in RE . |
Methods in junit.extensions.jfcunit.finder with parameters of type AbstractWindowFinder | |
protected void |
BaseFindTagHandler.findWindow(AbstractWindowFinder wfinder)
Execute the common findWindow on the TestHelper. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |