Uses of Class
org.fest.swing.fixture.JListItemFixture
Packages that use JListItemFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JListItemFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JListItemFixtureModifier and TypeMethodDescriptionfinal JListItemFixtureJListItemFixture.click()Simulates a user clicking this fixture's list item.final JListItemFixtureJListItemFixture.click(MouseButton button) Simulates a user clicking this fixture's list item.final JListItemFixtureJListItemFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's list item.final JListItemFixtureJListItemFixture.doubleClick()Simulates a user double-clicking this fixture's list item.final JListItemFixtureJListItemFixture.drag()Simulates a user dragging this fixture's list item.final JListItemFixtureJListItemFixture.drop()Simulates a user dropping into this fixture's list item.JListFixture.item(int index) Returns a fixture that manages the list item specified by the given index.Returns a fixture that manages the list item specified by the given text.Returns a fixture that manages the list item whose text matches the given regular expression pattern.final JListItemFixtureJListItemFixture.rightClick()Simulates a user right-clicking this fixture's list item.final JListItemFixtureJListItemFixture.select()Simulates a user selecting this fixture's list item.