|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.tabbedpanel.TabbedUIDefaults
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.
Method Summary | |
static int |
getButtonIconSize()
Gets the default icon size for buttons |
static Color |
getContentAreaBackground()
Gets the content area background color |
static Insets |
getContentAreaInsets()
Gets the insets for the content area |
static Color |
getDarkShadow()
Gets the (border) dark shadow color |
static Color |
getDisabledBackground()
Gets the tab disabled state background color |
static Color |
getDisabledForeground()
Gets the tab disabled state foreground color |
static Font |
getFont()
Gets the font |
static Color |
getHighlight()
Gets the (border) highlight color |
static Color |
getHighlightedStateBackground()
Gets the tab highlighted state backgound color |
static Color |
getHighlightedStateForeground()
Gets the tab highlighted state foreground color |
static int |
getIconTextGap()
Gets the icon text gap |
static Color |
getNormalStateBackground()
Gets the tab normal state background color |
static Color |
getNormalStateForeground()
Gets the tab normal state foreground color |
static Insets |
getTabInsets()
Gets the tab insets |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Color getContentAreaBackground()
public static Color getNormalStateForeground()
public static Color getNormalStateBackground()
public static Color getHighlightedStateForeground()
public static Color getHighlightedStateBackground()
public static Color getDisabledForeground()
public static Color getDisabledBackground()
public static Color getDarkShadow()
public static Color getHighlight()
public static Font getFont()
public static int getIconTextGap()
public static Insets getTabInsets()
public static Insets getContentAreaInsets()
public static int getButtonIconSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |