Package org.fest.swing.driver
Class JTableStopCellEditingTask
java.lang.Object
org.fest.swing.driver.JTableStopCellEditingTask
Understands a task that stops editing of a cell in a
JTable
. This task is executed in the
event dispatch thread.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
doStopCellEditing
(JTable table, int row, int column) private static void
doStopCellEditing
(TableCellEditor cellEditor) (package private) static void
stopEditing
(JTable table, int row, int column) (package private) static void
stopEditing
(TableCellEditor cellEditor) (package private) static void
validateAndStopEditing
(JTable table, int row, int column)
-
Constructor Details
-
JTableStopCellEditingTask
private JTableStopCellEditingTask()
-
-
Method Details
-
stopEditing
-
stopEditing
-
validateAndStopEditing
-
doStopCellEditing
-
doStopCellEditing
-