|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.explodingpixels.macwidgets.SourceListDarkColorScheme
public class SourceListDarkColorScheme
A SourceListColorScheme
that provides Painter
s and colors to render a standard
Mac SourceList
:
SourceList.setColorScheme(SourceListColorScheme)
,
SourceListTreeUI.setColorScheme(SourceListColorScheme)
Constructor Summary | |
---|---|
SourceListDarkColorScheme()
|
Method Summary | |
---|---|
Color |
getActiveBackgroundColor()
The background color of the SourceList when it is in an active window. |
Painter<Component> |
getActiveFocusedSelectedItemPainter()
The Painter to use for drawing the SourceList selection when the
SourceList is in the active window and has focus. |
Painter<Component> |
getActiveUnfocusedSelectedItemPainter()
The Painter to use for drawing the SourceList selection when the
SourceList is in the active window and does not have focus. |
Color |
getActiveUnselectedBadgeColor()
The color to draw a badge's background with when it's corresponding SourceList item
is unselected and the SourceList is in an active window. |
Color |
getBadgeTextColor()
The color to draw a badge's text with. |
Color |
getCategoryTextColor()
The color to draw a SourceList category with. |
Color |
getCategoryTextShadowColor()
The color to draw a SourceList category's shadow with. |
Color |
getInactiveBackgroundColor()
The background color of the SourceList when it is in an inactive window. |
Painter<Component> |
getInactiveSelectedItemPainter()
The Painter to use for drawing the SourceList selection when the
SourceList is in an inactive window. |
Color |
getInativeUnselectedBadgeColor()
The color to draw a badge's background with when it's corresponding SourceList item
is unselected and the SourceList is in an inactive window. |
Color |
getSelectedBadgeColor()
The color to draw a badge's background with when it's corresponding SourceList item
is selected. |
Icon |
getSelectedCollapsedIcon()
The icon to use when a SourceList node is collapsed and selected. |
Icon |
getSelectedExpandedIcon()
The icon to use when a SourceList node is expanded and selected. |
Color |
getSelectedItemFontShadowColor()
The color to draw a selected SourceList item's shadow with. |
Color |
getSelectedItemTextColor()
The color to draw a selected SourceList item with. |
Icon |
getUnselectedCollapsedIcon()
The icon to use when a SourceList node is collapsed and unselected. |
Icon |
getUnselectedExpandedIcon()
The icon to use when a SourceList node is expanded and unselected. |
Color |
getUnselectedItemTextColor()
The color to draw an unselected SourceList item with. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceListDarkColorScheme()
Method Detail |
---|
public Painter<Component> getActiveFocusedSelectedItemPainter()
SourceListColorScheme
Painter
to use for drawing the SourceList
selection when the
SourceList
is in the active window and has focus.
getActiveFocusedSelectedItemPainter
in interface SourceListColorScheme
Painter
to use for painting the selection in an active window where the
SourceList
has focus.public Painter<Component> getActiveUnfocusedSelectedItemPainter()
SourceListColorScheme
Painter
to use for drawing the SourceList
selection when the
SourceList
is in the active window and does not have focus.
getActiveUnfocusedSelectedItemPainter
in interface SourceListColorScheme
Painter
to use for painting the selection in an active window where the
SourceList
does not have focus.public Painter<Component> getInactiveSelectedItemPainter()
SourceListColorScheme
Painter
to use for drawing the SourceList
selection when the
SourceList
is in an inactive window.
getInactiveSelectedItemPainter
in interface SourceListColorScheme
Painter
to use for painting the selection in an inactive window.public Color getCategoryTextColor()
SourceListColorScheme
SourceList
category with.
getCategoryTextColor
in interface SourceListColorScheme
SourceList
category textwith.public Color getCategoryTextShadowColor()
SourceListColorScheme
SourceList
category's shadow with.
getCategoryTextShadowColor
in interface SourceListColorScheme
SourceList
category text's shadow with.public Color getUnselectedItemTextColor()
SourceListColorScheme
SourceList
item with.
getUnselectedItemTextColor
in interface SourceListColorScheme
SourceList
item with.public Color getSelectedItemTextColor()
SourceListColorScheme
SourceList
item with.
getSelectedItemTextColor
in interface SourceListColorScheme
SourceList
item with.public Color getSelectedItemFontShadowColor()
SourceListColorScheme
SourceList
item's shadow with.
getSelectedItemFontShadowColor
in interface SourceListColorScheme
SourceList
item's shadow with.public Color getActiveBackgroundColor()
SourceListColorScheme
SourceList
when it is in an active window.
getActiveBackgroundColor
in interface SourceListColorScheme
SourceList
when it is in an active window.public Color getInactiveBackgroundColor()
SourceListColorScheme
SourceList
when it is in an inactive window.
getInactiveBackgroundColor
in interface SourceListColorScheme
SourceList
when it is in an inactive window.public Icon getUnselectedCollapsedIcon()
SourceListColorScheme
SourceList
node is collapsed and unselected.
getUnselectedCollapsedIcon
in interface SourceListColorScheme
SourceList
node is collapsed and unselected.public Icon getUnselectedExpandedIcon()
SourceListColorScheme
SourceList
node is expanded and unselected.
getUnselectedExpandedIcon
in interface SourceListColorScheme
SourceList
node is expanded and unselected.public Icon getSelectedCollapsedIcon()
SourceListColorScheme
SourceList
node is collapsed and selected.
getSelectedCollapsedIcon
in interface SourceListColorScheme
SourceList
node is collapsed and selected.public Icon getSelectedExpandedIcon()
SourceListColorScheme
SourceList
node is expanded and selected.
getSelectedExpandedIcon
in interface SourceListColorScheme
SourceList
node is expanded and selected.public Color getBadgeTextColor()
SourceListColorScheme
getBadgeTextColor
in interface SourceListColorScheme
public Color getSelectedBadgeColor()
SourceListColorScheme
SourceList
item
is selected. This color is used regardless of the wheter the parent window is active or
inactive.
getSelectedBadgeColor
in interface SourceListColorScheme
SourceList
item is selectedpublic Color getActiveUnselectedBadgeColor()
SourceListColorScheme
SourceList
item
is unselected and the SourceList
is in an active window.
getActiveUnselectedBadgeColor
in interface SourceListColorScheme
SourceList
item is unselected and the SourceList
is in an active
window.public Color getInativeUnselectedBadgeColor()
SourceListColorScheme
SourceList
item
is unselected and the SourceList
is in an inactive window.
getInativeUnselectedBadgeColor
in interface SourceListColorScheme
SourceList
item is unselected and the SourceList
is in an inactive
window.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |