public final class BorderStyle
extends java.lang.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(javax.swing.JMenuBar menuBar,
java.lang.String clientPropertyKey)
Looks up the client property for the header style from the JMenuBar.
|
static BorderStyle |
from(javax.swing.JToolBar toolBar,
java.lang.String clientPropertyKey)
Looks up the client property for the header style from the JToolBar.
|
java.lang.String |
toString() |
public static final BorderStyle EMPTY
public static final BorderStyle SEPARATOR
public static final BorderStyle ETCHED
public static BorderStyle from(javax.swing.JToolBar toolBar, java.lang.String clientPropertyKey)
toolBar
- the tool bar to inspectclientPropertyKey
- the key used to lookup the propertypublic static BorderStyle from(javax.swing.JMenuBar menuBar, java.lang.String clientPropertyKey)
menuBar
- the menu bar to inspectclientPropertyKey
- the key used to lookup the propertypublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2009 JGoodies Karsten Lentzsch. All Rights Reserved.