| java.lang.Object com.jgoodies.looks.BorderStyle
BorderStyle | final public class BorderStyle (Code) | | Describes the border styles for JMenuBar and JToolBar. Border styles are
look-dependent and shadow look-independent HeaderStyle s.
author: Karsten Lentzsch version: $Revision: 1.3 $ See Also: HeaderStyle |
from | public static BorderStyle from(JToolBar toolBar, String clientPropertyKey)(Code) | | Looks up the client property for the header style from the JToolBar.
Parameters: toolBar - the tool bar to inspect Parameters: clientPropertyKey - the key used to lookup the property the border style used to choose a border in the UI delegate |
from | public static BorderStyle from(JMenuBar menuBar, String clientPropertyKey)(Code) | | Looks up the client property for the header style from the JMenuBar.
Parameters: menuBar - the menu bar to inspect Parameters: clientPropertyKey - the key used to lookup the property the border style used to choose a border in the UI delegate |
|
|