Uses of Class
org.fest.swing.fixture.JToolBarFixture
Packages that use JToolBarFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JToolBarFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JToolBarFixtureModifier and TypeMethodDescriptionJToolBarFixture.click()
Simulates a user clicking this fixture's
.JToolBar
JToolBarFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JToolBar
JToolBarFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JToolBar
JToolBarFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JToolBar
Simulates a user dragging this fixture's
to the given location, causing it to float.JToolBar
JToolBarFixture.focus()
Gives input focus to this fixture's
.JToolBar
JToolBarFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JToolBar
JToolBarFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys in this fixture's
.JToolBar
JToolBarFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JToolBar
JToolBarFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JToolBar
JToolBarFixture.requireDisabled()
Asserts that this fixture's
is disabled.JToolBar
JToolBarFixture.requireEnabled()
Asserts that this fixture's
is enabled.JToolBar
JToolBarFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JToolBar
JToolBarFixture.requireFocused()
Asserts that this fixture's
has input focus.JToolBar
JToolBarFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JToolBar
JToolBarFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JToolBar
JToolBarFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JToolBar
JToolBarFixture.requireVisible()
Asserts that this fixture's
is visible.JToolBar
JToolBarFixture.rightClick()
Simulates a user right-clicking this fixture's
.JToolBar
ComponentContainerFixture.toolBar()
ComponentContainerFixture.toolBar
(GenericTypeMatcher<? extends JToolBar> matcher) ContainerFixture.toolBar()
ContainerFixture.toolBar
(GenericTypeMatcher<? extends JToolBar> matcher) JToolBarFixture.unfloat()
Simulates a user unfloating this fixture's
.JToolBar
JToolBarFixture.unfloat
(JToolBarFixture.UnfloatConstraint constraint) Simulates a user dropping this fixture'sJToolBar
to the requested constraint position.