|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JPanelFixture | |
---|---|
org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
Uses of JPanelFixture in org.fest.swing.fixture |
---|
Methods in org.fest.swing.fixture that return JPanelFixture | |
---|---|
JPanelFixture |
JPanelFixture.click()
Simulates a user clicking this fixture's . |
JPanelFixture |
JPanelFixture.click(MouseButton button)
Simulates a user clicking this fixture's . |
JPanelFixture |
JPanelFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's . |
JPanelFixture |
JPanelFixture.doubleClick()
Simulates a user double-clicking this fixture's . |
JPanelFixture |
JPanelFixture.focus()
Gives input focus to this fixture's . |
JPanelFixture |
ContainerFixture.panel()
Returns a found in this fixture's . |
JPanelFixture |
ComponentContainerFixture.panel()
Returns a found in this fixture's . |
JPanelFixture |
ContainerFixture.panel(GenericTypeMatcher<? extends JPanel> matcher)
Finds a in this fixture's , that matches the
specified search criteria. |
JPanelFixture |
ComponentContainerFixture.panel(GenericTypeMatcher<? extends JPanel> matcher)
Finds a in this fixture's , that matches the
specified search criteria. |
JPanelFixture |
ContainerFixture.panel(String name)
Finds a in this fixture's , which name matches
the specified one. |
JPanelFixture |
ComponentContainerFixture.panel(String name)
Finds a in this fixture's , which name matches
the specified one. |
JPanelFixture |
JPanelFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's . |
JPanelFixture |
JPanelFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys on the managed by this
fixture. |
JPanelFixture |
JPanelFixture.pressKey(int keyCode)
Simulates a user pressing the given key on this fixture's . |
JPanelFixture |
JPanelFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's . |
JPanelFixture |
JPanelFixture.requireDisabled()
Asserts that this fixture's is disabled. |
JPanelFixture |
JPanelFixture.requireEnabled()
Asserts that this fixture's is enabled. |
JPanelFixture |
JPanelFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's is enabled. |
JPanelFixture |
JPanelFixture.requireFocused()
Asserts that this fixture's has input focus. |
JPanelFixture |
JPanelFixture.requireNotVisible()
Asserts that this fixture's is not visible. |
JPanelFixture |
JPanelFixture.requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's matches the given regular expression
pattern. |
JPanelFixture |
JPanelFixture.requireToolTip(String expected)
Asserts that the toolTip in this fixture's matches the given value. |
JPanelFixture |
JPanelFixture.requireVisible()
Asserts that this fixture's is visible. |
JPanelFixture |
JPanelFixture.rightClick()
Simulates a user right-clicking this fixture's . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |