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 JListItemFixture
JListItemFixture.click()
Simulates a user clicking this fixture's list item.final JListItemFixture
JListItemFixture.click
(MouseButton button) Simulates a user clicking this fixture's list item.final JListItemFixture
JListItemFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's list item.final JListItemFixture
JListItemFixture.doubleClick()
Simulates a user double-clicking this fixture's list item.final JListItemFixture
JListItemFixture.drag()
Simulates a user dragging this fixture's list item.final JListItemFixture
JListItemFixture.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 JListItemFixture
JListItemFixture.rightClick()
Simulates a user right-clicking this fixture's list item.final JListItemFixture
JListItemFixture.select()
Simulates a user selecting this fixture's list item.