public final class HeaderStyle extends Object
BorderStyle
.BorderStyle
Modifier and Type | Field and Description |
---|---|
static HeaderStyle |
BOTH |
static HeaderStyle |
SINGLE |
Modifier and Type | Method and Description |
---|---|
static HeaderStyle |
from(JMenuBar menuBar)
Looks up the client property for the
HeaderStyle
from the JToolBar. |
static HeaderStyle |
from(JToolBar toolBar)
Looks up the client property for the
HeaderStyle
from the JToolBar. |
String |
toString() |
public static final HeaderStyle SINGLE
public static final HeaderStyle BOTH
public static HeaderStyle from(JMenuBar menuBar)
HeaderStyle
from the JToolBar.menuBar
- the menu bar to inspectpublic static HeaderStyle from(JToolBar toolBar)
HeaderStyle
from the JToolBar.toolBar
- the tool bar to inspectCopyright © 2014 JGoodies Software GmbH. All rights reserved.