|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrameFixture | |
---|---|
org.fest.swing.finder | Support for testing time-consuming tasks. |
org.fest.swing.fixture | 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 | |
---|---|
FrameFixture |
FrameFinder.using(Robot robot)
Finds a by name or type. |
Uses of FrameFixture in org.fest.swing.fixture |
---|
Methods in org.fest.swing.fixture that return FrameFixture | |
---|---|
FrameFixture |
FrameFixture.click()
Simulates a user clicking this fixture's . |
FrameFixture |
FrameFixture.click(MouseButton button)
Simulates a user clicking this fixture's . |
FrameFixture |
FrameFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's . |
FrameFixture |
FrameFixture.deiconify()
Simulates a user deiconifying this fixture's . |
FrameFixture |
FrameFixture.doubleClick()
Simulates a user double-clicking this fixture's . |
FrameFixture |
FrameFixture.focus()
Gives input focus to this fixture's . |
static FrameFixture |
Containers.frameFixtureFor(Container contentPane)
Creates a new and uses the given as its content pane. |
FrameFixture |
FrameFixture.iconify()
Simulates a user iconifying this fixture's . |
FrameFixture |
FrameFixture.maximize()
Simulates a user maximizing this fixture's . |
FrameFixture |
FrameFixture.moveTo(Point p)
Simulates a user moving this fixture's to the given point. |
FrameFixture |
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. |
FrameFixture |
FrameFixture.moveToFront()
If fixture's is visible, brings it to the front and may make it the focused one. |
FrameFixture |
FrameFixture.normalize()
Simulates a user normalizing this fixture's . |
FrameFixture |
FrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's . |
FrameFixture |
FrameFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys on this fixture's . |
FrameFixture |
FrameFixture.pressKey(int keyCode)
Simulates a user pressing the given key on this fixture's . |
FrameFixture |
FrameFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's . |
FrameFixture |
FrameFixture.requireDisabled()
Asserts that this fixture's is disabled. |
FrameFixture |
FrameFixture.requireEnabled()
Asserts that this fixture's is enabled. |
FrameFixture |
FrameFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's is enabled. |
FrameFixture |
FrameFixture.requireFocused()
Asserts that this fixture's has input focus. |
FrameFixture |
FrameFixture.requireNotVisible()
Asserts that this fixture's is not visible. |
FrameFixture |
FrameFixture.requireSize(Dimension size)
Asserts that the size of this fixture's is equal to given one. |
FrameFixture |
FrameFixture.requireVisible()
Asserts that this fixture's is visible. |
FrameFixture |
FrameFixture.resizeHeightTo(int height)
Simulates a user resizing vertically this fixture's . |
FrameFixture |
FrameFixture.resizeTo(Dimension size)
Simulates a user resizing this fixture's . |
FrameFixture |
FrameFixture.resizeWidthTo(int width)
Simulates a user resizing horizontally this fixture's . |
FrameFixture |
FrameFixture.rightClick()
Simulates a user right-clicking this fixture's . |
FrameFixture |
FrameFixture.show()
Shows this fixture's . |
FrameFixture |
FrameFixture.show(Dimension size)
Shows this fixture's , resized to the given size. |
static FrameFixture |
Containers.showInFrame(Container contentPane)
Creates a new and uses the given as its content pane. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |