Uses of Interface
org.fest.swing.cell.JComboBoxCellReader
Packages that use JComboBoxCellReader
Package
Description
Drivers that simulate user input on GUI
Component
s.
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 TypeClassDescriptionclass
Understands the default implementation of
.JComboBoxCellReader
Fields in org.fest.swing.driver declared as JComboBoxCellReaderMethods in org.fest.swing.driver with parameters of type JComboBoxCellReaderModifier and TypeMethodDescriptionvoid
JComboBoxDriver.cellReader
(JComboBoxCellReader newCellReader) Updates the implementation of
to use when comparing internal values of aJComboBoxCellReader
and the values expected in a test.JComboBox
(package private) static String[]
JComboBoxContentQuery.contents
(JComboBox comboBox, JComboBoxCellReader cellReader) (package private) static int
JComboBoxMatchingItemQuery.matchingItemIndex
(JComboBox comboBox, TextMatcher matcher, JComboBoxCellReader cellReader) (package private) static Object
JComboBoxSelectionValueQuery.selection
(JComboBox comboBox, JComboBoxCellReader cellReader) private static String
JComboBoxDriver.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 of
to use when comparing internal values of this fixture'sJComboBoxCellReader
and the values expected in a test.JComboBox