com.jgoodies.looks
Class HeaderStyle
java.lang.Object
com.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
.
- Version:
- $Revision: 1.9 $
- Author:
- Karsten Lentzsch
- See Also:
BorderStyle
Method Summary |
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SINGLE
public static final HeaderStyle SINGLE
BOTH
public static final HeaderStyle BOTH
from
public static HeaderStyle from(javax.swing.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(javax.swing.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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2011 JGoodies Karsten Lentzsch. All Rights Reserved.