Uses of Class
org.fest.swing.fixture.JToggleButtonFixture

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



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.