| |
|
| java.lang.Object com.jgoodies.looks.HeaderStyle
HeaderStyle | final public class HeaderStyle (Code) | | Describes the header styles for JMenuBar and JToolBar.
Header styles are look-independent and can be shadowed by a look-dependent
BorderStyle .
author: Karsten Lentzsch version: $Revision: 1.3 $ See Also: BorderStyle |
from | public static HeaderStyle from(JMenuBar menuBar)(Code) | | Looks up the client property for the HeaderStyle
from the JToolBar.
Parameters: menuBar - the menu bar to inspect the menu bar's header style |
from | public static HeaderStyle from(JToolBar toolBar)(Code) | | Looks up the client property for the HeaderStyle
from the JToolBar.
Parameters: toolBar - the tool bar to inspect the tool bar's header style |
|
|
|