com.jgoodies.looks
public final class BorderStyle extends Object
HeaderStyle
s.
Version: $Revision: 1.3 $
See Also: HeaderStyle
Field Summary | |
---|---|
static BorderStyle | EMPTY |
static BorderStyle | ETCHED |
static BorderStyle | SEPARATOR |
Method Summary | |
---|---|
static BorderStyle | from(JToolBar toolBar, String clientPropertyKey)
Looks up the client property for the header style from the JToolBar.
|
static BorderStyle | from(JMenuBar menuBar, String clientPropertyKey)
Looks up the client property for the header style from the JMenuBar.
|
String | toString() |
Parameters: toolBar the tool bar to inspect clientPropertyKey the key used to lookup the property
Returns: the border style used to choose a border in the UI delegate
Parameters: menuBar the menu bar to inspect clientPropertyKey the key used to lookup the property
Returns: the border style used to choose a border in the UI delegate