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.JToolBarJToolBarFixture.click(MouseButton button) Simulates a user clicking this fixture's.JToolBarJToolBarFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JToolBarJToolBarFixture.doubleClick()Simulates a user double-clicking this fixture's.JToolBarSimulates a user dragging this fixture'sto the given location, causing it to float.JToolBarJToolBarFixture.focus()Gives input focus to this fixture's.JToolBarJToolBarFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JToolBarJToolBarFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys in this fixture's.JToolBarJToolBarFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JToolBarJToolBarFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JToolBarJToolBarFixture.requireDisabled()Asserts that this fixture'sis disabled.JToolBarJToolBarFixture.requireEnabled()Asserts that this fixture'sis enabled.JToolBarJToolBarFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JToolBarJToolBarFixture.requireFocused()Asserts that this fixture'shas input focus.JToolBarJToolBarFixture.requireNotVisible()Asserts that this fixture'sis not visible.JToolBarJToolBarFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JToolBarJToolBarFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JToolBarJToolBarFixture.requireVisible()Asserts that this fixture'sis visible.JToolBarJToolBarFixture.rightClick()Simulates a user right-clicking this fixture's.JToolBarComponentContainerFixture.toolBar()ComponentContainerFixture.toolBar(GenericTypeMatcher<? extends JToolBar> matcher) ContainerFixture.toolBar()ContainerFixture.toolBar(GenericTypeMatcher<? extends JToolBar> matcher) JToolBarFixture.unfloat()Simulates a user unfloating this fixture's.JToolBarJToolBarFixture.unfloat(JToolBarFixture.UnfloatConstraint constraint) Simulates a user dropping this fixture'sJToolBarto the requested constraint position.