| Package | Description |
|---|---|
| com.jgoodies.looks |
Contains classes to configure the JGoodies L&Fs.
|
| Modifier and Type | Field and Description |
|---|---|
static HeaderStyle |
HeaderStyle.BOTH |
static HeaderStyle |
HeaderStyle.SINGLE |
| Modifier and Type | Method and Description |
|---|---|
static HeaderStyle |
HeaderStyle.from(javax.swing.JMenuBar menuBar)
Looks up the client property for the
HeaderStyle
from the JToolBar. |
static HeaderStyle |
HeaderStyle.from(javax.swing.JToolBar toolBar)
Looks up the client property for the
HeaderStyle
from the JToolBar. |
private static HeaderStyle |
HeaderStyle.from0(javax.swing.JComponent c)
Looks up the client property for the
HeaderStyle
from the specified JComponent. |
private static HeaderStyle |
HeaderStyle.valueOf(java.lang.String name)
Looks up and answers the
HeaderStyle with the specified name. |