| 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 |
|---|---|
FrameFixture |
FrameFinder.using(Robot robot)
Finds a
Frame by name or type. |
| Modifier and Type | Method and Description |
|---|---|
FrameFixture |
FrameFixture.deiconify()
Simulates a user deiconifying this fixture's
Frame. |
static FrameFixture |
Containers.frameFixtureFor(Container contentPane)
Creates a new
JFrame and uses the given Container as its content pane. |
FrameFixture |
FrameFixture.iconify()
Simulates a user iconifying this fixture's
Frame. |
FrameFixture |
FrameFixture.maximize()
Simulates a user maximizing this fixture's
Frame. |
FrameFixture |
FrameFixture.normalize()
Simulates a user normalizing this fixture's
Frame. |
static FrameFixture |
Containers.showInFrame(Container contentPane)
Creates a new
JFrame and uses the given Container as its content pane. |
Copyright © 2014 AssertJ. All rights reserved.