Class JTableCellEditableQuery

java.lang.Object
org.fest.swing.driver.JTableCellEditableQuery

final class JTableCellEditableQuery extends Object
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 Details

    • JTableCellEditableQuery

      private JTableCellEditableQuery()
  • Method Details