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.ColorACTIVE_BACKGROUND_COLORstatic java.awt.ColorINACTIVE_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.ColorgetActiveBackgroundColor()The background color of theSourceListwhen it is in an active window.MacWidgetsPainter<java.awt.Component>getActiveFocusedSelectedItemPainter()TheMacWidgetsPainterto use for drawing theSourceListselection when theSourceListis in the active window and has focus.java.awt.ColorgetInactiveBackgroundColor()The background color of theSourceListwhen 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:SourceListColorSchemeTheMacWidgetsPainterto use for drawing theSourceListselection when theSourceListis in the active window and has focus.- Specified by:
getActiveFocusedSelectedItemPainterin interfaceSourceListColorScheme- Overrides:
getActiveFocusedSelectedItemPainterin classSourceListStandardColorScheme- Returns:
- the
Painterto use for painting the selection in an active window where theSourceListhas focus.
-
getActiveBackgroundColor
public java.awt.Color getActiveBackgroundColor()
Description copied from interface:SourceListColorSchemeThe background color of theSourceListwhen it is in an active window.- Specified by:
getActiveBackgroundColorin interfaceSourceListColorScheme- Overrides:
getActiveBackgroundColorin classSourceListStandardColorScheme- Returns:
- the background color of the
SourceListwhen it is in an active window.
-
getInactiveBackgroundColor
public java.awt.Color getInactiveBackgroundColor()
Description copied from interface:SourceListColorSchemeThe background color of theSourceListwhen it is in an inactive window.- Specified by:
getInactiveBackgroundColorin interfaceSourceListColorScheme- Overrides:
getInactiveBackgroundColorin classSourceListStandardColorScheme- Returns:
- the background color of the
SourceListwhen it is in an inactive window.
-
-