public class TabbedUIDefaults
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static int |
getButtonIconSize()
Gets the default icon size for buttons
|
static java.awt.Color |
getContentAreaBackground()
Gets the content area background color
|
static java.awt.Insets |
getContentAreaInsets()
Gets the insets for the content area
|
static java.awt.Color |
getDarkShadow()
Gets the (border) dark shadow color
|
static java.awt.Color |
getDisabledBackground()
Gets the tab disabled state background color
|
static java.awt.Color |
getDisabledForeground()
Gets the tab disabled state foreground color
|
static java.awt.Font |
getFont()
Gets the font
|
static java.awt.Color |
getHighlight()
Gets the (border) highlight color
|
static java.awt.Color |
getHighlightedStateBackground()
Gets the tab highlighted state backgound color
|
static java.awt.Color |
getHighlightedStateForeground()
Gets the tab highlighted state foreground color
|
static int |
getIconTextGap()
Gets the icon text gap
|
static java.awt.Color |
getNormalStateBackground()
Gets the tab normal state background color
|
static java.awt.Color |
getNormalStateForeground()
Gets the tab normal state foreground color
|
static java.awt.Insets |
getTabInsets()
Gets the tab insets
|
public static java.awt.Color getContentAreaBackground()
public static java.awt.Color getNormalStateForeground()
public static java.awt.Color getNormalStateBackground()
public static java.awt.Color getHighlightedStateForeground()
public static java.awt.Color getHighlightedStateBackground()
public static java.awt.Color getDisabledForeground()
public static java.awt.Color getDisabledBackground()
public static java.awt.Color getDarkShadow()
public static java.awt.Color getHighlight()
public static java.awt.Font getFont()
public static int getIconTextGap()
public static java.awt.Insets getTabInsets()
public static java.awt.Insets getContentAreaInsets()
public static int getButtonIconSize()