Package jaxx.runtime.swing
Class JTables
- java.lang.Object
-
- jaxx.runtime.swing.JTables
-
-
Constructor Summary
Constructors Constructor Description JTables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddoSelectCell(JTable table, int rowIndex, int columnIndex)static voidselectFirstCellOnFirstRowAndStopEditing(JTable table)static voidselectFirstCellOnLastRow(JTable table)static voidselectFirstCellOnRow(JTable table, int row, boolean stopEdit)
-
-
-
Method Detail
-
selectFirstCellOnFirstRowAndStopEditing
public static void selectFirstCellOnFirstRowAndStopEditing(JTable table)
-
selectFirstCellOnLastRow
public static void selectFirstCellOnLastRow(JTable table)
-
selectFirstCellOnRow
public static void selectFirstCellOnRow(JTable table, int row, boolean stopEdit)
-
doSelectCell
public static void doSelectCell(JTable table, int rowIndex, int columnIndex)
-
-