public final class BorderStyle extends Object
HeaderStyle
s.HeaderStyle
Modifier and Type | Field and Description |
---|---|
static BorderStyle |
EMPTY |
static BorderStyle |
ETCHED |
static BorderStyle |
SEPARATOR |
Modifier and Type | Method and Description |
---|---|
static BorderStyle |
from(JMenuBar menuBar,
String clientPropertyKey)
Looks up the client property for the header style from the JMenuBar.
|
static BorderStyle |
from(JToolBar toolBar,
String clientPropertyKey)
Looks up the client property for the header style from the JToolBar.
|
String |
toString() |
public static final BorderStyle EMPTY
public static final BorderStyle SEPARATOR
public static final BorderStyle ETCHED
public static BorderStyle from(JToolBar toolBar, String clientPropertyKey)
toolBar
- the tool bar to inspectclientPropertyKey
- the key used to lookup the propertypublic static BorderStyle from(JMenuBar menuBar, String clientPropertyKey)
menuBar
- the menu bar to inspectclientPropertyKey
- the key used to lookup the propertyCopyright © 2014 JGoodies Software GmbH. All rights reserved.