|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.uzh.ifi.attempto.echocomp.Style
public class Style
This class defines some style attributes that are used by the components of this package.
Field Summary | |
---|---|
static nextapp.echo2.app.Color |
darkBackground
The dark background color. |
static nextapp.echo2.app.Color |
darkDisabled
The dark color for disabled components |
static nextapp.echo2.app.Color |
darkForeground
The dark foreground color. |
static nextapp.echo2.app.Font.Typeface |
fontTypeface
The font typeface. |
static nextapp.echo2.app.Color |
lightBackground
The light background color. |
static nextapp.echo2.app.Color |
lightDisabled
The light color for disabled components |
static nextapp.echo2.app.Color |
lightForeground
The light foreground color. |
static nextapp.echo2.app.Color |
mediumBackground
The medium background color. |
static nextapp.echo2.app.Color |
mediumForeground
The medium foreground color. |
static nextapp.echo2.app.StyleSheet |
styleSheet
The style sheet containing the shadows for internal windows. |
static nextapp.echo2.app.Color |
windowTitleBackground
The color for the title background of internal windows. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static nextapp.echo2.app.StyleSheet styleSheet
public static nextapp.echo2.app.Color lightBackground
public static nextapp.echo2.app.Color mediumBackground
public static nextapp.echo2.app.Color darkBackground
public static nextapp.echo2.app.Color lightForeground
public static nextapp.echo2.app.Color mediumForeground
public static nextapp.echo2.app.Color darkForeground
public static nextapp.echo2.app.Color lightDisabled
public static nextapp.echo2.app.Color darkDisabled
public static nextapp.echo2.app.Color windowTitleBackground
public static nextapp.echo2.app.Font.Typeface fontTypeface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |