| Constructor and Description |
|---|
JTables() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doSelectCell(JTable table,
int rowIndex,
int columnIndex) |
static TableCellRenderer |
newBooleanTableCellRenderer(TableCellRenderer renderer) |
static TableCellRenderer |
newTimeTableCellRenderer(DefaultTableCellRenderer renderer) |
static void |
selectFirstCellOnFirstRowAndStopEditing(JTable table) |
static void |
selectFirstCellOnLastRow(JTable table) |
static void |
selectFirstCellOnRow(JTable table,
int row,
boolean stopEdit) |
static void |
stopEditing(JTable table) |
public static void selectFirstCellOnFirstRowAndStopEditing(JTable table)
public static void selectFirstCellOnLastRow(JTable table)
public static void selectFirstCellOnRow(JTable table, int row, boolean stopEdit)
public static void doSelectCell(JTable table, int rowIndex, int columnIndex)
public static void stopEditing(JTable table)
public static TableCellRenderer newTimeTableCellRenderer(DefaultTableCellRenderer renderer)
public static TableCellRenderer newBooleanTableCellRenderer(TableCellRenderer renderer)
Copyright © 2008–2018 Ultreia.io. All rights reserved.