com.explodingpixels.macwidgets
public interface SourceListColorScheme
Painter
s and colors to use when painting a
SourceList
.Modifier and Type | Method and Description |
---|---|
Color |
getActiveBackgroundColor()
The background color of the
SourceList when it is in an active window. |
Painter<Component> |
getActiveFocusedSelectedItemPainter()
The
Painter to use for drawing the SourceList selection when the
SourceList is in the active window and has focus. |
Painter<Component> |
getActiveUnfocusedSelectedItemPainter()
The
Painter to use for drawing the SourceList selection when the
SourceList 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
SourceList item
is unselected and the SourceList is in an active window. |
Color |
getBadgeTextColor()
The color to draw a badge's text with.
|
Color |
getCategoryTextColor()
The color to draw a
SourceList category with. |
Color |
getCategoryTextShadowColor()
The color to draw a
SourceList category's shadow with. |
Color |
getInactiveBackgroundColor()
The background color of the
SourceList when it is in an inactive window. |
Painter<Component> |
getInactiveSelectedItemPainter()
The
Painter to use for drawing the SourceList selection when the
SourceList is in an inactive window. |
Color |
getInativeUnselectedBadgeColor()
The color to draw a badge's background with when it's corresponding
SourceList item
is unselected and the SourceList is in an inactive window. |
Color |
getSelectedBadgeColor()
The color to draw a badge's background with when it's corresponding
SourceList item
is selected. |
Icon |
getSelectedCollapsedIcon()
The icon to use when a
SourceList node is collapsed and selected. |
Icon |
getSelectedExpandedIcon()
The icon to use when a
SourceList node is expanded and selected. |
Color |
getSelectedItemFontShadowColor()
The color to draw a selected
SourceList item's shadow with. |
Color |
getSelectedItemTextColor()
The color to draw a selected
SourceList item with. |
Icon |
getUnselectedCollapsedIcon()
The icon to use when a
SourceList node is collapsed and unselected. |
Icon |
getUnselectedExpandedIcon()
The icon to use when a
SourceList node is expanded and unselected. |
Color |
getUnselectedItemTextColor()
The color to draw an unselected
SourceList item with. |
Painter<Component> getActiveFocusedSelectedItemPainter()
Painter
to use for drawing the SourceList
selection when the
SourceList
is in the active window and has focus.Painter
to use for painting the selection in an active window where the
SourceList
has focus.Painter<Component> getActiveUnfocusedSelectedItemPainter()
Painter
to use for drawing the SourceList
selection when the
SourceList
is in the active window and does not have focus.Painter
to use for painting the selection in an active window where the
SourceList
does not have focus.Painter<Component> getInactiveSelectedItemPainter()
Painter
to use for drawing the SourceList
selection when the
SourceList
is in an inactive window.Painter
to use for painting the selection in an inactive window.Color getCategoryTextColor()
SourceList
category with.SourceList
category textwith.Color getCategoryTextShadowColor()
SourceList
category's shadow with.SourceList
category text's shadow with.Color getUnselectedItemTextColor()
SourceList
item with.SourceList
item with.Color getSelectedItemTextColor()
SourceList
item with.SourceList
item with.Color getSelectedItemFontShadowColor()
SourceList
item's shadow with.SourceList
item's shadow with.Color getActiveBackgroundColor()
SourceList
when it is in an active window.SourceList
when it is in an active window.Color getInactiveBackgroundColor()
SourceList
when it is in an inactive window.SourceList
when it is in an inactive window.Icon getUnselectedCollapsedIcon()
SourceList
node is collapsed and unselected.SourceList
node is collapsed and unselected.Icon getUnselectedExpandedIcon()
SourceList
node is expanded and unselected.SourceList
node is expanded and unselected.Icon getSelectedCollapsedIcon()
SourceList
node is collapsed and selected.SourceList
node is collapsed and selected.Icon getSelectedExpandedIcon()
SourceList
node is expanded and selected.SourceList
node is expanded and selected.Color getBadgeTextColor()
Color getSelectedBadgeColor()
SourceList
item
is selected. This color is used regardless of the wheter the parent window is active or
inactive.SourceList
item is selectedColor getActiveUnselectedBadgeColor()
SourceList
item
is unselected and the SourceList
is in an active window.SourceList
item is unselected and the SourceList
is in an active
window.Color getInativeUnselectedBadgeColor()
SourceList
item
is unselected and the SourceList
is in an inactive window.SourceList
item is unselected and the SourceList
is in an inactive
window.