Uses of Interface
org.fest.swing.cell.JListCellReader
Packages that use JListCellReader
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 JListCellReader in org.fest.swing.driver
Classes in org.fest.swing.driver that implement JListCellReaderModifier and TypeClassDescriptionclassUnderstands the default implementation of.JListCellReaderFields in org.fest.swing.driver declared as JListCellReaderMethods in org.fest.swing.driver with parameters of type JListCellReaderModifier and TypeMethodDescriptionvoidJListDriver.cellReader(JListCellReader newCellReader) Updates the implementation ofto use when comparing internal values of aJListCellReaderand the values expected in a test.JList(package private) static PointJListMatchingItemQuery.centerOfMatchingItemCell(JList list, String value, JListCellReader cellReader) (package private) static String[]JListContentQuery.contents(JList list, JListCellReader cellReader) private static intJListDriver.itemIndex(JList list, TextMatcher matcher, JListCellReader cellReader) (package private) static StringJListItemValueQuery.itemValue(JList list, int index, JListCellReader cellReader) (package private) static intJListMatchingItemQuery.matchingItemIndex(JList list, TextMatcher matcher, JListCellReader cellReader) JListMatchingItemQuery.matchingItemIndices(JList list, TextMatcher matcher, JListCellReader cellReader) JListMatchingItemQuery.matchingItemValues(JList list, TextMatcher matcher, JListCellReader cellReader) JListScrollToItemTask.scrollToItem(JList list, TextMatcher matcher, JListCellReader cellReader) JListScrollToItemTask.scrollToItemIfNotSelectedYet(JList list, TextMatcher matcher, JListCellReader cellReader) JListSelectionValuesQuery.selectionValues(JList list, JListCellReader cellReader) (package private) static ObjectJListSelectionValueQuery.singleSelectionValue(JList list, JListCellReader cellReader) -
Uses of JListCellReader in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type JListCellReaderModifier and TypeMethodDescriptionJListFixture.cellReader(JListCellReader cellReader) Updates the implementation ofto use when comparing internal values of this fixture'sJListCellReaderand the values expected in a test.JList