Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
JToolBarFixture |
JToolBarFixture.click()
Simulates a user clicking this fixture's
. |
JToolBarFixture |
JToolBarFixture.click(MouseButton button)
Simulates a user clicking this fixture's
. |
JToolBarFixture |
JToolBarFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's
. |
JToolBarFixture |
JToolBarFixture.doubleClick()
Simulates a user double-clicking this fixture's
. |
JToolBarFixture |
JToolBarFixture.floatTo(Point point)
Simulates a user dragging this fixture's
to the given location, causing it to float. |
JToolBarFixture |
JToolBarFixture.focus()
Gives input focus to this fixture's
. |
JToolBarFixture |
JToolBarFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JToolBarFixture |
JToolBarFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys in this fixture's
. |
JToolBarFixture |
JToolBarFixture.pressKey(int keyCode)
Simulates a user pressing the given key on this fixture's
. |
JToolBarFixture |
JToolBarFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's
. |
JToolBarFixture |
JToolBarFixture.requireDisabled()
Asserts that this fixture's
is disabled. |
JToolBarFixture |
JToolBarFixture.requireEnabled()
Asserts that this fixture's
is enabled. |
JToolBarFixture |
JToolBarFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's
is enabled. |
JToolBarFixture |
JToolBarFixture.requireFocused()
Asserts that this fixture's
has input focus. |
JToolBarFixture |
JToolBarFixture.requireNotVisible()
Asserts that this fixture's
is not visible. |
JToolBarFixture |
JToolBarFixture.requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's
matches the given regular expression
pattern. |
JToolBarFixture |
JToolBarFixture.requireToolTip(String expected)
Asserts that the toolTip in this fixture's
matches the given value. |
JToolBarFixture |
JToolBarFixture.requireVisible()
Asserts that this fixture's
is visible. |
JToolBarFixture |
JToolBarFixture.rightClick()
Simulates a user right-clicking this fixture's
. |
JToolBarFixture |
ContainerFixture.toolBar()
|
JToolBarFixture |
ComponentContainerFixture.toolBar()
|
JToolBarFixture |
ContainerFixture.toolBar(GenericTypeMatcher<? extends JToolBar> matcher)
|
JToolBarFixture |
ComponentContainerFixture.toolBar(GenericTypeMatcher<? extends JToolBar> matcher)
|
JToolBarFixture |
ContainerFixture.toolBar(String name)
|
JToolBarFixture |
ComponentContainerFixture.toolBar(String name)
|
JToolBarFixture |
JToolBarFixture.unfloat()
Simulates a user unfloating this fixture's
. |
JToolBarFixture |
JToolBarFixture.unfloat(JToolBarFixture.UnfloatConstraint constraint)
Simulates a user dropping this fixture's
JToolBar to the requested constraint position. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.