| Package | Description |
|---|---|
| oracle.javatools.ui.table |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlySimpleTableFormat<T>
Read only version of a SimpleTableFormat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTableModel.setFormat(SimpleTableFormat<T> format) |
| Constructor and Description |
|---|
SimpleTableModel(java.util.List<T> tableRows,
SimpleTableFormat<T> format) |
SimpleTableModel(SimpleTableFormat<T> format) |
SimpleTableModel(T[] tableRows,
SimpleTableFormat<T> format) |