Package com.lowagie.toolbox
Class Toolbox.Console.ErrorContext
- java.lang.Object
-
- javax.swing.text.StyleContext
-
- com.lowagie.toolbox.Toolbox.Console.ErrorContext
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.text.AbstractDocument.AttributeContext
- Enclosing class:
- Toolbox.Console
class Toolbox.Console.ErrorContext extends javax.swing.text.StyleContext
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
static java.lang.String
STDERROR
static java.lang.String
STDOUT
-
Constructor Summary
Constructors Constructor Description ErrorContext()
-
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
-
STDERROR
public static final java.lang.String STDERROR
- See Also:
- Constant Field Values
-
STDOUT
public static final java.lang.String STDOUT
- See Also:
- Constant Field Values
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-