| |
|
| javax.swing.JTextPane org.underworldlabs.swing.StyledLogPane
StyledLogPane | public class StyledLogPane extends JTextPane (Code) | | Appending text pane with styled (coloured) text for process logging.
author: Takis Diakoumis version: $Revision: 1.4 $ |
ACTION_MESSAGE | final public static int ACTION_MESSAGE(Code) | | Indicates an action message (blue)
|
ACTION_MESSAGE_PREFORMAT | final public static int ACTION_MESSAGE_PREFORMAT(Code) | | Indicates an action message (blue) in fixed-width font
|
ERROR_MESSAGE | final public static int ERROR_MESSAGE(Code) | | Indicates an error message (red)
|
ERROR_MESSAGE_PREFORMAT | final public static int ERROR_MESSAGE_PREFORMAT(Code) | | Indicates an error message (red) in fixed-width font
|
PLAIN_MESSAGE | final public static int PLAIN_MESSAGE(Code) | | Indicates a normal output message (black)
|
PLAIN_MESSAGE_PREFORMAT | final public static int PLAIN_MESSAGE_PREFORMAT(Code) | | Indicates a normal output message (black) in fixed-width font
|
WARNING_MESSAGE | final public static int WARNING_MESSAGE(Code) | | Indicates a normal output message (dark orange)
|
WARNING_MESSAGE_PREFORMAT | final public static int WARNING_MESSAGE_PREFORMAT(Code) | | Indicates a normal output message (dark orange) in fixed-width font
|
StyledLogPane | public StyledLogPane()(Code) | | |
appendActionFixedWidth | public void appendActionFixedWidth(String text)(Code) | | |
appendErrorFixedWidth | public void appendErrorFixedWidth(String text)(Code) | | |
appendPlainFixedWidth | public void appendPlainFixedWidth(String text)(Code) | | |
appendWarningFixedWidth | public void appendWarningFixedWidth(String text)(Code) | | |
isEditable | public boolean isEditable()(Code) | | |
|
|
|