Package com.lowagie.rups.view
Class Console.ConsoleStyleContext
- java.lang.Object
-
- javax.swing.text.StyleContext
-
- com.lowagie.rups.view.Console.ConsoleStyleContext
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.text.AbstractDocument.AttributeContext
- Enclosing class:
- Console
class Console.ConsoleStyleContext extends javax.swing.text.StyleContextThe style context defining the styles of each type of PrintStream.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCUSTOMThe name of the Style used for Custom messagesprivate static longserialVersionUIDA Serial Version UID.static java.lang.StringSYSTEMERRThe name of the Style used for System.errstatic java.lang.StringSYSTEMOUTThe name of the Style used for System.out
-
Constructor Summary
Constructors Constructor Description 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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
A Serial Version UID.- See Also:
- Constant Field Values
-
CUSTOM
public static final java.lang.String CUSTOM
The name of the Style used for Custom messages- See Also:
- Constant Field Values
-
SYSTEMOUT
public static final java.lang.String SYSTEMOUT
The name of the Style used for System.out- See Also:
- Constant Field Values
-
SYSTEMERR
public static final java.lang.String SYSTEMERR
The name of the Style used for System.err- See Also:
- Constant Field Values
-
-