|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@RunsInCurrentThread public interface JComboBoxCellReader
Understands reading the internal value of a cell in a as expected in a test.
JComboBox
Note: methods in this interface are not guaranteed to be executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.
| Method Summary | |
|---|---|
String |
valueAt(JComboBox comboBox,
int index)
Returns the internal value of a cell in a as expected in a test. |
| Method Detail |
|---|
String valueAt(JComboBox comboBox,
int index)
JComboBox as expected in a test.
Note: Implementations of this method may not guaranteed to be executed in the event dispatch thread (EDT.) Clients are responsible for invoking this method in the EDT.
comboBox - the given JComboBox.index - the index of the cell.
JComboBox as expected in a test.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||