com.jgoodies.looks
Class HeaderStyle
java.lang.Object
com.jgoodies.looks.HeaderStyle
public final class HeaderStyle
- extends Object
Describes the header styles for JMenuBar and JToolBar.
Header styles are look-independent and can be shadowed by a look-dependent
BorderStyle
.
- Version:
- $Revision: 1.2 $
- Author:
- Karsten Lentzsch
- See Also:
BorderStyle
SINGLE
public static final HeaderStyle SINGLE
BOTH
public static final HeaderStyle BOTH
from
public static HeaderStyle from(JMenuBar menuBar)
- Looks up the client property for the
HeaderStyle
from the JToolBar.
- Parameters:
menuBar
- the menu bar to inspect
- Returns:
- the menu bar's header style
from
public static HeaderStyle from(JToolBar toolBar)
- Looks up the client property for the
HeaderStyle
from the JToolBar.
- Parameters:
toolBar
- the tool bar to inspect
- Returns:
- the tool bar's header style
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.