| Package | Description |
|---|---|
| oracle.javatools.ui |
A general user interface component library.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpansionTip |
ExpansionTip.attach(ExpansionTip.ExpansionAdapter adapter)
Attach an expansion tip to a component wrapped in an
ExpansionTip.ExpansionAdapter. |
static ExpansionTip |
ExpansionTip.attach(javax.swing.JList list)
Attach an expansion tip a
JList. |
static ExpansionTip |
ExpansionTip.attach(javax.swing.table.JTableHeader header,
int... columns)
Attach an expansion tip to columns of a
JTableHeader. |
static ExpansionTip |
ExpansionTip.attach(javax.swing.JTable table,
int... columns)
Attach an expansion tip to columns of a
JTable. |
static ExpansionTip |
ExpansionTip.attach(javax.swing.JTextArea textArea)
Attach an expansion tip to columns of a
JTextArea. |
static ExpansionTip |
ExpansionTip.attach(javax.swing.JTree tree)
Attach an expansion tip to a
JTree. |