|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Finder | |
junit.extensions.jfcunit | |
junit.extensions.jfcunit.finder |
Uses of Finder in junit.extensions.jfcunit |
Methods in junit.extensions.jfcunit with parameters of type Finder | |
static java.util.List |
TestHelper.getShowingDialogs(java.util.List ret,
java.awt.Window[] owners,
Finder finder)
Deprecated. 2.05 use new DialogFinder(null).findAll(owners); |
static java.util.List |
TestHelper.getWindows(java.util.List ret,
java.awt.Window[] windows,
Finder finder)
Deprecated. 2.05 use finder.findAll(windows); |
static java.awt.Component |
TestHelper.findComponent(Finder finder,
int index)
Deprecated. 2.02 Use finder.find(index); |
static java.awt.Component |
TestHelper.findComponent(Finder finder,
java.awt.Container cont,
int index)
Deprecated. 2.02 use finder.find(cont, index); |
static int |
TestHelper.indexOf(Finder finder,
java.awt.Container cont,
java.awt.Component comp)
Find the index of the component given. |
Uses of Finder in junit.extensions.jfcunit.finder |
Subclasses of Finder in junit.extensions.jfcunit.finder | |
class |
AbstractButtonFinder
Class for checking if the ( AbstractButton ) component being searched for has been found. |
class |
AbstractWindowFinder
Class for checking if the ( Window ) component being searched for has been found. |
class |
ComponentFinder
A generic Component finder which uses just the type (class) for filtering. |
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 |
JFileChooserFinder
This class locates the JFileChooser with the given title. |
class |
JInternalFrameFinder
Title: class JInternalFrameFinder. |
class |
JLabelFinder
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 |
JMenuItemFinder
A generic component finder which uses just the type (class) for filtering. |
class |
JPopupMenuFinder
Title: Find a popup menu given the invoker. |
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 . |
class |
LabeledComponentFinder
Find a component based upon the label attached via JLabel.setLabelFor(Component comp). |
class |
NamedComponentFinder
This is a 'breakaway' from the ComponentFinder in which the component to be tested is assumed to have a name and so the name passed in is compared to the comp.name The pattern syntax can be found at the Jakarta RegExp API Documentation in RE . |
Methods in junit.extensions.jfcunit.finder with parameters of type Finder | |
static java.util.List |
Finder.findComponentList(Finder finder,
java.awt.Container cont,
java.util.List pList,
int index)
Method that calls itself repetitively to build up a list of all components in the container instance that is passed in. |
protected void |
BaseFindTagHandler.find(Finder finder)
Execute the common find on the TestHelper. |
static java.util.List |
AbstractWindowFinder.getWindows(java.util.List pRet,
java.awt.Container[] windows,
Finder finder)
Returns a set of all the Windows that are currently visible and the title contains the given titlematch string. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |