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

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

Uses of JToolBarFixture in org.fest.swing.fixture
 

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



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