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.JInternalFrameJInternalFrameFixture.click(MouseButton button) Simulates a user clicking this fixture's.JInternalFrameJInternalFrameFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JInternalFrameJInternalFrameFixture.deiconify()Simulates a user deiconifying this fixture's.JInternalFrameJInternalFrameFixture.doubleClick()Simulates a user double-clicking this fixture's.JInternalFrameJInternalFrameFixture.focus()Gives input focus to this fixture's.JInternalFrameJInternalFrameFixture.iconify()Simulates a user iconifying this fixture's.JInternalFrameJInternalFrameFixture.maximize()Simulates a user maximizing this fixture's, deconifying it first if it is iconified.JInternalFrameSimulates a user moving this fixture'sto the given point.JInternalFrameJInternalFrameFixture.moveToBack()Brings this fixture'sto the back.JInternalFrameJInternalFrameFixture.moveToFront()Brings this fixture'sto the front.JInternalFrameJInternalFrameFixture.normalize()Simulates a user normalizing this fixture's, deconifying it first if it is iconified.JInternalFrameJInternalFrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JInternalFrameJInternalFrameFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.JInternalFrameJInternalFrameFixture.pressKey(int keyCode) Simulates a user pressing given key on this fixture's.JInternalFrameJInternalFrameFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JInternalFrameJInternalFrameFixture.requireDisabled()Asserts that this fixture'sis disabled.JInternalFrameJInternalFrameFixture.requireEnabled()Asserts that this fixture'sis enabled.JInternalFrameJInternalFrameFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JInternalFrameJInternalFrameFixture.requireFocused()Asserts that this fixture'shas input focus.JInternalFrameJInternalFrameFixture.requireNotVisible()Asserts that this fixture'sis not visible.JInternalFrameJInternalFrameFixture.requireSize(Dimension size) Asserts that the size of this fixture'sis equal to given one.JInternalFrameJInternalFrameFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JInternalFrameJInternalFrameFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JInternalFrameJInternalFrameFixture.requireVisible()Asserts that this fixture'sis visible.JInternalFrameJInternalFrameFixture.resizeHeightTo(int height) Simulates a user resizing vertically this fixture's.JInternalFrameSimulates a user resizing this fixture's.JInternalFrameJInternalFrameFixture.resizeWidthTo(int width) Simulates a user resizing horizontally this fixture's.JInternalFrameJInternalFrameFixture.rightClick()Simulates a user right-clicking this fixture's.JInternalFrame