| Package | Description |
|---|---|
| oracle.ide.panels |
Provides a framework for building panel-based UI.
|
| oracle.javatools.ui |
A general user interface component library.
|
| oracle.javatools.ui.table |
| Modifier and Type | Method and Description |
|---|---|
void |
TabbedPanel.setStatusIndicator(StatusIndicator indicator,
int index)
Uses the given status indicator to configure the tab at the given
index to show the status of that tab.
|
| Modifier and Type | Method and Description |
|---|---|
StatusIndicator |
Header.getStatusIndicator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Header.setStatusIndicator(StatusIndicator statusIndicator)
Set a StatusIndicator that can visualize status for this header.
|
void |
ComponentWithTitlebar.setStatusIndicator(StatusIndicator statusIndicator)
set the status indicator for the titlebar (or pass null to not show status).
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableToolbar.setStatusIndicator(StatusIndicator statusIndicator)
set the status indicator for the table (or pass null to not show status).
|