|
|||||||||
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.SystemColorPalette
System Color Palette.
Constructor Summary | |
SystemColorPalette()
Constructs new SystemColorPalette object. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
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()
|
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.styles.ColorPalette |
toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SystemColorPalette()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class ColorPalette
public 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 |