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.FrameFrameFixture.click(MouseButton button) Simulates a user clicking this fixture's.FrameFrameFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.FrameFrameFixture.deiconify()Simulates a user deiconifying this fixture's.FrameFrameFixture.doubleClick()Simulates a user double-clicking this fixture's.FrameFrameFixture.focus()Gives input focus to this fixture's.Framestatic FrameFixtureContainers.frameFixtureFor(Container contentPane) FrameFixture.iconify()Simulates a user iconifying this fixture's.FrameFrameFixture.maximize()Simulates a user maximizing this fixture's.FrameSimulates a user moving this fixture'sto the given point.FrameFrameFixture.moveToBack()If the givenis visible, sends it to the back and may cause it to lose focus or activation if it is the focused or active.FrameFrameFixture.moveToFront()If fixture'sis visible, brings it to the front and may make it the focused one.FrameFrameFixture.normalize()Simulates a user normalizing this fixture's.FrameFrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.FrameFrameFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.FrameFrameFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.FrameFrameFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.FrameFrameFixture.requireDisabled()Asserts that this fixture'sis disabled.FrameFrameFixture.requireEnabled()Asserts that this fixture'sis enabled.FrameFrameFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.FrameFrameFixture.requireFocused()Asserts that this fixture'shas input focus.FrameFrameFixture.requireNotVisible()Asserts that this fixture'sis not visible.FrameFrameFixture.requireSize(Dimension size) Asserts that the size of this fixture'sis equal to given one.FrameFrameFixture.requireVisible()Asserts that this fixture'sis visible.FrameFrameFixture.resizeHeightTo(int height) Simulates a user resizing vertically this fixture's.FrameSimulates a user resizing this fixture's.FrameFrameFixture.resizeWidthTo(int width) Simulates a user resizing horizontally this fixture's.FrameFrameFixture.rightClick()Simulates a user right-clicking this fixture's.FrameFrameFixture.show()Shows this fixture's.FrameShows this fixture's, resized to the given size.Framestatic FrameFixtureContainers.showInFrame(Container contentPane)