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, getUnselectedItemTextColorpublic static final Color ACTIVE_BACKGROUND_COLOR
public static final Color INACTIVE_BACKGROUND_COLOR
public MacWidgetsPainter<Component> getActiveFocusedSelectedItemPainter()
SourceListColorSchemeMacWidgetsPainter to use for drawing the SourceList selection when the
SourceList is in the active window and has focus.getActiveFocusedSelectedItemPainter in interface SourceListColorSchemegetActiveFocusedSelectedItemPainter in class SourceListStandardColorSchemePainter to use for painting the selection in an active window where the
SourceList has focus.public Color getActiveBackgroundColor()
SourceListColorSchemeSourceList when it is in an active window.getActiveBackgroundColor in interface SourceListColorSchemegetActiveBackgroundColor in class SourceListStandardColorSchemeSourceList when it is in an active window.public Color getInactiveBackgroundColor()
SourceListColorSchemeSourceList when it is in an inactive window.getInactiveBackgroundColor in interface SourceListColorSchemegetInactiveBackgroundColor in class SourceListStandardColorSchemeSourceList when it is in an inactive window.