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 longserialVersionUIDstatic java.lang.StringSTDERRORstatic java.lang.StringSTDOUT
-
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
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
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
-
-