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

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

Uses of JLabelFixture in org.fest.swing.fixture
 

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



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