Package org.fest.swing.driver
Class JTableSingleRowCellSelectedQuery
java.lang.Object
org.fest.swing.driver.JTableSingleRowCellSelectedQuery
Understands an action that indicates whether a cell in a
JTable
is selected or not.
Note: Methods in this class are not executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static boolean
isCellSelected
(JTable table, int row, int column)
-
Constructor Details
-
JTableSingleRowCellSelectedQuery
private JTableSingleRowCellSelectedQuery()
-
-
Method Details
-
isCellSelected
-