public interface WidgetColorScheme
MacWidgetsPainter
s and colors to use when painting a widget.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.
|
MacWidgetsPainter<Component> getActiveFocusedSelectedItemPainter()
Painter
to use for drawing the widget selection when the
widget is in the active window and has focus.Painter
to use for painting the selection in an active window where the
widget has focus.MacWidgetsPainter<Component> getActiveUnfocusedSelectedItemPainter()
Painter
to use for drawing the widget selection when the
widget is in the active window and does not have focus.Painter
to use for painting the selection in an active window where the
widget does not have focus.MacWidgetsPainter<Component> getInactiveSelectedItemPainter()
Painter
to use for drawing the SourceList
selection when the
widget is in an inactive window.Painter
to use for painting the selection in an inactive window.Color getActiveFocusedSelectedItemBackgroundColor()
Color getActiveUnfocusedSelectedItemBackgroundColor()
Color getInactiveSelectedItemBackgroundColor()
Color getCategoryTextColor()
Color getCategoryTextShadowColor()
Color getUnselectedItemTextColor()
Color getSelectedItemTextColor()
Color getSelectedItemFontShadowColor()
Color getActiveBackgroundColor()
Color getInactiveBackgroundColor()
Icon getUnselectedCollapsedIcon()
Icon getUnselectedExpandedIcon()
Icon getSelectedCollapsedIcon()
Icon getSelectedExpandedIcon()
Color getBadgeTextColor()
Color getSelectedBadgeColor()
Color getActiveUnselectedBadgeColor()
Color getInativeUnselectedBadgeColor()