| Package | Description |
|---|---|
| oracle.javatools.ui.table |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckRowHeader
A row header that contains checkboxes allowing the user to check and uncheck
rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
RowHeader |
GenericTable.createDefaultRowHeader()
Creates a default RowHeader for this table.
|
RowHeader |
GenericTable.getRowHeader()
Returns the row header of this generic table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericTable.setRowHeader(RowHeader rowHeader)
Sets the row header for this table.
|