public class WidgetStandardColorScheme extends Object implements WidgetColorScheme
WidgetColorScheme
that provides Painter
s and colorsModifier and Type | Field and Description |
---|---|
static Icon |
UNSELECTED_COLLAPSED_ICON |
Constructor and Description |
---|
WidgetStandardColorScheme() |
Modifier and Type | Method and Description |
---|---|
Color |
getActiveBackgroundColor()
The background color of the widget when it is in an active window.
|
Color |
getActiveFocusedSelectedItemBackgroundColor() |
MacWidgetsPainter<Component> |
getActiveFocusedSelectedItemPainter()
The
Painter to use for drawing the widget selection when the
widget is in the active window and has focus. |
Color |
getActiveUnfocusedSelectedItemBackgroundColor() |
MacWidgetsPainter<Component> |
getActiveUnfocusedSelectedItemPainter()
The
Painter to use for drawing the widget selection when the
widget is in the active window and does not have focus. |
Color |
getActiveUnselectedBadgeColor()
The color to draw a badge's background with when it's corresponding widget item
is unselected and the widget is in an active window.
|
Color |
getBadgeTextColor()
The color to draw a badge's text with.
|
Color |
getCategoryTextColor()
The color to draw a widget category with.
|
Color |
getCategoryTextShadowColor()
The color to draw a widget category's shadow with.
|
Color |
getInactiveBackgroundColor()
The background color of the widget when it is in an inactive window.
|
Color |
getInactiveSelectedItemBackgroundColor() |
MacWidgetsPainter<Component> |
getInactiveSelectedItemPainter()
The
Painter to use for drawing the SourceList selection when the
widget is in an inactive window. |
Color |
getInativeUnselectedBadgeColor()
The color to draw a badge's background with when it's corresponding widget item
is unselected and the widget is in an inactive window.
|
Color |
getSelectedBadgeColor()
The color to draw a badge's background with when it's corresponding widget item
is selected.
|
Icon |
getSelectedCollapsedIcon()
The icon to use when a widget node is collapsed and selected.
|
Icon |
getSelectedExpandedIcon()
The icon to use when a widget node is expanded and selected.
|
Color |
getSelectedItemFontShadowColor()
The color to draw a selected widget item's shadow with.
|
Color |
getSelectedItemTextColor()
The color to draw a selected widget item with.
|
Icon |
getUnselectedCollapsedIcon()
The icon to use when a widget node is collapsed and unselected.
|
Icon |
getUnselectedExpandedIcon()
The icon to use when a widget node is expanded and unselected.
|
Color |
getUnselectedItemTextColor()
The color to draw an unselected widget item with.
|
public static final Icon UNSELECTED_COLLAPSED_ICON
public MacWidgetsPainter<Component> getActiveFocusedSelectedItemPainter()
WidgetColorScheme
Painter
to use for drawing the widget selection when the
widget is in the active window and has focus.getActiveFocusedSelectedItemPainter
in interface WidgetColorScheme
Painter
to use for painting the selection in an active window where the
widget has focus.public MacWidgetsPainter<Component> getActiveUnfocusedSelectedItemPainter()
WidgetColorScheme
Painter
to use for drawing the widget selection when the
widget is in the active window and does not have focus.getActiveUnfocusedSelectedItemPainter
in interface WidgetColorScheme
Painter
to use for painting the selection in an active window where the
widget does not have focus.public MacWidgetsPainter<Component> getInactiveSelectedItemPainter()
WidgetColorScheme
Painter
to use for drawing the SourceList
selection when the
widget is in an inactive window.getInactiveSelectedItemPainter
in interface WidgetColorScheme
Painter
to use for painting the selection in an inactive window.public Color getCategoryTextColor()
WidgetColorScheme
getCategoryTextColor
in interface WidgetColorScheme
public Color getCategoryTextShadowColor()
WidgetColorScheme
getCategoryTextShadowColor
in interface WidgetColorScheme
public Color getUnselectedItemTextColor()
WidgetColorScheme
getUnselectedItemTextColor
in interface WidgetColorScheme
public Color getSelectedItemTextColor()
WidgetColorScheme
getSelectedItemTextColor
in interface WidgetColorScheme
public Color getSelectedItemFontShadowColor()
WidgetColorScheme
getSelectedItemFontShadowColor
in interface WidgetColorScheme
public Color getActiveBackgroundColor()
WidgetColorScheme
getActiveBackgroundColor
in interface WidgetColorScheme
public Color getInactiveBackgroundColor()
WidgetColorScheme
getInactiveBackgroundColor
in interface WidgetColorScheme
public Icon getUnselectedCollapsedIcon()
WidgetColorScheme
getUnselectedCollapsedIcon
in interface WidgetColorScheme
public Icon getUnselectedExpandedIcon()
WidgetColorScheme
getUnselectedExpandedIcon
in interface WidgetColorScheme
public Icon getSelectedCollapsedIcon()
WidgetColorScheme
getSelectedCollapsedIcon
in interface WidgetColorScheme
public Icon getSelectedExpandedIcon()
WidgetColorScheme
getSelectedExpandedIcon
in interface WidgetColorScheme
public Color getBadgeTextColor()
WidgetColorScheme
getBadgeTextColor
in interface WidgetColorScheme
public Color getSelectedBadgeColor()
WidgetColorScheme
getSelectedBadgeColor
in interface WidgetColorScheme
public Color getActiveUnselectedBadgeColor()
WidgetColorScheme
getActiveUnselectedBadgeColor
in interface WidgetColorScheme
public Color getInativeUnselectedBadgeColor()
WidgetColorScheme
getInativeUnselectedBadgeColor
in interface WidgetColorScheme
public Color getActiveFocusedSelectedItemBackgroundColor()
getActiveFocusedSelectedItemBackgroundColor
in interface WidgetColorScheme
public Color getActiveUnfocusedSelectedItemBackgroundColor()
getActiveUnfocusedSelectedItemBackgroundColor
in interface WidgetColorScheme
public Color getInactiveSelectedItemBackgroundColor()
getInactiveSelectedItemBackgroundColor
in interface WidgetColorScheme