Package org.nuiton.jaxx.runtime.swing
Class JTables
- java.lang.Object
-
- org.nuiton.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 TableCellRenderernewBooleanTableCellRenderer(TableCellRenderer renderer)static TableCellRenderernewTimeTableCellRenderer(DefaultTableCellRenderer renderer)static voidselectFirstCellOnFirstRowAndStopEditing(JTable table)static voidselectFirstCellOnLastRow(JTable table)static voidselectFirstCellOnRow(JTable table, int row, boolean stopEdit)static voidstopEditing(JTable table)
-
-
-
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)
-
stopEditing
public static void stopEditing(JTable table)
-
newTimeTableCellRenderer
public static TableCellRenderer newTimeTableCellRenderer(DefaultTableCellRenderer renderer)
-
newBooleanTableCellRenderer
public static TableCellRenderer newBooleanTableCellRenderer(TableCellRenderer renderer)
-
-