Uses of Class
org.fest.swing.fixture.JToggleButtonFixture
Packages that use JToggleButtonFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JToggleButtonFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JToggleButtonFixtureModifier and TypeMethodDescriptionJToggleButtonFixture.check()
Checks (or selects) this fixture's
only it is not already checked.JToggleButton
JToggleButtonFixture.click()
Simulates a user clicking this fixture's
.JToggleButton
JToggleButtonFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JToggleButton
JToggleButtonFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JToggleButton
JToggleButtonFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JToggleButton
JToggleButtonFixture.focus()
Gives input focus to this fixture's
.JToggleButton
JToggleButtonFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JToggleButton
JToggleButtonFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.JToggleButton
JToggleButtonFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JToggleButton
JToggleButtonFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JToggleButton
JToggleButtonFixture.requireDisabled()
Asserts that this fixture's
is disabled.JToggleButton
JToggleButtonFixture.requireEnabled()
Asserts that this fixture's
is enabled.JToggleButton
JToggleButtonFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JToggleButton
JToggleButtonFixture.requireFocused()
Asserts that this fixture's
has input focus.JToggleButton
JToggleButtonFixture.requireNotSelected()
Verifies that this fixture's
is not selected.JToggleButton
JToggleButtonFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JToggleButton
JToggleButtonFixture.requireSelected()
Verifies that this fixture's
is selected.JToggleButton
JToggleButtonFixture.requireText
(String expected) Asserts that the text of this fixture's
matches the specified value.JToggleButton
JToggleButtonFixture.requireText
(Pattern pattern) Asserts that the text of this fixture's
matches the given regular expression pattern.JToggleButton
JToggleButtonFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JToggleButton
JToggleButtonFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JToggleButton
JToggleButtonFixture.requireVisible()
Asserts that this fixture's
is visible.JToggleButton
JToggleButtonFixture.rightClick()
Simulates a user right-clicking this fixture's
.JToggleButton
ComponentContainerFixture.toggleButton()
Returns a
found in this fixture'sJToggleButton
.Container
ComponentContainerFixture.toggleButton
(String name) Finds a
in this fixture'sJToggleButton
, which name matches the specified one.Container
ComponentContainerFixture.toggleButton
(GenericTypeMatcher<? extends JToggleButton> matcher) Finds a
in this fixture'sJToggleButton
, that matches the specified search criteria.Container
ContainerFixture.toggleButton()
Returns a
found in this fixture'sJToggleButton
.Container
ContainerFixture.toggleButton
(String name) Finds a
in this fixture'sJToggleButton
, which name matches the specified one.Container
ContainerFixture.toggleButton
(GenericTypeMatcher<? extends JToggleButton> matcher) Finds a
in this fixture'sJToggleButton
, that matches the specified search criteria.Container
JToggleButtonFixture.uncheck()
Unchecks this fixture's
only if it is checked.JToggleButton