Uses of Class
org.fest.swing.fixture.JInternalFrameFixture
Packages that use JInternalFrameFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JInternalFrameFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JInternalFrameFixtureModifier and TypeMethodDescriptionJInternalFrameFixture.click()
Simulates a user clicking this fixture's
.JInternalFrame
JInternalFrameFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JInternalFrame
JInternalFrameFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JInternalFrame
JInternalFrameFixture.deiconify()
Simulates a user deiconifying this fixture's
.JInternalFrame
JInternalFrameFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JInternalFrame
JInternalFrameFixture.focus()
Gives input focus to this fixture's
.JInternalFrame
JInternalFrameFixture.iconify()
Simulates a user iconifying this fixture's
.JInternalFrame
JInternalFrameFixture.maximize()
Simulates a user maximizing this fixture's
, deconifying it first if it is iconified.JInternalFrame
Simulates a user moving this fixture's
to the given point.JInternalFrame
JInternalFrameFixture.moveToBack()
Brings this fixture's
to the back.JInternalFrame
JInternalFrameFixture.moveToFront()
Brings this fixture's
to the front.JInternalFrame
JInternalFrameFixture.normalize()
Simulates a user normalizing this fixture's
, deconifying it first if it is iconified.JInternalFrame
JInternalFrameFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JInternalFrame
JInternalFrameFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.JInternalFrame
JInternalFrameFixture.pressKey
(int keyCode) Simulates a user pressing given key on this fixture's
.JInternalFrame
JInternalFrameFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JInternalFrame
JInternalFrameFixture.requireDisabled()
Asserts that this fixture's
is disabled.JInternalFrame
JInternalFrameFixture.requireEnabled()
Asserts that this fixture's
is enabled.JInternalFrame
JInternalFrameFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JInternalFrame
JInternalFrameFixture.requireFocused()
Asserts that this fixture's
has input focus.JInternalFrame
JInternalFrameFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JInternalFrame
JInternalFrameFixture.requireSize
(Dimension size) Asserts that the size of this fixture's
is equal to given one.JInternalFrame
JInternalFrameFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JInternalFrame
JInternalFrameFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JInternalFrame
JInternalFrameFixture.requireVisible()
Asserts that this fixture's
is visible.JInternalFrame
JInternalFrameFixture.resizeHeightTo
(int height) Simulates a user resizing vertically this fixture's
.JInternalFrame
Simulates a user resizing this fixture's
.JInternalFrame
JInternalFrameFixture.resizeWidthTo
(int width) Simulates a user resizing horizontally this fixture's
.JInternalFrame
JInternalFrameFixture.rightClick()
Simulates a user right-clicking this fixture's
.JInternalFrame