Uses of Interface
org.fest.swing.cell.JComboBoxCellReader
Packages that use JComboBoxCellReader
Package
Description
Drivers that simulate user input on GUI
Components.
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JComboBoxCellReader in org.fest.swing.driver
Classes in org.fest.swing.driver that implement JComboBoxCellReaderModifier and TypeClassDescriptionclassUnderstands the default implementation of.JComboBoxCellReaderFields in org.fest.swing.driver declared as JComboBoxCellReaderMethods in org.fest.swing.driver with parameters of type JComboBoxCellReaderModifier and TypeMethodDescriptionvoidJComboBoxDriver.cellReader(JComboBoxCellReader newCellReader) Updates the implementation ofto use when comparing internal values of aJComboBoxCellReaderand the values expected in a test.JComboBox(package private) static String[]JComboBoxContentQuery.contents(JComboBox comboBox, JComboBoxCellReader cellReader) (package private) static intJComboBoxMatchingItemQuery.matchingItemIndex(JComboBox comboBox, TextMatcher matcher, JComboBoxCellReader cellReader) (package private) static ObjectJComboBoxSelectionValueQuery.selection(JComboBox comboBox, JComboBoxCellReader cellReader) private static StringJComboBoxDriver.valueAsText(JComboBox comboBox, int index, JComboBoxCellReader cellReader) -
Uses of JComboBoxCellReader in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type JComboBoxCellReaderModifier and TypeMethodDescriptionJComboBoxFixture.cellReader(JComboBoxCellReader cellReader) Updates the implementation ofto use when comparing internal values of this fixture'sJComboBoxCellReaderand the values expected in a test.JComboBox