Uses of Class
org.fest.swing.fixture.FrameFixture
Packages that use FrameFixture
Package
Description
Support for testing time-consuming tasks.
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of FrameFixture in org.fest.swing.finder
Methods in org.fest.swing.finder that return FrameFixture -
Uses of FrameFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return FrameFixtureModifier and TypeMethodDescriptionFrameFixture.click()
Simulates a user clicking this fixture's
.Frame
FrameFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.Frame
FrameFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.Frame
FrameFixture.deiconify()
Simulates a user deiconifying this fixture's
.Frame
FrameFixture.doubleClick()
Simulates a user double-clicking this fixture's
.Frame
FrameFixture.focus()
Gives input focus to this fixture's
.Frame
static FrameFixture
Containers.frameFixtureFor
(Container contentPane) FrameFixture.iconify()
Simulates a user iconifying this fixture's
.Frame
FrameFixture.maximize()
Simulates a user maximizing this fixture's
.Frame
Simulates a user moving this fixture's
to the given point.Frame
FrameFixture.moveToBack()
If the given
is visible, sends it to the back and may cause it to lose focus or activation if it is the focused or active.Frame
FrameFixture.moveToFront()
If fixture's
is visible, brings it to the front and may make it the focused one.Frame
FrameFixture.normalize()
Simulates a user normalizing this fixture's
.Frame
FrameFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.Frame
FrameFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.Frame
FrameFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.Frame
FrameFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.Frame
FrameFixture.requireDisabled()
Asserts that this fixture's
is disabled.Frame
FrameFixture.requireEnabled()
Asserts that this fixture's
is enabled.Frame
FrameFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.Frame
FrameFixture.requireFocused()
Asserts that this fixture's
has input focus.Frame
FrameFixture.requireNotVisible()
Asserts that this fixture's
is not visible.Frame
FrameFixture.requireSize
(Dimension size) Asserts that the size of this fixture's
is equal to given one.Frame
FrameFixture.requireVisible()
Asserts that this fixture's
is visible.Frame
FrameFixture.resizeHeightTo
(int height) Simulates a user resizing vertically this fixture's
.Frame
Simulates a user resizing this fixture's
.Frame
FrameFixture.resizeWidthTo
(int width) Simulates a user resizing horizontally this fixture's
.Frame
FrameFixture.rightClick()
Simulates a user right-clicking this fixture's
.Frame
FrameFixture.show()
Shows this fixture's
.Frame
Shows this fixture's
, resized to the given size.Frame
static FrameFixture
Containers.showInFrame
(Container contentPane)