|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Robot | |
---|---|
org.fest.swing.core | Building blocks for all FEST-Swing fixtures. |
org.fest.swing.driver |
Drivers that simulate user input on GUI s. |
org.fest.swing.finder | Support for testing time-consuming tasks. |
org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
org.fest.swing.testing | Support for writing test classes. |
Uses of Robot in org.fest.swing.core |
---|
Classes in org.fest.swing.core that implement Robot | |
---|---|
class |
BasicRobot
Understands simulation of user events on a GUI . |
Methods in org.fest.swing.core that return Robot | |
---|---|
static Robot |
BasicRobot.robotWithCurrentAwtHierarchy()
Creates a new that has access to all the GUI components in the AWT hierarchy. |
static Robot |
BasicRobot.robotWithNewAwtHierarchy()
Creates a new with a new AWT hierarchy. |
Methods in org.fest.swing.core with parameters of type Robot | |
---|---|
static void |
Scrolling.scrollToVisible(Robot robot,
JComponent c)
Scrolls a into view within a container. |
Constructors in org.fest.swing.core with parameters of type Robot | |
---|---|
ComponentDragAndDrop(Robot robot)
Creates a new ComponentDragAndDrop . |
Uses of Robot in org.fest.swing.driver |
---|
Fields in org.fest.swing.driver declared as Robot | |
---|---|
protected Robot |
ComponentDriver.robot
|
protected Robot |
AbstractJTableCellWriter.robot
|
Methods in org.fest.swing.driver with parameters of type Robot | |
---|---|
static void |
Scrolling.scrollToVisible(Robot robot,
JComponent c)
Deprecated. Scrolls a into view within a container. |
Uses of Robot in org.fest.swing.finder |
---|
Methods in org.fest.swing.finder with parameters of type Robot | |
---|---|
protected T |
ComponentFinderTemplate.findComponentWith(Robot robot)
Finds the component using either by name or type. |
DialogFixture |
DialogFinder.using(Robot robot)
Finds a by name or type. |
JFileChooserFixture |
JFileChooserFinder.using(Robot robot)
Finds a by name or type. |
FrameFixture |
FrameFinder.using(Robot robot)
Finds a by name or type. |
abstract WindowFixture<T> |
WindowFinderTemplate.using(Robot robot)
Finds a window by name or type using the given robot. |
JOptionPaneFixture |
JOptionPaneFinder.using(Robot robot)
Finds a by name or type. |
abstract ComponentFixture<T> |
ComponentFinderTemplate.using(Robot robot)
Finds a component by name or type using the given robot. |
Uses of Robot in org.fest.swing.fixture |
---|
Fields in org.fest.swing.fixture declared as Robot | |
---|---|
Robot |
ComponentFixture.robot
Performs simulation of user events on
|
Methods in org.fest.swing.fixture that return Robot | |
---|---|
static Robot |
ComponentFixtureValidator.notNullRobot(Robot robot)
Verifies that the given is not null . |
Methods in org.fest.swing.fixture with parameters of type Robot | |
---|---|
abstract F |
ComponentFixtureExtension.createFixture(Robot robot,
Container root)
Creates a new . |
static Robot |
ComponentFixtureValidator.notNullRobot(Robot robot)
Verifies that the given is not null . |
Uses of Robot in org.fest.swing.testing |
---|
Methods in org.fest.swing.testing that return Robot | |
---|---|
protected Robot |
FestSwingTestCaseTemplate.robot()
Returns this test's . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |