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.
|