Package org.openpdf.rups.view
Class Console.ConsoleStyleContext
java.lang.Object
javax.swing.text.StyleContext
org.openpdf.rups.view.Console.ConsoleStyleContext
- All Implemented Interfaces:
Serializable,AbstractDocument.AttributeContext
- Enclosing class:
- Console
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
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the Style used for Custom messagesprivate static final longA Serial Version UID.static final StringThe name of the Style used for System.errstatic final StringThe name of the Style used for System.outFields inherited from class javax.swing.text.StyleContext
DEFAULT_STYLE -
Constructor Summary
Constructors -
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 Details
-
CUSTOM
The name of the Style used for Custom messages- See Also:
-
SYSTEMOUT
The name of the Style used for System.out- See Also:
-
SYSTEMERR
The name of the Style used for System.err- See Also:
-
serialVersionUID
private static final long serialVersionUIDA Serial Version UID.- See Also:
-
-
Constructor Details
-
ConsoleStyleContext
public ConsoleStyleContext()Creates the style context for the Console.
-