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'sonly it is not already checked.JToggleButtonJToggleButtonFixture.click()Simulates a user clicking this fixture's.JToggleButtonJToggleButtonFixture.click(MouseButton button) Simulates a user clicking this fixture's.JToggleButtonJToggleButtonFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JToggleButtonJToggleButtonFixture.doubleClick()Simulates a user double-clicking this fixture's.JToggleButtonJToggleButtonFixture.focus()Gives input focus to this fixture's.JToggleButtonJToggleButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JToggleButtonJToggleButtonFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.JToggleButtonJToggleButtonFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JToggleButtonJToggleButtonFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JToggleButtonJToggleButtonFixture.requireDisabled()Asserts that this fixture'sis disabled.JToggleButtonJToggleButtonFixture.requireEnabled()Asserts that this fixture'sis enabled.JToggleButtonJToggleButtonFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JToggleButtonJToggleButtonFixture.requireFocused()Asserts that this fixture'shas input focus.JToggleButtonJToggleButtonFixture.requireNotSelected()Verifies that this fixture'sis not selected.JToggleButtonJToggleButtonFixture.requireNotVisible()Asserts that this fixture'sis not visible.JToggleButtonJToggleButtonFixture.requireSelected()Verifies that this fixture'sis selected.JToggleButtonJToggleButtonFixture.requireText(String expected) Asserts that the text of this fixture'smatches the specified value.JToggleButtonJToggleButtonFixture.requireText(Pattern pattern) Asserts that the text of this fixture'smatches the given regular expression pattern.JToggleButtonJToggleButtonFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JToggleButtonJToggleButtonFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JToggleButtonJToggleButtonFixture.requireVisible()Asserts that this fixture'sis visible.JToggleButtonJToggleButtonFixture.rightClick()Simulates a user right-clicking this fixture's.JToggleButtonComponentContainerFixture.toggleButton()Returns afound in this fixture'sJToggleButton.ContainerComponentContainerFixture.toggleButton(String name) Finds ain this fixture'sJToggleButton, which name matches the specified one.ContainerComponentContainerFixture.toggleButton(GenericTypeMatcher<? extends JToggleButton> matcher) Finds ain this fixture'sJToggleButton, that matches the specified search criteria.ContainerContainerFixture.toggleButton()Returns afound in this fixture'sJToggleButton.ContainerContainerFixture.toggleButton(String name) Finds ain this fixture'sJToggleButton, which name matches the specified one.ContainerContainerFixture.toggleButton(GenericTypeMatcher<? extends JToggleButton> matcher) Finds ain this fixture'sJToggleButton, that matches the specified search criteria.ContainerJToggleButtonFixture.uncheck()Unchecks this fixture'sonly if it is checked.JToggleButton