Uses of Interface
org.fest.swing.cell.JListCellReader
Packages that use JListCellReader
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 JListCellReader in org.fest.swing.driver
Classes in org.fest.swing.driver that implement JListCellReaderModifier and TypeClassDescriptionclass
Understands the default implementation of
.JListCellReader
Fields in org.fest.swing.driver declared as JListCellReaderMethods in org.fest.swing.driver with parameters of type JListCellReaderModifier and TypeMethodDescriptionvoid
JListDriver.cellReader
(JListCellReader newCellReader) Updates the implementation of
to use when comparing internal values of aJListCellReader
and the values expected in a test.JList
(package private) static Point
JListMatchingItemQuery.centerOfMatchingItemCell
(JList list, String value, JListCellReader cellReader) (package private) static String[]
JListContentQuery.contents
(JList list, JListCellReader cellReader) private static int
JListDriver.itemIndex
(JList list, TextMatcher matcher, JListCellReader cellReader) (package private) static String
JListItemValueQuery.itemValue
(JList list, int index, JListCellReader cellReader) (package private) static int
JListMatchingItemQuery.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 Object
JListSelectionValueQuery.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 of
to use when comparing internal values of this fixture'sJListCellReader
and the values expected in a test.JList