|
|||||||||
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
Color Palette.
Constructor Summary | |
ColorPalette()
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
abstract Color |
getActiveAlternateBaseColor()
Returns the active alternate background color in views with alternating row colors. |
abstract Color |
getActiveBackgroundColor()
Returns the active background color. |
abstract Color |
getActiveBaseColor()
Returns the active background color for text entry components. |
abstract Color |
getActiveBrightTextColor()
Returns the active bright text color. |
abstract Color |
getActiveButtonColor()
Returns the active button background color. |
abstract Color |
getActiveButtonTextColor()
Returns the active button foreground color. |
abstract Color |
getActiveDarkColor()
Returns the disabled active dark color. |
abstract Color |
getActiveForegroundColor()
Returns the active foreground color. |
abstract Color |
getActiveHighlightColor()
Returns the active highlight color. |
abstract Color |
getActiveHighlightedTextColor()
Returns the active highlighted text color. |
abstract Color |
getActiveLightColor()
Returns the active light color. |
abstract Color |
getActiveLinkColor()
Returns the active link color. |
abstract Color |
getActiveLinkVisitedColor()
Returns the active visited link color. |
abstract Color |
getActiveMidColor()
Returns the active mid color. |
abstract Color |
getActiveMidlightColor()
Returns the active midlight color. |
abstract Color |
getActiveShadowColor()
Returns the active shadow color. |
abstract Color |
getActiveTextColor()
Returns the active foreground color used with Base color. |
abstract Color |
getDisabledAlternateBaseColor()
Returns the disabled alternate background color in views with alternating row colors. |
abstract Color |
getDisabledBackgroundColor()
Returns the disabled background color. |
abstract Color |
getDisabledBaseColor()
Returns the disabled background color for text entry components. |
abstract Color |
getDisabledBrightTextColor()
Returns the disabled bright text color. |
abstract Color |
getDisabledButtonColor()
Returns the disabled button background color. |
abstract Color |
getDisabledButtonTextColor()
Returns the disabled button foreground color. |
abstract Color |
getDisabledDarkColor()
Returns the disabled dark color. |
abstract Color |
getDisabledForegroundColor()
Returns the disabled foreground color. |
abstract Color |
getDisabledHighlightColor()
Returns the disabled highlight color. |
abstract Color |
getDisabledHighlightedTextColor()
Returns the disabled highlighted text color. |
abstract Color |
getDisabledLightColor()
Returns the disabled light color. |
abstract Color |
getDisabledLinkColor()
Returns the disabled link color. |
abstract Color |
getDisabledLinkVisitedColor()
Returns the disabled visited link color. |
abstract Color |
getDisabledMidColor()
Returns the disabled mid color. |
abstract Color |
getDisabledMidlightColor()
Returns the disabled midlight color. |
abstract Color |
getDisabledShadowColor()
Returns the disabled shadow color. |
abstract Color |
getDisabledTextColor()
Returns the disabled foreground color used with Base color. |
abstract Color |
getInactiveAlternateBaseColor()
Returns the inactive alternate background color in views with alternating row colors. |
abstract Color |
getInactiveBackgroundColor()
Returns the inactive background color. |
abstract Color |
getInactiveBaseColor()
Returns the inactive background color for text entry components. |
abstract Color |
getInactiveBrightTextColor()
Returns the inactive bright text color. |
abstract Color |
getInactiveButtonColor()
Returns the inactive button background color. |
abstract Color |
getInactiveButtonTextColor()
Returns the inactive button foreground color. |
abstract Color |
getInactiveDarkColor()
Returns the inactive dark color. |
abstract Color |
getInactiveForegroundColor()
Returns the inactive foreground color. |
abstract Color |
getInactiveHighlightColor()
Returns the inactive highlight color. |
abstract Color |
getInactiveHighlightedTextColor()
Returns the inactive highlighted text color. |
abstract Color |
getInactiveLightColor()
Returns the inactive light color. |
abstract Color |
getInactiveLinkColor()
Returns the inactive link color. |
abstract Color |
getInactiveLinkVisitedColor()
Returns the inactive visited link color. |
abstract Color |
getInactiveMidColor()
Returns the inactive mid color. |
abstract Color |
getInactiveMidlightColor()
Returns the inactive midlight color. |
abstract Color |
getInactiveShadowColor()
Returns the inactive shadow color. |
abstract Color |
getInactiveTextColor()
Returns the inactive foreground color used with Base color. |
abstract java.lang.String |
getName()
Returns the name of the color palette. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ColorPalette()
Method Detail |
public abstract java.lang.String getName()
public abstract Color getActiveBackgroundColor()
public abstract Color getInactiveBackgroundColor()
public abstract Color getDisabledBackgroundColor()
public abstract Color getActiveForegroundColor()
public abstract Color getInactiveForegroundColor()
public abstract Color getDisabledForegroundColor()
public abstract Color getActiveBaseColor()
public abstract Color getInactiveBaseColor()
public abstract Color getDisabledBaseColor()
public abstract Color getActiveAlternateBaseColor()
public abstract Color getInactiveAlternateBaseColor()
public abstract Color getDisabledAlternateBaseColor()
public abstract Color getActiveTextColor()
public abstract Color getInactiveTextColor()
public abstract Color getDisabledTextColor()
public abstract Color getActiveButtonColor()
public abstract Color getInactiveButtonColor()
public abstract Color getDisabledButtonColor()
public abstract Color getActiveButtonTextColor()
public abstract Color getInactiveButtonTextColor()
public abstract Color getDisabledButtonTextColor()
public abstract Color getActiveBrightTextColor()
public abstract Color getInactiveBrightTextColor()
public abstract Color getDisabledBrightTextColor()
public abstract Color getActiveLightColor()
public abstract Color getInactiveLightColor()
public abstract Color getDisabledLightColor()
public abstract Color getActiveMidlightColor()
public abstract Color getInactiveMidlightColor()
public abstract Color getDisabledMidlightColor()
public abstract Color getActiveDarkColor()
public abstract Color getInactiveDarkColor()
public abstract Color getDisabledDarkColor()
public abstract Color getActiveMidColor()
public abstract Color getInactiveMidColor()
public abstract Color getDisabledMidColor()
public abstract Color getActiveShadowColor()
public abstract Color getInactiveShadowColor()
public abstract Color getDisabledShadowColor()
public abstract Color getActiveHighlightColor()
public abstract Color getInactiveHighlightColor()
public abstract Color getDisabledHighlightColor()
public abstract Color getActiveHighlightedTextColor()
public abstract Color getInactiveHighlightedTextColor()
public abstract Color getDisabledHighlightedTextColor()
public abstract Color getActiveLinkColor()
public abstract Color getInactiveLinkColor()
public abstract Color getDisabledLinkColor()
public abstract Color getActiveLinkVisitedColor()
public abstract Color getInactiveLinkVisitedColor()
public abstract Color getDisabledLinkVisitedColor()
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |