| Package | Description |
|---|---|
| org.assertj.swing.finder |
Utilities for finding
Components. |
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JFileChooserFixture |
JFileChooserFinder.using(Robot robot)
Finds a
JFileChooser by name or type. |
| Modifier and Type | Method and Description |
|---|---|
JFileChooserFixture |
ComponentContainerFixture.fileChooser()
Returns the only
JFileChooser currently available (if any.) This method uses the value defined in
ComponentContainerFixture.defaultDialogLookupTimeout() as the default lookup timeout. |
JFileChooserFixture |
AbstractContainerFixture.fileChooser() |
JFileChooserFixture |
ComponentContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher)
Finds a
JFileChooser that matches the specified search criteria. |
JFileChooserFixture |
AbstractContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher) |
JFileChooserFixture |
ComponentContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher,
Timeout timeout)
Finds a
JFileChooser that matches the specified search criteria. |
JFileChooserFixture |
AbstractContainerFixture.fileChooser(GenericTypeMatcher<? extends JFileChooser> matcher,
Timeout timeout) |
JFileChooserFixture |
ComponentContainerFixture.fileChooser(String name)
Finds a
JFileChooser with a name matching the specified one. |
JFileChooserFixture |
AbstractContainerFixture.fileChooser(String name) |
JFileChooserFixture |
ComponentContainerFixture.fileChooser(String name,
Timeout timeout)
Finds a
JFileChooser with a name matching the specified one. |
JFileChooserFixture |
AbstractContainerFixture.fileChooser(String name,
Timeout timeout) |
JFileChooserFixture |
ComponentContainerFixture.fileChooser(Timeout timeout)
Returns the only
JFileChooser currently available (if any.) |
JFileChooserFixture |
AbstractContainerFixture.fileChooser(Timeout timeout) |
JFileChooserFixture |
JFileChooserFixture.selectFile(File file)
Selects the given file in this fixture's
JFileChooser. |
JFileChooserFixture |
JFileChooserFixture.selectFiles(File... files)
Selects the given files in this fixture's
JFileChooser. |
JFileChooserFixture |
JFileChooserFixture.setCurrentDirectory(File dir)
Sets the current directory of this fixture's
JFileChooser to the given one. |
Copyright © 2014 AssertJ. All rights reserved.