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

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

Uses of JPanelFixture in org.fest.swing.fixture
 

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



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