|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JListItemFixture | |
---|---|
org.fest.swing.fixture | 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 JListItemFixture | |
---|---|
JListItemFixture |
JListItemFixture.click()
Simulates a user clicking this fixture's list item. |
JListItemFixture |
JListItemFixture.click(MouseButton button)
Simulates a user clicking this fixture's list item. |
JListItemFixture |
JListItemFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's list item. |
JListItemFixture |
JListItemFixture.doubleClick()
Simulates a user double-clicking this fixture's list item. |
JListItemFixture |
JListItemFixture.drag()
Simulates a user dragging this fixture's list item. |
JListItemFixture |
JListItemFixture.drop()
Simulates a user dropping into this fixture's list item. |
JListItemFixture |
JListFixture.item(int index)
Returns a fixture that manages the list item specified by the given index. |
JListItemFixture |
JListFixture.item(Pattern pattern)
Returns a fixture that manages the list item whose text matches the given regular expression pattern. |
JListItemFixture |
JListFixture.item(String text)
Returns a fixture that manages the list item specified by the given text. |
JListItemFixture |
JListItemFixture.rightClick()
Simulates a user right-clicking this fixture's list item. |
JListItemFixture |
JListItemFixture.select()
Simulates a user selecting this fixture's list item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |