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

Packages that use JButtonFixture
org.fest.swing.fixture The power and flexibility of FEST-Swing come from the fixtures in this package. 
 

Uses of JButtonFixture in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture that return JButtonFixture
 JButtonFixture JFileChooserFixture.approveButton()
          Finds the "Approve" button in this fixture's JFileChooser.
 JButtonFixture ContainerFixture.button()
          Returns a JButton found in this fixture's Container.
 JButtonFixture ComponentContainerFixture.button()
          Returns a JButton found in this fixture's Container.
 JButtonFixture ContainerFixture.button(GenericTypeMatcher<? extends JButton> matcher)
          Finds a JButton in this fixture's Container, that matches the specified search criteria.
 JButtonFixture ComponentContainerFixture.button(GenericTypeMatcher<? extends JButton> matcher)
          Finds a JButton in this fixture's Container, that matches the specified search criteria.
 JButtonFixture ContainerFixture.button(String name)
          Finds a JButton in this fixture's Container, which name matches the specified one.
 JButtonFixture ComponentContainerFixture.button(String name)
          Finds a JButton in this fixture's Container, which name matches the specified one.
 JButtonFixture JOptionPaneFixture.buttonWithText(Pattern pattern)
          Finds and returns a fixture wrapping a button (this fixture's JOptionPane) matching the given text.
 JButtonFixture JOptionPaneFixture.buttonWithText(String text)
          Finds and returns a fixture wrapping a button (this fixture's JOptionPane) matching the given text.
 JButtonFixture JFileChooserFixture.cancelButton()
          Finds the "Cancel" button in this fixture's JFileChooser.
 JButtonFixture JOptionPaneFixture.cancelButton()
          Returns a fixture wrapping the "Cancel" button in this fixture's JOptionPane.
 JButtonFixture JButtonFixture.click()
          Simulates a user clicking this fixture's JButton.
 JButtonFixture JButtonFixture.click(MouseButton button)
          Simulates a user clicking this fixture's JButton.
 JButtonFixture JButtonFixture.click(MouseClickInfo mouseClickInfo)
          Simulates a user clicking this fixture's JButton.
 JButtonFixture JButtonFixture.doubleClick()
          Simulates a user double-clicking this fixture's JButton.
 JButtonFixture JButtonFixture.focus()
          Gives input focus to this fixture's JButton.
 JButtonFixture JOptionPaneFixture.noButton()
          Returns a fixture wrapping the "No" button in this fixture's JOptionPane.
 JButtonFixture JOptionPaneFixture.okButton()
          Returns a fixture wrapping the "OK" button in this fixture's JOptionPane.
 JButtonFixture JButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JButton.
 JButtonFixture JButtonFixture.pressAndReleaseKeys(int... keyCodes)
          Simulates a user pressing and releasing the given keys on this fixture's JButton.
 JButtonFixture JButtonFixture.pressKey(int keyCode)
          Simulates a user pressing the given key on this fixture's JButton.
 JButtonFixture JButtonFixture.releaseKey(int keyCode)
          Simulates a user releasing the given key on this fixture's JButton.
 JButtonFixture JButtonFixture.requireDisabled()
          Asserts that this fixture's JButton is disabled.
 JButtonFixture JButtonFixture.requireEnabled()
          Asserts that this fixture's JButton is enabled.
 JButtonFixture JButtonFixture.requireEnabled(Timeout timeout)
          Asserts that this fixture's JButton is enabled.
 JButtonFixture JButtonFixture.requireFocused()
          Asserts that this fixture's JButton has input focus.
 JButtonFixture JButtonFixture.requireNotVisible()
          Asserts that this fixture's JButton is not visible.
 JButtonFixture JButtonFixture.requireText(Pattern pattern)
          Asserts that the text of this fixture's JButton matches the given regular expression pattern.
 JButtonFixture JButtonFixture.requireText(String expected)
          Asserts that the text of this fixture's JButton matches the specified value.
 JButtonFixture JButtonFixture.requireToolTip(Pattern pattern)
          Asserts that the toolTip in this fixture's JButton matches the given regular expression pattern.
 JButtonFixture JButtonFixture.requireToolTip(String expected)
          Asserts that the toolTip in this fixture's JButton matches the given value.
 JButtonFixture JButtonFixture.requireVisible()
          Asserts that this fixture's JButton is visible.
 JButtonFixture JButtonFixture.rightClick()
          Simulates a user right-clicking this fixture's JButton.
 JButtonFixture JOptionPaneFixture.yesButton()
          Returns a fixture wrapping the "Yes" button in this fixture's JOptionPane.
 



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