public class SourceListBizLafColorScheme extends SourceListStandardColorScheme
Modifier and Type | Field and Description |
---|---|
static Color |
ACTIVE_BACKGROUND_COLOR |
static Color |
INACTIVE_BACKGROUND_COLOR |
UNSELECTED_COLLAPSED_ICON
Constructor and Description |
---|
SourceListBizLafColorScheme() |
Modifier and Type | Method and Description |
---|---|
Color |
getActiveBackgroundColor()
The background color of the
SourceList when it is in an active window. |
MacWidgetsPainter<Component> |
getActiveFocusedSelectedItemPainter()
The
MacWidgetsPainter to use for drawing the SourceList selection when the
SourceList is in the active window and has focus. |
Color |
getInactiveBackgroundColor()
The background color of the
SourceList when it is in an inactive window. |
getActiveUnfocusedSelectedItemPainter, getActiveUnselectedBadgeColor, getBadgeTextColor, getCategoryTextColor, getCategoryTextShadowColor, getInactiveSelectedItemPainter, getInativeUnselectedBadgeColor, getSelectedBadgeColor, getSelectedCollapsedIcon, getSelectedExpandedIcon, getSelectedItemFontShadowColor, getSelectedItemTextColor, getUnselectedCollapsedIcon, getUnselectedExpandedIcon, getUnselectedItemTextColor
public static final Color ACTIVE_BACKGROUND_COLOR
public static final Color INACTIVE_BACKGROUND_COLOR
public MacWidgetsPainter<Component> getActiveFocusedSelectedItemPainter()
SourceListColorScheme
MacWidgetsPainter
to use for drawing the SourceList
selection when the
SourceList
is in the active window and has focus.getActiveFocusedSelectedItemPainter
in interface SourceListColorScheme
getActiveFocusedSelectedItemPainter
in class SourceListStandardColorScheme
Painter
to use for painting the selection in an active window where the
SourceList
has focus.public Color getActiveBackgroundColor()
SourceListColorScheme
SourceList
when it is in an active window.getActiveBackgroundColor
in interface SourceListColorScheme
getActiveBackgroundColor
in class SourceListStandardColorScheme
SourceList
when it is in an active window.public Color getInactiveBackgroundColor()
SourceListColorScheme
SourceList
when it is in an inactive window.getInactiveBackgroundColor
in interface SourceListColorScheme
getInactiveBackgroundColor
in class SourceListStandardColorScheme
SourceList
when it is in an inactive window.