com.jgoodies.looks
Class HeaderStyle
java.lang.Objectcom.jgoodies.looks.HeaderStyle
public final class HeaderStyle
extends java.lang.Object
Describes the header styles for JMenuBar and JToolBar.
Header styles are look-independent and can be shadowed by a look-dependent
BorderStyle.
static HeaderStyle | from(JMenuBar menuBar)- Looks up the client property for the
HeaderStyle
from the JToolBar.
|
static HeaderStyle | from(JToolBar toolBar)- Looks up the client property for the
HeaderStyle
from the JToolBar.
|
String | toString()
|
from
public static HeaderStyle from(JMenuBar menuBar)
Looks up the client property for the HeaderStyle
from the JToolBar.
menuBar - the menu bar to inspect
- the menu bar's header style
from
public static HeaderStyle from(JToolBar toolBar)
Looks up the client property for the HeaderStyle
from the JToolBar.
toolBar - the tool bar to inspect
- the tool bar's header style
toString
public String toString()
Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.