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

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

Uses of JScrollPaneFixture in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture that return JScrollPaneFixture
 JScrollPaneFixture JScrollPaneFixture.click()
          Simulates a user clicking this fixture's JScrollPane.
 JScrollPaneFixture JScrollPaneFixture.click(MouseButton button)
          Simulates a user clicking this fixture's JScrollPane.
 JScrollPaneFixture JScrollPaneFixture.click(MouseClickInfo mouseClickInfo)
          Simulates a user clicking this fixture's JScrollPane.
 JScrollPaneFixture JScrollPaneFixture.doubleClick()
          Simulates a user double-clicking this fixture's JScrollPane.
 JScrollPaneFixture JScrollPaneFixture.focus()
          Gives input focus to this fixture's JScrollPane.
 JScrollPaneFixture JScrollPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's JScrollPane.
 JScrollPaneFixture JScrollPaneFixture.pressAndReleaseKeys(int... keyCodes)
          Simulates a user pressing and releasing the given keys on the JScrollPane managed by this fixture.
 JScrollPaneFixture JScrollPaneFixture.pressKey(int keyCode)
          Simulates a user pressing the given key on this fixture's JScrollPane.
 JScrollPaneFixture JScrollPaneFixture.releaseKey(int keyCode)
          Simulates a user releasing the given key on this fixture's JScrollPane.
 JScrollPaneFixture JScrollPaneFixture.requireDisabled()
          Asserts that this fixture's JScrollPane is disabled.
 JScrollPaneFixture JScrollPaneFixture.requireEnabled()
          Asserts that this fixture's JScrollPane is enabled.
 JScrollPaneFixture JScrollPaneFixture.requireEnabled(Timeout timeout)
          Asserts that this fixture's JScrollPane is enabled.
 JScrollPaneFixture JScrollPaneFixture.requireFocused()
          Asserts that this fixture's JScrollPane has input focus.
 JScrollPaneFixture JScrollPaneFixture.requireNotVisible()
          Asserts that this fixture's JScrollPane is not visible.
 JScrollPaneFixture JScrollPaneFixture.requireToolTip(Pattern pattern)
          Asserts that the toolTip in this fixture's JScrollPane matches the given regular expression pattern.
 JScrollPaneFixture JScrollPaneFixture.requireToolTip(String expected)
          Asserts that the toolTip in this fixture's JScrollPane matches the given value.
 JScrollPaneFixture JScrollPaneFixture.requireVisible()
          Asserts that this fixture's JScrollPane is visible.
 JScrollPaneFixture JScrollPaneFixture.rightClick()
          Simulates a user right-clicking this fixture's JScrollPane.
 JScrollPaneFixture ContainerFixture.scrollPane()
          Returns a JScrollPane found in this fixture's Container.
 JScrollPaneFixture ComponentContainerFixture.scrollPane()
          Returns a JScrollPane found in this fixture's Container.
 JScrollPaneFixture ContainerFixture.scrollPane(GenericTypeMatcher<? extends JScrollPane> matcher)
          Finds a JScrollPane in this fixture's Container, that matches the specified search criteria.
 JScrollPaneFixture ComponentContainerFixture.scrollPane(GenericTypeMatcher<? extends JScrollPane> matcher)
          Finds a JScrollPane in this fixture's Container, that matches the specified search criteria.
 JScrollPaneFixture ContainerFixture.scrollPane(String name)
          Finds a JScrollPane in this fixture's Container, which name matches the specified one.
 JScrollPaneFixture ComponentContainerFixture.scrollPane(String name)
          Finds a JScrollPane in this fixture's Container, which name matches the specified one.
 



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