com.jgoodies.looks

Class 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.5 $
Author:
Karsten Lentzsch
See Also:
BorderStyle

Field Summary

static HeaderStyle
BOTH
static HeaderStyle
SINGLE

Method Summary

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()

Field Details

BOTH

public static final HeaderStyle BOTH

SINGLE

public static final HeaderStyle SINGLE

Method Details

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()

Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.