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.JTextComponentJTextComponentFixture.click(MouseButton button) Simulates a user clicking this fixture's.JTextComponentJTextComponentFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JTextComponentJTextComponentFixture.deleteText()Simulates a user deleting all the text in this fixture's.JTextComponentJTextComponentFixture.doubleClick()Simulates a user double-clicking this fixture's.JTextComponentSimulates a user entering the given text in this fixture's.JTextComponentJFileChooserFixture.fileNameTextBox()Returns a fixture that manages the field where the user can enter the name of the file to select in this fixture's.JFileChooserJTextComponentFixture.focus()Gives input focus to this fixture's.JTextComponentJTextComponentFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JTextComponentJTextComponentFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys in this fixture's.JTextComponentJTextComponentFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JTextComponentJTextComponentFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JTextComponentJTextComponentFixture.requireDisabled()Asserts that this fixture'sis disabled.JTextComponentJTextComponentFixture.requireEditable()Asserts that this fixture'sis editable.JTextComponentJTextComponentFixture.requireEmpty()Asserts that the target text component does not contain any text.JTextComponentFixture.requireEnabled()Asserts that this fixture'sis enabled.JTextComponentJTextComponentFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JTextComponentJTextComponentFixture.requireFocused()Asserts that this fixture'shas input focus.JTextComponentJTextComponentFixture.requireNotEditable()Asserts that this fixture'sis not editable.JTextComponentJTextComponentFixture.requireNotVisible()Asserts that this fixture'sis not visible.JTextComponentJTextComponentFixture.requireText(String expected) Asserts that the text of this fixture'sis equal to the specified value.JTextComponentJTextComponentFixture.requireText(Pattern pattern) Asserts that the text of this fixture'smatches the given regular expression pattern.JTextComponentJTextComponentFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JTextComponentJTextComponentFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JTextComponentJTextComponentFixture.requireVisible()Asserts that this fixture'sis visible.JTextComponentJTextComponentFixture.rightClick()Simulates a user right-clicking this fixture's.JTextComponentSimulates a user selecting the given text contained in this fixture's.JTextComponentJTextComponentFixture.selectAll()Simulates a user selecting all the text contained in this fixture's.JTextComponentJTextComponentFixture.selectText(int start, int end) Simulates a user selecting a portion of the text contained in this fixture's.JTextComponentSets the text in this fixture's.JTextComponentComponentContainerFixture.textBox()Returns afound in this fixture'sJTextComponent.ContainerFinds ain this fixture'sJTextComponentmanaged by this fixture, which name matches the specified one.ContainerComponentContainerFixture.textBox(GenericTypeMatcher<? extends JTextComponent> matcher) Finds ain this fixture'sJTextComponentmanaged by this fixture, that matches the specified search criteria.ContainerContainerFixture.textBox()Returns afound in this fixture'sJTextComponent.ContainerFinds ain this fixture'sJTextComponentmanaged by this fixture, which name matches the specified one.ContainerContainerFixture.textBox(GenericTypeMatcher<? extends JTextComponent> matcher) Finds ain this fixture'sJTextComponentmanaged by this fixture, that matches the specified search criteria.Container