com.lowagie.rups.view
Class Console.ConsoleStyleContext

java.lang.Object
  extended by javax.swing.text.StyleContext
      extended by com.lowagie.rups.view.Console.ConsoleStyleContext
All Implemented Interfaces:
Serializable, AbstractDocument.AttributeContext
Enclosing class:
Console

 class Console.ConsoleStyleContext
extends StyleContext

The style context defining the styles of each type of PrintStream.


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.text.StyleContext
StyleContext.NamedStyle, StyleContext.SmallAttributeSet
 
Field Summary
static String CUSTOM
          The name of the Style used for Custom messages
private static long serialVersionUID
          A Serial Version UID.
static String SYSTEMERR
          The name of the Style used for System.err
static String SYSTEMOUT
          The name of the Style used for System.out
 
Fields inherited from class javax.swing.text.StyleContext
DEFAULT_STYLE
 
Constructor Summary
Console.ConsoleStyleContext()
          Creates the style context for the Console.
 
Method Summary
 
Methods inherited from class javax.swing.text.StyleContext
addAttribute, addAttributes, addChangeListener, addStyle, createLargeAttributeSet, createSmallAttributeSet, getBackground, getChangeListeners, getCompressionThreshold, getDefaultStyleContext, getEmptySet, getFont, getFont, getFontMetrics, getForeground, getStaticAttribute, getStaticAttributeKey, getStyle, getStyleNames, readAttributes, readAttributeSet, reclaim, registerStaticAttributeKey, removeAttribute, removeAttributes, removeAttributes, removeChangeListener, removeStyle, toString, writeAttributes, writeAttributeSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
A Serial Version UID.

See Also:
Constant Field Values

CUSTOM

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

See Also:
Constant Field Values

SYSTEMOUT

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

See Also:
Constant Field Values

SYSTEMERR

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

See Also:
Constant Field Values
Constructor Detail

Console.ConsoleStyleContext

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


Hosted by Hostbasket