| |
|
| java.lang.Object net.infonode.tabbedpanel.TabbedUIDefaults
TabbedUIDefaults | public class TabbedUIDefaults (Code) | | Methods for retrieving UI defaults for the current "Look and Feel" from the
UIManager. The values are adapted to be used with classes in the TabbedPanel package.
author: $Author: johan $ version: $Revision: 1.15 $ |
getButtonIconSize | public static int getButtonIconSize()(Code) | | Gets the default icon size for buttons
icon size in pixels |
getContentAreaBackground | public static Color getContentAreaBackground()(Code) | | Gets the content area background color
a copy of the color |
getContentAreaInsets | public static Insets getContentAreaInsets()(Code) | | Gets the insets for the content area
a copy of the insets |
getDarkShadow | public static Color getDarkShadow()(Code) | | Gets the (border) dark shadow color
a copy of the color |
getDisabledBackground | public static Color getDisabledBackground()(Code) | | Gets the tab disabled state background color
a copy of the color |
getDisabledForeground | public static Color getDisabledForeground()(Code) | | Gets the tab disabled state foreground color
a copy of the color |
getFont | public static Font getFont()(Code) | | Gets the font
a copy of the font |
getHighlight | public static Color getHighlight()(Code) | | Gets the (border) highlight color
a copy of the color |
getHighlightedStateBackground | public static Color getHighlightedStateBackground()(Code) | | Gets the tab highlighted state backgound color
a copy of the color |
getHighlightedStateForeground | public static Color getHighlightedStateForeground()(Code) | | Gets the tab highlighted state foreground color
a copy of the color |
getIconTextGap | public static int getIconTextGap()(Code) | | Gets the icon text gap
the icon text gap |
getNormalStateBackground | public static Color getNormalStateBackground()(Code) | | Gets the tab normal state background color
a copy of the color |
getNormalStateForeground | public static Color getNormalStateForeground()(Code) | | Gets the tab normal state foreground color
a copy of the color |
getTabInsets | public static Insets getTabInsets()(Code) | | Gets the tab insets
a copy of the insets |
|
|
|