public final class HeaderStyle
extends java.lang.Object
BorderStyle
.BorderStyle
Modifier and Type | Field and Description |
---|---|
static HeaderStyle |
BOTH |
static HeaderStyle |
SINGLE |
Modifier and Type | Method and Description |
---|---|
static HeaderStyle |
from(javax.swing.JMenuBar menuBar)
Looks up the client property for the
HeaderStyle
from the JToolBar. |
static HeaderStyle |
from(javax.swing.JToolBar toolBar)
Looks up the client property for the
HeaderStyle
from the JToolBar. |
java.lang.String |
toString() |
public static final HeaderStyle SINGLE
public static final HeaderStyle BOTH
public static HeaderStyle from(javax.swing.JMenuBar menuBar)
HeaderStyle
from the JToolBar.menuBar
- the menu bar to inspectpublic static HeaderStyle from(javax.swing.JToolBar toolBar)
HeaderStyle
from the JToolBar.toolBar
- the tool bar to inspectpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2009 JGoodies Karsten Lentzsch. All Rights Reserved.