Package com.explodingpixels.macwidgets
Class SourceListBizLafColorScheme
- java.lang.Object
-
- com.explodingpixels.macwidgets.SourceListStandardColorScheme
-
- com.explodingpixels.macwidgets.SourceListBizLafColorScheme
-
- All Implemented Interfaces:
SourceListColorScheme
public class SourceListBizLafColorScheme extends SourceListStandardColorScheme
-
-
Field Summary
Fields Modifier and Type Field Description static java.awt.Color
ACTIVE_BACKGROUND_COLOR
static java.awt.Color
INACTIVE_BACKGROUND_COLOR
-
Fields inherited from class com.explodingpixels.macwidgets.SourceListStandardColorScheme
UNSELECTED_COLLAPSED_ICON
-
-
Constructor Summary
Constructors Constructor Description SourceListBizLafColorScheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color
getActiveBackgroundColor()
The background color of theSourceList
when it is in an active window.MacWidgetsPainter<java.awt.Component>
getActiveFocusedSelectedItemPainter()
TheMacWidgetsPainter
to use for drawing theSourceList
selection when theSourceList
is in the active window and has focus.java.awt.Color
getInactiveBackgroundColor()
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
-
-
-
-
Method Detail
-
getActiveFocusedSelectedItemPainter
public MacWidgetsPainter<java.awt.Component> 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
public java.awt.Color 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
public java.awt.Color 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.
-
-