|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SourceListColorScheme
An interface to provide a set of Painters and colors to use when painting a
SourceList.
| 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. |
| Method Detail |
|---|
com.explodingpixels.painter.Painter<java.awt.Component> getActiveFocusedSelectedItemPainter()
Painter to use for drawing the SourceList selection when the
SourceList is in the active window and has focus.
Painter to use for painting the selection in an active window where the
SourceList has focus.com.explodingpixels.painter.Painter<java.awt.Component> getActiveUnfocusedSelectedItemPainter()
Painter to use for drawing the SourceList selection when the
SourceList is in the active window and does not have focus.
Painter to use for painting the selection in an active window where the
SourceList does not have focus.com.explodingpixels.painter.Painter<java.awt.Component> getInactiveSelectedItemPainter()
Painter to use for drawing the SourceList selection when the
SourceList is in an inactive window.
Painter to use for painting the selection in an inactive window.java.awt.Color getCategoryTextColor()
SourceList category with.
SourceList category textwith.java.awt.Color getCategoryTextShadowColor()
SourceList category's shadow with.
SourceList category text's shadow with.java.awt.Color getUnselectedItemTextColor()
SourceList item with.
SourceList item with.java.awt.Color getSelectedItemTextColor()
SourceList item with.
SourceList item with.java.awt.Color getSelectedItemFontShadowColor()
SourceList item's shadow with.
SourceList item's shadow with.java.awt.Color getActiveBackgroundColor()
SourceList when it is in an active window.
SourceList when it is in an active window.java.awt.Color getInactiveBackgroundColor()
SourceList when it is in an inactive window.
SourceList when it is in an inactive window.javax.swing.Icon getUnselectedCollapsedIcon()
SourceList node is collapsed and unselected.
SourceList node is collapsed and unselected.javax.swing.Icon getUnselectedExpandedIcon()
SourceList node is expanded and unselected.
SourceList node is expanded and unselected.javax.swing.Icon getSelectedCollapsedIcon()
SourceList node is collapsed and selected.
SourceList node is collapsed and selected.javax.swing.Icon getSelectedExpandedIcon()
SourceList node is expanded and selected.
SourceList node is expanded and selected.java.awt.Color getBadgeTextColor()
java.awt.Color getSelectedBadgeColor()
SourceList item
is selected. This color is used regardless of the wheter the parent window is active or
inactive.
SourceList item is selectedjava.awt.Color getActiveUnselectedBadgeColor()
SourceList item
is unselected and the SourceList is in an active window.
SourceList item is unselected and the SourceList is in an active
window.java.awt.Color getInativeUnselectedBadgeColor()
SourceList item
is unselected and the SourceList is in an inactive window.
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 | |||||||