Uses of Class
org.fest.swing.core.GenericTypeMatcher
Packages that use GenericTypeMatcher
Package
Description
Building blocks for all FEST-Swing fixtures.
Common implementations of
GenericTypeMatcher.
Drivers that simulate user input on GUI
Components.
Support for testing time-consuming tasks.
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of GenericTypeMatcher in org.fest.swing.core
Methods in org.fest.swing.core with parameters of type GenericTypeMatcherModifier and TypeMethodDescription<T extends Component>
TBasicComponentFinder.find(Container root, GenericTypeMatcher<T> m) Finds ausing the givenComponentin the hierarchy under the given root.GenericTypeMatcher<T extends Component>
TBasicComponentFinder.find(GenericTypeMatcher<T> m) Finds ausing the givenComponent.GenericTypeMatcher<T extends Component>
TComponentFinder.find(Container root, GenericTypeMatcher<T> m) Finds ausing the givenComponentin the hierarchy under the given root.GenericTypeMatcher<T extends Component>
TComponentFinder.find(GenericTypeMatcher<T> m) Finds ausing the givenComponent.GenericTypeMatcher(package private) <T extends Component>
Collection<T>FinderDelegate.find(ComponentHierarchy h, GenericTypeMatcher<T> m) private <T extends Component>
voidFinderDelegate.find(ComponentHierarchy h, GenericTypeMatcher<T> m, Component root, Set<T> found) <T extends Component>
Collection<T>BasicComponentFinder.findAll(Container root, GenericTypeMatcher<T> m) Returns all thes under the given root that match the search criteria specified in the givenComponent.GenericTypeMatcher<T extends Component>
Collection<T>BasicComponentFinder.findAll(GenericTypeMatcher<T> m) Returns all thes that match the search criteria specified in the givenComponent.GenericTypeMatcher<T extends Component>
Collection<T>ComponentFinder.findAll(Container root, GenericTypeMatcher<T> m) Returns all thes under the given root that match the search criteria specified in the givenComponent.GenericTypeMatcher<T extends Component>
Collection<T>ComponentFinder.findAll(GenericTypeMatcher<T> m) Returns all thes that match the search criteria specified in the givenComponent.GenericTypeMatcherprivate static <T extends Component>
booleanFinderDelegate.isMatching(Component c, GenericTypeMatcher<T> m) -
Uses of GenericTypeMatcher in org.fest.swing.core.matcher
Subclasses of GenericTypeMatcher in org.fest.swing.core.matcherModifier and TypeClassDescriptionfinal classUnderstands matching aby name, title and visibility on the screen.Dialogfinal classUnderstands matching aby type, name or title.Framefinal classUnderstands matching aby name, text and visibility on the screen.JButtonfinal classUnderstands matching aby type, name or text.JLabelfinal classUnderstands matching aby type, name or text.JTextComponentclassNamedComponentMatcherTemplate<T extends Component>Understands a template for matching components by name. -
Uses of GenericTypeMatcher in org.fest.swing.driver
Methods in org.fest.swing.driver with parameters of type GenericTypeMatcherModifier and TypeMethodDescriptionJPopupMenuDriver.menuItem(JPopupMenu popupMenu, GenericTypeMatcher<? extends JMenuItem> matcher) -
Uses of GenericTypeMatcher in org.fest.swing.finder
Methods in org.fest.swing.finder with parameters of type GenericTypeMatcherModifier and TypeMethodDescriptionstatic DialogFinderWindowFinder.findDialog(GenericTypeMatcher<? extends Dialog> matcher) Creates a newcapable of looking up aDialogFinderusing the provided matcher.Dialogstatic JFileChooserFinderJFileChooserFinder.findFileChooser(GenericTypeMatcher<? extends JFileChooser> matcher) Creates a newcapable of looking up aJFileChooserFinderusing the given matcher.JFileChooserstatic FrameFinderWindowFinder.findFrame(GenericTypeMatcher<? extends Frame> matcher) Creates a newcapable of looking up aFrameFinderusing the provided matcher.Framestatic JOptionPaneFinderJOptionPaneFinder.findOptionPane(GenericTypeMatcher<? extends JOptionPane> matcher) Creates a newcapable of looking up aJOptionPaneFinderusing the given matcher.JOptionPaneConstructors in org.fest.swing.finder with parameters of type GenericTypeMatcherModifierConstructorDescriptionprotectedComponentFinderTemplate(GenericTypeMatcher<? extends T> matcher) Creates a newComponentFinderTemplate.protectedDialogFinder(GenericTypeMatcher<? extends Dialog> matcher) Creates a newDialogFinder.protectedFrameFinder(GenericTypeMatcher<? extends Frame> matcher) Creates a newFrameFinder.protectedJFileChooserFinder(GenericTypeMatcher<? extends JFileChooser> matcher) Creates a newJFileChooserFinder.protectedJOptionPaneFinder(GenericTypeMatcher<? extends JOptionPane> matcher) Creates a newJOptionPaneFinder.protectedWindowFinderTemplate(GenericTypeMatcher<? extends T> matcher) Creates a newWindowFinderTemplate. -
Uses of GenericTypeMatcher in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type GenericTypeMatcherModifier and TypeMethodDescriptionComponentContainerFixture.button(GenericTypeMatcher<? extends JButton> matcher) ContainerFixture.button(GenericTypeMatcher<? extends JButton> matcher) ComponentContainerFixture.checkBox(GenericTypeMatcher<? extends JCheckBox> matcher) ContainerFixture.checkBox(GenericTypeMatcher<? extends JCheckBox> matcher) ComponentContainerFixture.comboBox(GenericTypeMatcher<? extends JComboBox> matcher) ContainerFixture.comboBox(GenericTypeMatcher<? extends JComboBox> matcher) ComponentContainerFixture.dialog(GenericTypeMatcher<? extends Dialog> matcher) Finds athat matches the specified search criteria.DialogComponentContainerFixture.dialog(GenericTypeMatcher<? extends Dialog> matcher, Timeout timeout) Finds athat matches the specified search criteria.DialogContainerFixture.dialog(GenericTypeMatcher<? extends Dialog> matcher) Finds athat matches the specified search criteria.DialogContainerFixture.dialog(GenericTypeMatcher<? extends Dialog> matcher, Timeout timeout) Finds athat matches the specified search criteria.DialogComponentContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher) Finds athat matches the specified search criteria.JFileChooserComponentContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher, Timeout timeout) Finds athat matches the specified search criteria.JFileChooserContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher) Finds athat matches the specified search criteria.JFileChooserContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher, Timeout timeout) Finds athat matches the specified search criteria.JFileChooserprotected final <C extends Component>
CContainerFixture.find(GenericTypeMatcher<? extends C> matcher) ComponentContainerFixture.label(GenericTypeMatcher<? extends JLabel> matcher) ContainerFixture.label(GenericTypeMatcher<? extends JLabel> matcher) ComponentContainerFixture.list(GenericTypeMatcher<? extends JList> matcher) ContainerFixture.list(GenericTypeMatcher<? extends JList> matcher) ComponentContainerFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher) ContainerFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher) JPopupMenuFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher) Finds a, contained in this fixture'sJMenuItem, that matches the specified search criteria.JPopupMenuComponentContainerFixture.panel(GenericTypeMatcher<? extends JPanel> matcher) ContainerFixture.panel(GenericTypeMatcher<? extends JPanel> matcher) ComponentContainerFixture.progressBar(GenericTypeMatcher<? extends JProgressBar> matcher) Finds ain this fixture'sJProgressBar, that matches the specified search criteria.ContainerContainerFixture.progressBar(GenericTypeMatcher<? extends JProgressBar> matcher) Finds ain this fixture'sJProgressBar, that matches the specified search criteria.ContainerComponentContainerFixture.radioButton(GenericTypeMatcher<? extends JRadioButton> matcher) Finds ain this fixture'sJRadioButton, that matches the specified search criteria.ContainerContainerFixture.radioButton(GenericTypeMatcher<? extends JRadioButton> matcher) Finds ain this fixture'sJRadioButton, that matches the specified search criteria.ContainerComponentContainerFixture.scrollBar(GenericTypeMatcher<? extends JScrollBar> matcher) Finds ain this fixture'sJScrollBar, that matches the specified search criteria.ContainerContainerFixture.scrollBar(GenericTypeMatcher<? extends JScrollBar> matcher) Finds ain this fixture'sJScrollBar, that matches the specified search criteria.ContainerComponentContainerFixture.scrollPane(GenericTypeMatcher<? extends JScrollPane> matcher) Finds ain this fixture'sJScrollPane, that matches the specified search criteria.ContainerContainerFixture.scrollPane(GenericTypeMatcher<? extends JScrollPane> matcher) Finds ain this fixture'sJScrollPane, that matches the specified search criteria.ContainerComponentContainerFixture.slider(GenericTypeMatcher<? extends JSlider> matcher) ContainerFixture.slider(GenericTypeMatcher<? extends JSlider> matcher) ComponentContainerFixture.spinner(GenericTypeMatcher<? extends JSpinner> matcher) ContainerFixture.spinner(GenericTypeMatcher<? extends JSpinner> matcher) ComponentContainerFixture.splitPane(GenericTypeMatcher<? extends JSplitPane> matcher) Finds ain this fixture'sJSplitPane, that matches the specified search criteria.ContainerContainerFixture.splitPane(GenericTypeMatcher<? extends JSplitPane> matcher) Finds ain this fixture'sJSplitPane, that matches the specified search criteria.ContainerComponentContainerFixture.tabbedPane(GenericTypeMatcher<? extends JTabbedPane> matcher) Finds ain this fixture'sJTabbedPane, that matches the specified search criteria.ContainerContainerFixture.tabbedPane(GenericTypeMatcher<? extends JTabbedPane> matcher) Finds ain this fixture'sJTabbedPane, that matches the specified search criteria.ContainerComponentContainerFixture.table(GenericTypeMatcher<? extends JTable> matcher) ContainerFixture.table(GenericTypeMatcher<? extends JTable> matcher) ComponentContainerFixture.textBox(GenericTypeMatcher<? extends JTextComponent> matcher) Finds ain this fixture'sJTextComponentmanaged by this fixture, that matches the specified search criteria.ContainerContainerFixture.textBox(GenericTypeMatcher<? extends JTextComponent> matcher) Finds ain this fixture'sJTextComponentmanaged by this fixture, that matches the specified search criteria.ContainerComponentContainerFixture.toggleButton(GenericTypeMatcher<? extends JToggleButton> matcher) Finds ain this fixture'sJToggleButton, that matches the specified search criteria.ContainerContainerFixture.toggleButton(GenericTypeMatcher<? extends JToggleButton> matcher) Finds ain this fixture'sJToggleButton, that matches the specified search criteria.ContainerComponentContainerFixture.toolBar(GenericTypeMatcher<? extends JToolBar> matcher) ContainerFixture.toolBar(GenericTypeMatcher<? extends JToolBar> matcher) ComponentContainerFixture.tree(GenericTypeMatcher<? extends JTree> matcher) ContainerFixture.tree(GenericTypeMatcher<? extends JTree> matcher)