|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.explodingpixels.macwidgets.SourceListStandardColorScheme
public class SourceListStandardColorScheme
A SourceListColorScheme that provides Painters and colors to render a standard
Mac SourceList:
SourceList.setColorScheme(SourceListColorScheme),
SourceListTreeUI.setColorScheme(SourceListColorScheme)| Field Summary | |
|---|---|
static javax.swing.Icon |
UNSELECTED_COLLAPSED_ICON
|
| Constructor Summary | |
|---|---|
SourceListStandardColorScheme()
|
|
| Method Summary | |
|---|---|
java.awt.Color |
getActiveBackgroundColor()
The background color of the SourceList when it is in an active window. |
com.explodingpixels.painter.Painter<java.awt.Component> |
getActiveFocusedSelectedItemPainter()
The Painter to use for drawing the SourceList selection when the
SourceList is in the active window and has focus. |
com.explodingpixels.painter.Painter<java.awt.Component> |
getActiveUnfocusedSelectedItemPainter()
The Painter to use for drawing the SourceList selection when the
SourceList is in the active window and does not have focus. |
java.awt.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. |
java.awt.Color |
getBadgeTextColor()
The color to draw a badge's text with. |
java.awt.Color |
getCategoryTextColor()
The color to draw a SourceList category with. |
java.awt.Color |
getCategoryTextShadowColor()
The color to draw a SourceList category's shadow with. |
java.awt.Color |
getInactiveBackgroundColor()
The background color of the SourceList when it is in an inactive window. |
com.explodingpixels.painter.Painter<java.awt.Component> |
getInactiveSelectedItemPainter()
The Painter to use for drawing the SourceList selection when the
SourceList is in an inactive window. |
java.awt.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. |
java.awt.Color |
getSelectedBadgeColor()
The color to draw a badge's background with when it's corresponding SourceList item
is selected. |
javax.swing.Icon |
getSelectedCollapsedIcon()
The icon to use when a SourceList node is collapsed and selected. |
javax.swing.Icon |
getSelectedExpandedIcon()
The icon to use when a SourceList node is expanded and selected. |
java.awt.Color |
getSelectedItemFontShadowColor()
The color to draw a selected SourceList item's shadow with. |
java.awt.Color |
getSelectedItemTextColor()
The color to draw a selected SourceList item with. |
javax.swing.Icon |
getUnselectedCollapsedIcon()
The icon to use when a SourceList node is collapsed and unselected. |
javax.swing.Icon |
getUnselectedExpandedIcon()
The icon to use when a SourceList node is expanded and unselected. |
java.awt.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 |
| Field Detail |
|---|
public static final javax.swing.Icon UNSELECTED_COLLAPSED_ICON
| Constructor Detail |
|---|
public SourceListStandardColorScheme()
| Method Detail |
|---|
public com.explodingpixels.painter.Painter<java.awt.Component> getActiveFocusedSelectedItemPainter()
SourceListColorSchemePainter to use for drawing the SourceList selection when the
SourceList is in the active window and has focus.
getActiveFocusedSelectedItemPainter in interface SourceListColorSchemePainter to use for painting the selection in an active window where the
SourceList has focus.public com.explodingpixels.painter.Painter<java.awt.Component> getActiveUnfocusedSelectedItemPainter()
SourceListColorSchemePainter to use for drawing the SourceList selection when the
SourceList is in the active window and does not have focus.
getActiveUnfocusedSelectedItemPainter in interface SourceListColorSchemePainter to use for painting the selection in an active window where the
SourceList does not have focus.public com.explodingpixels.painter.Painter<java.awt.Component> getInactiveSelectedItemPainter()
SourceListColorSchemePainter to use for drawing the SourceList selection when the
SourceList is in an inactive window.
getInactiveSelectedItemPainter in interface SourceListColorSchemePainter to use for painting the selection in an inactive window.public java.awt.Color getCategoryTextColor()
SourceListColorSchemeSourceList category with.
getCategoryTextColor in interface SourceListColorSchemeSourceList category textwith.public java.awt.Color getCategoryTextShadowColor()
SourceListColorSchemeSourceList category's shadow with.
getCategoryTextShadowColor in interface SourceListColorSchemeSourceList category text's shadow with.public java.awt.Color getUnselectedItemTextColor()
SourceListColorSchemeSourceList item with.
getUnselectedItemTextColor in interface SourceListColorSchemeSourceList item with.public java.awt.Color getSelectedItemTextColor()
SourceListColorSchemeSourceList item with.
getSelectedItemTextColor in interface SourceListColorSchemeSourceList item with.public java.awt.Color getSelectedItemFontShadowColor()
SourceListColorSchemeSourceList item's shadow with.
getSelectedItemFontShadowColor in interface SourceListColorSchemeSourceList item's shadow with.public java.awt.Color getActiveBackgroundColor()
SourceListColorSchemeSourceList when it is in an active window.
getActiveBackgroundColor in interface SourceListColorSchemeSourceList when it is in an active window.public java.awt.Color getInactiveBackgroundColor()
SourceListColorSchemeSourceList when it is in an inactive window.
getInactiveBackgroundColor in interface SourceListColorSchemeSourceList when it is in an inactive window.public javax.swing.Icon getUnselectedCollapsedIcon()
SourceListColorSchemeSourceList node is collapsed and unselected.
getUnselectedCollapsedIcon in interface SourceListColorSchemeSourceList node is collapsed and unselected.public javax.swing.Icon getUnselectedExpandedIcon()
SourceListColorSchemeSourceList node is expanded and unselected.
getUnselectedExpandedIcon in interface SourceListColorSchemeSourceList node is expanded and unselected.public javax.swing.Icon getSelectedCollapsedIcon()
SourceListColorSchemeSourceList node is collapsed and selected.
getSelectedCollapsedIcon in interface SourceListColorSchemeSourceList node is collapsed and selected.public javax.swing.Icon getSelectedExpandedIcon()
SourceListColorSchemeSourceList node is expanded and selected.
getSelectedExpandedIcon in interface SourceListColorSchemeSourceList node is expanded and selected.public java.awt.Color getBadgeTextColor()
SourceListColorScheme
getBadgeTextColor in interface SourceListColorSchemepublic java.awt.Color getSelectedBadgeColor()
SourceListColorSchemeSourceList item
is selected. This color is used regardless of the wheter the parent window is active or
inactive.
getSelectedBadgeColor in interface SourceListColorSchemeSourceList item is selectedpublic java.awt.Color getActiveUnselectedBadgeColor()
SourceListColorSchemeSourceList item
is unselected and the SourceList is in an active window.
getActiveUnselectedBadgeColor in interface SourceListColorSchemeSourceList item is unselected and the SourceList is in an active
window.public java.awt.Color getInativeUnselectedBadgeColor()
SourceListColorSchemeSourceList item
is unselected and the SourceList is in an inactive window.
getInativeUnselectedBadgeColor in interface SourceListColorSchemeSourceList 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 | |||||||