Package com.explodingpixels.macwidgets
Class SourceListSeaGlassColorScheme
java.lang.Object
com.explodingpixels.macwidgets.SourceListStandardColorScheme
com.explodingpixels.macwidgets.SourceListSeaGlassColorScheme
- All Implemented Interfaces:
SourceListColorScheme
-
Field Summary
FieldsFields inherited from class com.explodingpixels.macwidgets.SourceListStandardColorScheme
UNSELECTED_COLLAPSED_ICON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe background color of theSourceList
when it is in an active window.TheMacWidgetsPainter
to use for drawing theSourceList
selection when theSourceList
is in the active window and has focus.The background color of theSourceList
when it is in an inactive window.Methods inherited from class com.explodingpixels.macwidgets.SourceListStandardColorScheme
getActiveUnfocusedSelectedItemPainter, getActiveUnselectedBadgeColor, getBadgeTextColor, getCategoryTextColor, getCategoryTextShadowColor, getInactiveSelectedItemPainter, getInativeUnselectedBadgeColor, getSelectedBadgeColor, getSelectedCollapsedIcon, getSelectedExpandedIcon, getSelectedItemFontShadowColor, getSelectedItemTextColor, getUnselectedCollapsedIcon, getUnselectedExpandedIcon, getUnselectedItemTextColor
-
Field Details
-
ACTIVE_BACKGROUND_COLOR
-
INACTIVE_BACKGROUND_COLOR
-
-
Constructor Details
-
SourceListSeaGlassColorScheme
public SourceListSeaGlassColorScheme()
-
-
Method Details
-
getActiveFocusedSelectedItemPainter
Description copied from interface:SourceListColorScheme
TheMacWidgetsPainter
to use for drawing theSourceList
selection when theSourceList
is in the active window and has focus.- Specified by:
getActiveFocusedSelectedItemPainter
in interfaceSourceListColorScheme
- Overrides:
getActiveFocusedSelectedItemPainter
in classSourceListStandardColorScheme
- Returns:
- the
Painter
to use for painting the selection in an active window where theSourceList
has focus.
-
getActiveBackgroundColor
Description copied from interface:SourceListColorScheme
The background color of theSourceList
when it is in an active window.- Specified by:
getActiveBackgroundColor
in interfaceSourceListColorScheme
- Overrides:
getActiveBackgroundColor
in classSourceListStandardColorScheme
- Returns:
- the background color of the
SourceList
when it is in an active window.
-
getInactiveBackgroundColor
Description copied from interface:SourceListColorScheme
The background color of theSourceList
when it is in an inactive window.- Specified by:
getInactiveBackgroundColor
in interfaceSourceListColorScheme
- Overrides:
getInactiveBackgroundColor
in classSourceListStandardColorScheme
- Returns:
- the background color of the
SourceList
when it is in an inactive window.
-