|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.styles.ColorPalette
yu.ac.bg.etf.javaqx.qswing.styles.CustomColorPalette
Custom Color Palette.
Constructor Summary | |
CustomColorPalette()
Constructs new CustomColorPalette object. |
|
CustomColorPalette(Color backgroundColor)
Constructs new CustomColorPalette object using the specified background color. |
|
CustomColorPalette(java.lang.String name)
Constructs new CustomColorPalette object. |
Method Summary | |
Color |
getActiveAlternateBaseColor()
Returns the active alternate background color in views with alternating row colors. |
Color |
getActiveBackgroundColor()
Returns the active background color. |
Color |
getActiveBaseColor()
Returns the active background color for text entry components. |
Color |
getActiveBrightTextColor()
Returns the active bright text color. |
Color |
getActiveButtonColor()
Returns the active button background color. |
Color |
getActiveButtonTextColor()
Returns the active button foreground color. |
Color |
getActiveDarkColor()
Returns the disabled active dark color. |
Color |
getActiveForegroundColor()
Returns the active foreground color. |
Color |
getActiveHighlightColor()
Returns the active highlight color. |
Color |
getActiveHighlightedTextColor()
Returns the active highlighted text color. |
Color |
getActiveLightColor()
Returns the active light color. |
Color |
getActiveLinkColor()
Returns the active link color. |
Color |
getActiveLinkVisitedColor()
Returns the active visited link color. |
Color |
getActiveMidColor()
Returns the active mid color. |
Color |
getActiveMidlightColor()
Returns the active midlight color. |
Color |
getActiveShadowColor()
Returns the active shadow color. |
Color |
getActiveTextColor()
Returns the active foreground color used with Base color. |
Color |
getDisabledAlternateBaseColor()
Returns the disabled alternate background color in views with alternating row colors. |
Color |
getDisabledBackgroundColor()
Returns the disabled background color. |
Color |
getDisabledBaseColor()
Returns the disabled background color for text entry components. |
Color |
getDisabledBrightTextColor()
Returns the disabled bright text color. |
Color |
getDisabledButtonColor()
Returns the disabled button background color. |
Color |
getDisabledButtonTextColor()
Returns the disabled button foreground color. |
Color |
getDisabledDarkColor()
Returns the disabled dark color. |
Color |
getDisabledForegroundColor()
Returns the disabled foreground color. |
Color |
getDisabledHighlightColor()
Returns the disabled highlight color. |
Color |
getDisabledHighlightedTextColor()
Returns the disabled highlighted text color. |
Color |
getDisabledLightColor()
Returns the disabled light color. |
Color |
getDisabledLinkColor()
Returns the disabled link color. |
Color |
getDisabledLinkVisitedColor()
Returns the disabled visited link color. |
Color |
getDisabledMidColor()
Returns the disabled mid color. |
Color |
getDisabledMidlightColor()
Returns the disabled midlight color. |
Color |
getDisabledShadowColor()
Returns the disabled shadow color. |
Color |
getDisabledTextColor()
Returns the disabled foreground color used with Base color. |
Color |
getInactiveAlternateBaseColor()
Returns the inactive alternate background color in views with alternating row colors. |
Color |
getInactiveBackgroundColor()
Returns the inactive background color. |
Color |
getInactiveBaseColor()
Returns the inactive background color for text entry components. |
Color |
getInactiveBrightTextColor()
Returns the inactive bright text color. |
Color |
getInactiveButtonColor()
Returns the inactive button background color. |
Color |
getInactiveButtonTextColor()
Returns the inactive button foreground color. |
Color |
getInactiveDarkColor()
Returns the inactive dark color. |
Color |
getInactiveForegroundColor()
Returns the inactive foreground color. |
Color |
getInactiveHighlightColor()
Returns the inactive highlight color. |
Color |
getInactiveHighlightedTextColor()
Returns the inactive highlighted text color. |
Color |
getInactiveLightColor()
Returns the inactive light color. |
Color |
getInactiveLinkColor()
Returns the inactive link color. |
Color |
getInactiveLinkVisitedColor()
Returns the inactive visited link color. |
Color |
getInactiveMidColor()
Returns the inactive mid color. |
Color |
getInactiveMidlightColor()
Returns the inactive midlight color. |
Color |
getInactiveShadowColor()
Returns the inactive shadow color. |
Color |
getInactiveTextColor()
Returns the inactive foreground color used with Base color. |
java.lang.String |
getName()
Returns the name of the color palette. |
int |
hashCode()
|
void |
setActiveAlternateBaseColor(Color activeAlternateBaseColor)
Sets active alternate color. |
void |
setActiveBackgroundColor(Color activeBackgroundColor)
Sets active background color. |
void |
setActiveBaseColor(Color activeBaseColor)
Sets active base color. |
void |
setActiveBrightTextColor(Color activeBrightTextColor)
Sets active bright text color. |
void |
setActiveButtonColor(Color activeButtonColor)
Sets active button color. |
void |
setActiveButtonTextColor(Color activeButtonTextColor)
Sets active button text color. |
void |
setActiveDarkColor(Color activeDarkColor)
Sets active dark color. |
void |
setActiveForegroundColor(Color activeForegroundColor)
Sets active foreground color. |
void |
setActiveHighlightColor(Color activeHighlightColor)
Sets active highlight color. |
void |
setActiveHighlightedTextColor(Color activeHighlightedTextColor)
Sets active highlighted text color. |
void |
setActiveLightColor(Color activeLightColor)
Sets active light color. |
void |
setActiveLinkColor(Color activeLinkColor)
Sets active link text color. |
void |
setActiveLinkVisitedColor(Color activeLinkVisitedColor)
Sets active link visited text color. |
void |
setActiveMidColor(Color activeMidColor)
Sets active mid color. |
void |
setActiveMidlightColor(Color activeMidlightColor)
Sets active midlight color. |
void |
setActiveShadowColor(Color activeShadowColor)
Sets active shadow color. |
void |
setActiveTextColor(Color activeTextColor)
Sets active text color. |
void |
setDisabledAlternateBaseColor(Color disabledAlternateBaseColor)
Sets disabled alternate color. |
void |
setDisabledBackgroundColor(Color disabledBackgroundColor)
Sets disabled background color. |
void |
setDisabledBaseColor(Color disabledBaseColor)
Sets disabled base color. |
void |
setDisabledBrightTextColor(Color disabledBrightTextColor)
Sets disabled bright text color. |
void |
setDisabledButtonColor(Color disabledButtonColor)
Sets disabled button color. |
void |
setDisabledButtonTextColor(Color disabledButtonTextColor)
Sets disabled button text color. |
void |
setDisabledDarkColor(Color disabledDarkColor)
Sets disabled dark color. |
void |
setDisabledForegroundColor(Color disabledForegroundColor)
Sets disabled foreground color. |
void |
setDisabledHighlightColor(Color disabledHighlightColor)
Sets disabled highlight color. |
void |
setDisabledHighlightedTextColor(Color disabledHighlightedTextColor)
Sets disabled highlighted text color. |
void |
setDisabledLightColor(Color disabledLightColor)
Sets disabled light color. |
void |
setDisabledLinkColor(Color disabledLinkColor)
Sets disabled link text color. |
void |
setDisabledLinkVisitedColor(Color disabledLinkVisitedColor)
Sets disabled link visited text color. |
void |
setDisabledMidColor(Color disabledMidColor)
Sets disabled mid color. |
void |
setDisabledMidlightColor(Color disabledMidlightColor)
Sets disabled midlight color. |
void |
setDisabledShadowColor(Color disabledShadowColor)
Sets disabled shadow color. |
void |
setDisabledTextColor(Color disabledTextColor)
Sets disabled text color. |
void |
setInactiveAlternateBaseColor(Color inactiveAlternateBaseColor)
Sets inactive alternate color. |
void |
setInactiveBackgroundColor(Color inactiveBackgroundColor)
Sets inactive background color. |
void |
setInactiveBaseColor(Color inactiveBaseColor)
Sets inactive base color. |
void |
setInactiveBrightTextColor(Color inactiveBrightTextColor)
Sets inactive bright text color. |
void |
setInactiveButtonColor(Color inactiveButtonColor)
Sets inactive button color. |
void |
setInactiveButtonTextColor(Color inactiveButtonTextColor)
Sets inactive button text color. |
void |
setInactiveDarkColor(Color inactiveDarkColor)
Sets inactive dark color. |
void |
setInactiveForegroundColor(Color inactiveForegroundColor)
Sets inactive foreground color. |
void |
setInactiveHighlightColor(Color inactiveHighlightColor)
Sets inactive highlight color. |
void |
setInactiveHighlightedTextColor(Color inactiveHighlightedTextColor)
Sets inactive highlighted text color. |
void |
setInactiveLightColor(Color inactiveLightColor)
Sets inactive light color. |
void |
setInactiveLinkColor(Color inactiveLinkColor)
Sets inactive link text color. |
void |
setInactiveLinkVisitedColor(Color inactiveLinkVisitedColor)
Sets inactive link visited text color. |
void |
setInactiveMidColor(Color inactiveMidColor)
Sets inactive mid color. |
void |
setInactiveMidlightColor(Color inactiveMidlightColor)
Sets inactive midlight color. |
void |
setInactiveShadowColor(Color inactiveShadowColor)
Sets inactive shadow color. |
void |
setInactiveTextColor(Color inactiveTextColor)
Sets inactive text color. |
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.styles.ColorPalette |
equals, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String name
protected Color activeBackgroundColor
protected Color inactiveBackgroundColor
protected Color disabledBackgroundColor
protected Color activeForegroundColor
protected Color inactiveForegroundColor
protected Color disabledForegroundColor
protected Color activeBaseColor
protected Color inactiveBaseColor
protected Color disabledBaseColor
protected Color activeAlternateBaseColor
protected Color inactiveAlternateBaseColor
protected Color disabledAlternateBaseColor
protected Color activeTextColor
protected Color inactiveTextColor
protected Color disabledTextColor
protected Color activeButtonColor
protected Color inactiveButtonColor
protected Color disabledButtonColor
protected Color activeButtonTextColor
protected Color inactiveButtonTextColor
protected Color disabledButtonTextColor
protected Color activeBrightTextColor
protected Color inactiveBrightTextColor
protected Color disabledBrightTextColor
protected Color activeLightColor
protected Color inactiveLightColor
protected Color disabledLightColor
protected Color activeMidlightColor
protected Color inactiveMidlightColor
protected Color disabledMidlightColor
protected Color activeDarkColor
protected Color inactiveDarkColor
protected Color disabledDarkColor
protected Color activeMidColor
protected Color inactiveMidColor
protected Color disabledMidColor
protected Color activeShadowColor
protected Color inactiveShadowColor
protected Color disabledShadowColor
protected Color activeHighlightColor
protected Color inactiveHighlightColor
protected Color disabledHighlightColor
protected Color activeHighlightedTextColor
protected Color inactiveHighlightedTextColor
protected Color disabledHighlightedTextColor
protected Color activeLinkColor
protected Color inactiveLinkColor
protected Color disabledLinkColor
protected Color activeLinkVisitedColor
protected Color inactiveLinkVisitedColor
protected Color disabledLinkVisitedColor
Constructor Detail |
public CustomColorPalette()
public CustomColorPalette(java.lang.String name)
name
- the namepublic CustomColorPalette(Color backgroundColor)
backgroundColor
- the background colorMethod Detail |
public void setActiveBackgroundColor(Color activeBackgroundColor)
activeBackgroundColor
- the active background colorpublic void setInactiveBackgroundColor(Color inactiveBackgroundColor)
inactiveBackgroundColor
- the inactive background colorpublic void setDisabledBackgroundColor(Color disabledBackgroundColor)
disabledBackgroundColor
- the disabled background colorpublic void setActiveForegroundColor(Color activeForegroundColor)
activeForegroundColor
- the active foreground colorpublic void setInactiveForegroundColor(Color inactiveForegroundColor)
inactiveForegroundColor
- the inactive foreground colorpublic void setDisabledForegroundColor(Color disabledForegroundColor)
disabledForegroundColor
- the disabled foreground colorpublic void setActiveBaseColor(Color activeBaseColor)
activeBaseColor
- the active base colorpublic void setInactiveBaseColor(Color inactiveBaseColor)
inactiveBaseColor
- the inactive base colorpublic void setDisabledBaseColor(Color disabledBaseColor)
disabledBaseColor
- the disabled base colorpublic void setActiveAlternateBaseColor(Color activeAlternateBaseColor)
activeAlternateBaseColor
- the active alternate colorpublic void setInactiveAlternateBaseColor(Color inactiveAlternateBaseColor)
inactiveAlternateBaseColor
- the inactive alternate colorpublic void setDisabledAlternateBaseColor(Color disabledAlternateBaseColor)
disabledAlternateBaseColor
- the disabled alternate colorpublic void setActiveTextColor(Color activeTextColor)
activeTextColor
- the active text colorpublic void setInactiveTextColor(Color inactiveTextColor)
inactiveTextColor
- the inactive text colorpublic void setDisabledTextColor(Color disabledTextColor)
disabledTextColor
- the disabled text colorpublic void setActiveButtonColor(Color activeButtonColor)
activeButtonColor
- the active button colorpublic void setInactiveButtonColor(Color inactiveButtonColor)
inactiveButtonColor
- the inactive button colorpublic void setDisabledButtonColor(Color disabledButtonColor)
disabledButtonColor
- the disabled button colorpublic void setActiveButtonTextColor(Color activeButtonTextColor)
activeButtonTextColor
- the active button text colorpublic void setInactiveButtonTextColor(Color inactiveButtonTextColor)
inactiveButtonTextColor
- the inactive button text colorpublic void setDisabledButtonTextColor(Color disabledButtonTextColor)
disabledButtonTextColor
- the disabled button text colorpublic void setActiveBrightTextColor(Color activeBrightTextColor)
activeBrightTextColor
- the active bright text colorpublic void setInactiveBrightTextColor(Color inactiveBrightTextColor)
inactiveBrightTextColor
- the inactive bright text colorpublic void setDisabledBrightTextColor(Color disabledBrightTextColor)
disabledBrightTextColor
- the disabled bright text colorpublic void setActiveLightColor(Color activeLightColor)
activeLightColor
- the active light colorpublic void setInactiveLightColor(Color inactiveLightColor)
inactiveLightColor
- the inactive light colorpublic void setDisabledLightColor(Color disabledLightColor)
disabledLightColor
- the disabled light colorpublic void setActiveMidlightColor(Color activeMidlightColor)
activeMidlightColor
- the active midlight colorpublic void setInactiveMidlightColor(Color inactiveMidlightColor)
inactiveMidlightColor
- the inactive midlight colorpublic void setDisabledMidlightColor(Color disabledMidlightColor)
disabledMidlightColor
- the disabled midlight colorpublic void setActiveDarkColor(Color activeDarkColor)
activeDarkColor
- the active dark colorpublic void setInactiveDarkColor(Color inactiveDarkColor)
inactiveDarkColor
- the inactive dark colorpublic void setDisabledDarkColor(Color disabledDarkColor)
disabledDarkColor
- the disabled dark colorpublic void setActiveMidColor(Color activeMidColor)
activeMidColor
- the active mid colorpublic void setInactiveMidColor(Color inactiveMidColor)
inactiveMidColor
- the inactive mid colorpublic void setDisabledMidColor(Color disabledMidColor)
disabledMidColor
- the disabled mid colorpublic void setActiveShadowColor(Color activeShadowColor)
activeShadowColor
- the active shadow colorpublic void setInactiveShadowColor(Color inactiveShadowColor)
inactiveShadowColor
- the inactive shadow colorpublic void setDisabledShadowColor(Color disabledShadowColor)
disabledShadowColor
- the disabled shadow colorpublic void setActiveHighlightColor(Color activeHighlightColor)
activeHighlightColor
- the active highlight colorpublic void setInactiveHighlightColor(Color inactiveHighlightColor)
inactiveHighlightColor
- the inactive highlight colorpublic void setDisabledHighlightColor(Color disabledHighlightColor)
disabledHighlightColor
- the disabled highlight colorpublic void setActiveHighlightedTextColor(Color activeHighlightedTextColor)
activeHighlightedTextColor
- the active highlighted text colorpublic void setInactiveHighlightedTextColor(Color inactiveHighlightedTextColor)
inactiveHighlightedTextColor
- the inactive highlighted text colorpublic void setDisabledHighlightedTextColor(Color disabledHighlightedTextColor)
disabledHighlightedTextColor
- the disabled highlighted text colorpublic void setActiveLinkColor(Color activeLinkColor)
activeLinkColor
- the active link colorpublic void setInactiveLinkColor(Color inactiveLinkColor)
inactiveLinkColor
- the inactive link colorpublic void setDisabledLinkColor(Color disabledLinkColor)
disabledLinkColor
- the disabled link colorpublic void setActiveLinkVisitedColor(Color activeLinkVisitedColor)
activeLinkVisitedColor
- the active link visited colorpublic void setInactiveLinkVisitedColor(Color inactiveLinkVisitedColor)
inactiveLinkVisitedColor
- the inactive link visited colorpublic void setDisabledLinkVisitedColor(Color disabledLinkVisitedColor)
disabledLinkVisitedColor
- the disabled link visited colorpublic int hashCode()
hashCode
in class ColorPalette
public java.lang.String getName()
getName
in class ColorPalette
public Color getActiveBackgroundColor()
getActiveBackgroundColor
in class ColorPalette
public Color getInactiveBackgroundColor()
getInactiveBackgroundColor
in class ColorPalette
public Color getDisabledBackgroundColor()
getDisabledBackgroundColor
in class ColorPalette
public Color getActiveForegroundColor()
getActiveForegroundColor
in class ColorPalette
public Color getInactiveForegroundColor()
getInactiveForegroundColor
in class ColorPalette
public Color getDisabledForegroundColor()
getDisabledForegroundColor
in class ColorPalette
public Color getActiveBaseColor()
getActiveBaseColor
in class ColorPalette
public Color getInactiveBaseColor()
getInactiveBaseColor
in class ColorPalette
public Color getDisabledBaseColor()
getDisabledBaseColor
in class ColorPalette
public Color getActiveAlternateBaseColor()
getActiveAlternateBaseColor
in class ColorPalette
public Color getInactiveAlternateBaseColor()
getInactiveAlternateBaseColor
in class ColorPalette
public Color getDisabledAlternateBaseColor()
getDisabledAlternateBaseColor
in class ColorPalette
public Color getActiveTextColor()
getActiveTextColor
in class ColorPalette
public Color getInactiveTextColor()
getInactiveTextColor
in class ColorPalette
public Color getDisabledTextColor()
getDisabledTextColor
in class ColorPalette
public Color getActiveButtonColor()
getActiveButtonColor
in class ColorPalette
public Color getInactiveButtonColor()
getInactiveButtonColor
in class ColorPalette
public Color getDisabledButtonColor()
getDisabledButtonColor
in class ColorPalette
public Color getActiveButtonTextColor()
getActiveButtonTextColor
in class ColorPalette
public Color getInactiveButtonTextColor()
getInactiveButtonTextColor
in class ColorPalette
public Color getDisabledButtonTextColor()
getDisabledButtonTextColor
in class ColorPalette
public Color getActiveBrightTextColor()
getActiveBrightTextColor
in class ColorPalette
public Color getInactiveBrightTextColor()
getInactiveBrightTextColor
in class ColorPalette
public Color getDisabledBrightTextColor()
getDisabledBrightTextColor
in class ColorPalette
public Color getActiveLightColor()
getActiveLightColor
in class ColorPalette
public Color getInactiveLightColor()
getInactiveLightColor
in class ColorPalette
public Color getDisabledLightColor()
getDisabledLightColor
in class ColorPalette
public Color getActiveMidlightColor()
getActiveMidlightColor
in class ColorPalette
public Color getInactiveMidlightColor()
getInactiveMidlightColor
in class ColorPalette
public Color getDisabledMidlightColor()
getDisabledMidlightColor
in class ColorPalette
public Color getActiveDarkColor()
getActiveDarkColor
in class ColorPalette
public Color getInactiveDarkColor()
getInactiveDarkColor
in class ColorPalette
public Color getDisabledDarkColor()
getDisabledDarkColor
in class ColorPalette
public Color getActiveMidColor()
getActiveMidColor
in class ColorPalette
public Color getInactiveMidColor()
getInactiveMidColor
in class ColorPalette
public Color getDisabledMidColor()
getDisabledMidColor
in class ColorPalette
public Color getActiveShadowColor()
getActiveShadowColor
in class ColorPalette
public Color getInactiveShadowColor()
getInactiveShadowColor
in class ColorPalette
public Color getDisabledShadowColor()
getDisabledShadowColor
in class ColorPalette
public Color getActiveHighlightColor()
getActiveHighlightColor
in class ColorPalette
public Color getInactiveHighlightColor()
getInactiveHighlightColor
in class ColorPalette
public Color getDisabledHighlightColor()
getDisabledHighlightColor
in class ColorPalette
public Color getActiveHighlightedTextColor()
getActiveHighlightedTextColor
in class ColorPalette
public Color getInactiveHighlightedTextColor()
getInactiveHighlightedTextColor
in class ColorPalette
public Color getDisabledHighlightedTextColor()
getDisabledHighlightedTextColor
in class ColorPalette
public Color getActiveLinkColor()
getActiveLinkColor
in class ColorPalette
public Color getInactiveLinkColor()
getInactiveLinkColor
in class ColorPalette
public Color getDisabledLinkColor()
getDisabledLinkColor
in class ColorPalette
public Color getActiveLinkVisitedColor()
getActiveLinkVisitedColor
in class ColorPalette
public Color getInactiveLinkVisitedColor()
getInactiveLinkVisitedColor
in class ColorPalette
public Color getDisabledLinkVisitedColor()
getDisabledLinkVisitedColor
in class ColorPalette
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |