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
.JLabel
JLabelFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JLabel
JLabelFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JLabel
JLabelFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JLabel
JLabelFixture.focus()
Gives input focus to this fixture's
.JLabel
ComponentContainerFixture.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
.JLabel
JLabelFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.JLabel
JLabelFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JLabel
JLabelFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JLabel
JLabelFixture.requireDisabled()
Asserts that this fixture's
is disabled.JLabel
JLabelFixture.requireEnabled()
Asserts that this fixture's
is enabled.JLabel
JLabelFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JLabel
JLabelFixture.requireFocused()
Asserts that this fixture's
has input focus.JLabel
JLabelFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JLabel
JLabelFixture.requireText
(String expected) Asserts that the text of this fixture's
is equal to the specifiedJLabel
String
.JLabelFixture.requireText
(Pattern pattern) Asserts that the text of this fixture's
matches the given regular expression pattern.JLabel
JLabelFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JLabel
JLabelFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JLabel
JLabelFixture.requireVisible()
Asserts that this fixture's
is visible.JLabel
JLabelFixture.rightClick()
Simulates a user right-clicking this fixture's
.JLabel