Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.