Uses of Class
org.fest.swing.fixture.JTextComponentFixture
Packages that use JTextComponentFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JTextComponentFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JTextComponentFixtureModifier and TypeMethodDescriptionJTextComponentFixture.click()
Simulates a user clicking this fixture's
.JTextComponent
JTextComponentFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JTextComponent
JTextComponentFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JTextComponent
JTextComponentFixture.deleteText()
Simulates a user deleting all the text in this fixture's
.JTextComponent
JTextComponentFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JTextComponent
Simulates a user entering the given text in this fixture's
.JTextComponent
JFileChooserFixture.fileNameTextBox()
Returns a fixture that manages the field where the user can enter the name of the file to select in this fixture's
.JFileChooser
JTextComponentFixture.focus()
Gives input focus to this fixture's
.JTextComponent
JTextComponentFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JTextComponent
JTextComponentFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys in this fixture's
.JTextComponent
JTextComponentFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JTextComponent
JTextComponentFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JTextComponent
JTextComponentFixture.requireDisabled()
Asserts that this fixture's
is disabled.JTextComponent
JTextComponentFixture.requireEditable()
Asserts that this fixture's
is editable.JTextComponent
JTextComponentFixture.requireEmpty()
Asserts that the target text component does not contain any text.JTextComponentFixture.requireEnabled()
Asserts that this fixture's
is enabled.JTextComponent
JTextComponentFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JTextComponent
JTextComponentFixture.requireFocused()
Asserts that this fixture's
has input focus.JTextComponent
JTextComponentFixture.requireNotEditable()
Asserts that this fixture's
is not editable.JTextComponent
JTextComponentFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JTextComponent
JTextComponentFixture.requireText
(String expected) Asserts that the text of this fixture's
is equal to the specified value.JTextComponent
JTextComponentFixture.requireText
(Pattern pattern) Asserts that the text of this fixture's
matches the given regular expression pattern.JTextComponent
JTextComponentFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JTextComponent
JTextComponentFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JTextComponent
JTextComponentFixture.requireVisible()
Asserts that this fixture's
is visible.JTextComponent
JTextComponentFixture.rightClick()
Simulates a user right-clicking this fixture's
.JTextComponent
Simulates a user selecting the given text contained in this fixture's
.JTextComponent
JTextComponentFixture.selectAll()
Simulates a user selecting all the text contained in this fixture's
.JTextComponent
JTextComponentFixture.selectText
(int start, int end) Simulates a user selecting a portion of the text contained in this fixture's
.JTextComponent
Sets the text in this fixture's
.JTextComponent
ComponentContainerFixture.textBox()
Returns a
found in this fixture'sJTextComponent
.Container
Finds a
in this fixture'sJTextComponent
managed by this fixture, which name matches the specified one.Container
ComponentContainerFixture.textBox
(GenericTypeMatcher<? extends JTextComponent> matcher) Finds a
in this fixture'sJTextComponent
managed by this fixture, that matches the specified search criteria.Container
ContainerFixture.textBox()
Returns a
found in this fixture'sJTextComponent
.Container
Finds a
in this fixture'sJTextComponent
managed by this fixture, which name matches the specified one.Container
ContainerFixture.textBox
(GenericTypeMatcher<? extends JTextComponent> matcher) Finds a
in this fixture'sJTextComponent
managed by this fixture, that matches the specified search criteria.Container