Package org.fest.swing.driver
Class JTableCellEditableQuery
java.lang.Object
org.fest.swing.driver.JTableCellEditableQuery
Understands an action, executed in the event dispatch thread, that indicates whether a cell in a
JTable
is editable 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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static boolean
isCellEditable
(JTable table, TableCell cell)
-
Constructor Details
-
JTableCellEditableQuery
private JTableCellEditableQuery()
-
-
Method Details
-
isCellEditable
-