Package org.fest.swing.driver
Class JTableMatchingCellQuery
java.lang.Object
org.fest.swing.driver.JTableMatchingCellQuery
Understands an action, executed in the event dispatch thread, that returns the first cell in a
JTable
whose value matches the given one.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
cellHasValue
(JTable table, int row, int column, TextMatcher matcher, JTableCellReader cellReader) (package private) static TableCell
cellWithValue
(JTable table, TextMatcher matcher, JTableCellReader cellReader) private static TableCell
findMatchingCell
(JTable table, TextMatcher matcher, JTableCellReader cellReader)
-
Constructor Details
-
JTableMatchingCellQuery
private JTableMatchingCellQuery()
-
-
Method Details
-
cellWithValue
@RunsInEDT static TableCell cellWithValue(JTable table, TextMatcher matcher, JTableCellReader cellReader) -
findMatchingCell
@RunsInCurrentThread private static TableCell findMatchingCell(JTable table, TextMatcher matcher, JTableCellReader cellReader) -
cellHasValue
@RunsInCurrentThread private static boolean cellHasValue(JTable table, int row, int column, TextMatcher matcher, JTableCellReader cellReader)
-