com.lowagie.rups.view

Class Console.ConsoleStyleContext

class Console.ConsoleStyleContext extends StyleContext

The style context defining the styles of each type of PrintStream.
Field Summary
static StringCUSTOM
The name of the Style used for Custom messages
static longserialVersionUID
A Serial Version UID.
static StringSYSTEMERR
The name of the Style used for System.err
static StringSYSTEMOUT
The name of the Style used for System.out
Constructor Summary
ConsoleStyleContext()
Creates the style context for the Console.

Field Detail

CUSTOM

public static final String CUSTOM
The name of the Style used for Custom messages

serialVersionUID

private static final long serialVersionUID
A Serial Version UID.

SYSTEMERR

public static final String SYSTEMERR
The name of the Style used for System.err

SYSTEMOUT

public static final String SYSTEMOUT
The name of the Style used for System.out

Constructor Detail

ConsoleStyleContext

public ConsoleStyleContext()
Creates the style context for the Console.