Uses of Interface
org.fest.swing.util.TextMatcher
Packages that use TextMatcher
Package
Description
Drivers that simulate user input on GUI
Component
s.
Some useful utility methods.
-
Uses of TextMatcher in org.fest.swing.driver
Methods in org.fest.swing.driver with parameters of type TextMatcherModifier and TypeMethodDescriptionprivate static boolean
JTableMatchingCellQuery.cellHasValue
(JTable table, int row, int column, TextMatcher matcher, JTableCellReader cellReader) (package private) static TableCell
JTableMatchingCellQuery.cellWithValue
(JTable table, TextMatcher matcher, JTableCellReader cellReader) private void
JTableHeaderDriver.clickColumn
(JTableHeader tableHeader, TextMatcher matcher, MouseButton button, int times) private void
JListDriver.clickItem
(JList list, TextMatcher matcher, MouseButton button, int times) private void
JListDriver.drag
(JList list, TextMatcher matcher) private void
JListDriver.drop
(JList list, TextMatcher matcher) private LocationUnavailableException
JComboBoxDriver.failMatchingNotFound
(JComboBox comboBox, TextMatcher matcher) private LocationUnavailableException
JListDriver.failMatchingNotFound
(JList list, TextMatcher matcher) private static TableCell
JTableMatchingCellQuery.findMatchingCell
(JTable table, TextMatcher matcher, JTableCellReader cellReader) private int
JListDriver.indexOf
(JList list, TextMatcher matcher) int
JTabbedPaneLocation.indexOf
(JTabbedPane tabbedPane, TextMatcher matcher) Returns the index of the first tab whose title matches the value in the given
.TextMatcher
int
JTableHeaderLocation.indexOf
(JTableHeader tableHeader, TextMatcher matcher) Returns the index of the column which name matches the value in the given
, or -1 if a matching column was not found.TextMatcher
(package private) static int
JTabbedPaneTabIndexQuery.indexOfTab
(JTabbedPane tabbedPane, TextMatcher matcher) private static int
JListDriver.itemIndex
(JList list, TextMatcher matcher, JListCellReader cellReader) (package private) static int
JComboBoxMatchingItemQuery.matchingItemIndex
(JComboBox comboBox, TextMatcher matcher, JComboBoxCellReader 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) JTableHeaderLocation.pointAt
(JTableHeader tableHeader, TextMatcher matcher) Returns the index and the coordinates of the column which name matches the value in the given
.TextMatcher
private static Point
JTableHeaderDriver.pointAtName
(JTableHeader tableHeader, TextMatcher matcher, JTableHeaderLocation location) private void
JListDriver.requireSelectedItems
(JList list, TextMatcher matcher) JListScrollToItemTask.scrollToItem
(JList list, TextMatcher matcher, JListCellReader cellReader) JListScrollToItemTask.scrollToItemIfNotSelectedYet
(JList list, TextMatcher matcher, JListCellReader cellReader) private void
JComboBoxDriver.selectItem
(JComboBox comboBox, TextMatcher matcher) private void
JListDriver.selectItem
(JList list, TextMatcher matcher) private void
JListDriver.selectItems
(JList list, TextMatcher matcher) private void
JTabbedPaneDriver.selectTab
(JTabbedPane tabbedPane, TextMatcher matcher) private JPopupMenu
JListDriver.showPopupMenu
(JList list, TextMatcher matcher) JTabbedPaneDriver.tabToSelectInfo
(JTabbedPaneLocation location, JTabbedPane tabbedPane, TextMatcher matcher) private void
-
Uses of TextMatcher in org.fest.swing.util
Classes in org.fest.swing.util that implement TextMatcherModifier and TypeClassDescriptionclass
Understands matching text to a group ofString
values.class
Understands matching text to a group ofString
values.