Package | Description |
---|---|
com.jgoodies.looks |
Contains classes to configure the JGoodies L&Fs
|
Modifier and Type | Method and Description |
---|---|
static BorderStyle |
BorderStyle.from(JMenuBar menuBar,
String clientPropertyKey)
Looks up the client property for the header style from the JMenuBar.
|
static BorderStyle |
BorderStyle.from(JToolBar toolBar,
String clientPropertyKey)
Looks up the client property for the header style from the JToolBar.
|
static BorderStyle |
BorderStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderStyle[] |
BorderStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2015 JGoodies Software GmbH. All Rights Reserved.