Uses of Class
org.fest.swing.fixture.JListFixture
Packages that use JListFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JListFixture in org.fest.swing.fixture
Fields in org.fest.swing.fixture declared as JListFixtureMethods in org.fest.swing.fixture that return JListFixtureModifier and TypeMethodDescriptionJListFixture.cellReader(JListCellReader cellReader) Updates the implementation ofto use when comparing internal values of this fixture'sJListCellReaderand the values expected in a test.JListJListFixture.clearSelection()Clears the selection in this fixture's.JListJListFixture.click()Simulates a user clicking this fixture's.JListJListFixture.click(MouseButton button) Simulates a user clicking this fixture's.JListJListFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JListJListFixture.clickItem(int index) Simulates a user clicking an item in this fixture's.JListSimulates a user clicking an item in this fixture's.JListSimulates a user clicking an item in this fixture's.JListJListFixture.doubleClick()Simulates a user double-clicking this fixture's.JListJListFixture.doubleClickItem(int index) Deprecated.to be removed in version 2.0.JListFixture.doubleClickItem(String text) Deprecated.to be removed in version 2.0.JListFixture.drag(int index) Simulates a user dragging an item from this fixture's.JListSimulates a drag operation at the location of the first item in this fixture'smatching the given value.JListSimulates a drag operation at the location of the first item in this fixture'smatching the given regular expression pattern.JListJListFixture.drop()Simulates a user dropping an item at the center of this fixture's.JListJListFixture.drop(int index) Simulates a user dropping an item to this fixture's.JListEnds a drag operation at the location of the first item matching the given value.Ends a drag operation at the location of the first item matching the given regular expression pattern.JListFixture.focus()Gives input focus to this fixture's.JListComponentContainerFixture.list()ComponentContainerFixture.list(GenericTypeMatcher<? extends JList> matcher) ContainerFixture.list()ContainerFixture.list(GenericTypeMatcher<? extends JList> matcher) JListFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JListJListFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.JListJListFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JListJListFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JListJListFixture.requireDisabled()Asserts that this fixture'sis not enabled.JListJListFixture.requireEnabled()Asserts that this fixture'sis enabled.JListJListFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JListJListFixture.requireFocused()Asserts that this fixture'shas input focus.JListJListFixture.requireItemCount(int expected) Verifies that this fixture'shas the expected number of itemsJListJListFixture.requireNoSelection()Verifies that this fixture'sdoes not have any selection.JListJListFixture.requireNotVisible()Asserts that this fixture'sis not visible.JListJListFixture.requireSelectedItems(int... indices) Verifies that the given item indices are selected in this fixture's.JListJListFixture.requireSelectedItems(String... items) Verifies that theStringrepresentations of the selected items in this fixture'smatch the given text items.JListJListFixture.requireSelectedItems(Pattern[] patterns) Verifies that theStringrepresentations of the selected items in this fixture'smatch the given regular expression patterns.JListJListFixture.requireSelection(int index) Verifies that the index of the selected item in this fixture'sis equal to the given value.JListJListFixture.requireSelection(String text) Verifies that theStringrepresentation of the selected item in this fixture'smatches the given text.JListJListFixture.requireSelection(Pattern pattern) Verifies that theStringrepresentation of the selected item in this fixture'smatches the given regular expression pattern.JListJListFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JListJListFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JListJListFixture.requireVisible()Asserts that this fixture'sis visible.JListJListFixture.rightClick()Simulates a user right-clicking this fixture's.JListJListFixture.selectItem(int index) Simulates a user selecting an item in this fixture's.JListJListFixture.selectItem(String text) Simulates a user selecting an item in this fixture's.JListJListFixture.selectItem(Pattern pattern) Simulates a user selecting an item in this fixture's.JListJListFixture.selectItems(int... indices) Simulates a user selecting the specified items in this fixture's.JListJListFixture.selectItems(String... items) Simulates a user selecting the specified items in this fixture's.JListJListFixture.selectItems(Pattern... patterns) Simulates a user selecting the specified items in this fixture's.JListJListFixture.selectItems(Range.From from, Range.To to) Simulates a user selecting the items (in the specified range) in this fixture's.JListConstructors in org.fest.swing.fixture with parameters of type JListFixtureModifierConstructorDescriptionJListItemFixture(JListFixture list, int index) Creates a newJListItemFixture.