Uses of Class
org.fest.swing.fixture.JLabelFixture
Packages that use JLabelFixture
Package
Description
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 JLabelFixtureModifier and TypeMethodDescriptionJLabelFixture.click()Simulates a user clicking this fixture's.JLabelJLabelFixture.click(MouseButton button) Simulates a user clicking this fixture's.JLabelJLabelFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JLabelJLabelFixture.doubleClick()Simulates a user double-clicking this fixture's.JLabelJLabelFixture.focus()Gives input focus to this fixture's.JLabelComponentContainerFixture.label()ComponentContainerFixture.label(GenericTypeMatcher<? extends JLabel> matcher) ContainerFixture.label()ContainerFixture.label(GenericTypeMatcher<? extends JLabel> matcher) JLabelFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JLabelJLabelFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.JLabelJLabelFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JLabelJLabelFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JLabelJLabelFixture.requireDisabled()Asserts that this fixture'sis disabled.JLabelJLabelFixture.requireEnabled()Asserts that this fixture'sis enabled.JLabelJLabelFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JLabelJLabelFixture.requireFocused()Asserts that this fixture'shas input focus.JLabelJLabelFixture.requireNotVisible()Asserts that this fixture'sis not visible.JLabelJLabelFixture.requireText(String expected) Asserts that the text of this fixture'sis equal to the specifiedJLabelString.JLabelFixture.requireText(Pattern pattern) Asserts that the text of this fixture'smatches the given regular expression pattern.JLabelJLabelFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JLabelJLabelFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JLabelJLabelFixture.requireVisible()Asserts that this fixture'sis visible.JLabelJLabelFixture.rightClick()Simulates a user right-clicking this fixture's.JLabel