Uses of Interface
org.fest.swing.util.TextMatcher
Packages that use TextMatcher
Package
Description
Drivers that simulate user input on GUI
Components.
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 booleanJTableMatchingCellQuery.cellHasValue(JTable table, int row, int column, TextMatcher matcher, JTableCellReader cellReader) (package private) static TableCellJTableMatchingCellQuery.cellWithValue(JTable table, TextMatcher matcher, JTableCellReader cellReader) private voidJTableHeaderDriver.clickColumn(JTableHeader tableHeader, TextMatcher matcher, MouseButton button, int times) private voidJListDriver.clickItem(JList list, TextMatcher matcher, MouseButton button, int times) private voidJListDriver.drag(JList list, TextMatcher matcher) private voidJListDriver.drop(JList list, TextMatcher matcher) private LocationUnavailableExceptionJComboBoxDriver.failMatchingNotFound(JComboBox comboBox, TextMatcher matcher) private LocationUnavailableExceptionJListDriver.failMatchingNotFound(JList list, TextMatcher matcher) private static TableCellJTableMatchingCellQuery.findMatchingCell(JTable table, TextMatcher matcher, JTableCellReader cellReader) private intJListDriver.indexOf(JList list, TextMatcher matcher) intJTabbedPaneLocation.indexOf(JTabbedPane tabbedPane, TextMatcher matcher) Returns the index of the first tab whose title matches the value in the given.TextMatcherintJTableHeaderLocation.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 intJTabbedPaneTabIndexQuery.indexOfTab(JTabbedPane tabbedPane, TextMatcher matcher) private static intJListDriver.itemIndex(JList list, TextMatcher matcher, JListCellReader cellReader) (package private) static intJComboBoxMatchingItemQuery.matchingItemIndex(JComboBox comboBox, TextMatcher matcher, JComboBoxCellReader 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) JTableHeaderLocation.pointAt(JTableHeader tableHeader, TextMatcher matcher) Returns the index and the coordinates of the column which name matches the value in the given.TextMatcherprivate static PointJTableHeaderDriver.pointAtName(JTableHeader tableHeader, TextMatcher matcher, JTableHeaderLocation location) private voidJListDriver.requireSelectedItems(JList list, TextMatcher matcher) JListScrollToItemTask.scrollToItem(JList list, TextMatcher matcher, JListCellReader cellReader) JListScrollToItemTask.scrollToItemIfNotSelectedYet(JList list, TextMatcher matcher, JListCellReader cellReader) private voidJComboBoxDriver.selectItem(JComboBox comboBox, TextMatcher matcher) private voidJListDriver.selectItem(JList list, TextMatcher matcher) private voidJListDriver.selectItems(JList list, TextMatcher matcher) private voidJTabbedPaneDriver.selectTab(JTabbedPane tabbedPane, TextMatcher matcher) private JPopupMenuJListDriver.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 TypeClassDescriptionclassUnderstands matching text to a group ofStringvalues.classUnderstands matching text to a group ofStringvalues.