public interface IConsole extends IView
GROUP_NAME
Modifier and Type | Method and Description |
---|---|
void |
appendText(String text,
int level)
Append the text to the text that is already diplayed in your console.
|
void |
setDebugColor(Color color)
Set the color for debug messages.
|
void |
setDefaultColor(Color color)
Set the color for default messages.
|
void |
setErrorColor(Color color)
Set the color for error messages.
|
void |
setInfoColor(Color color)
Set the color for info messages.
|
void |
setWarningColor(Color color)
Set the color for warning messages.
|
canClose, getMenuBar, getToolBar, getToolTipText, windowActivated
getComponent, getIcon, getTitle
void setDefaultColor(Color color)
htmlColor
- the new colorvoid setDebugColor(Color color)
htmlColor
- the new colorvoid setInfoColor(Color color)
htmlColor
- the new colorvoid setWarningColor(Color color)
htmlColor
- the new Colorvoid setErrorColor(Color color)
htmlColor
- the new Colorvoid appendText(String text, int level)
text
- the text, that should br displayedlevel
- the level of the text, that should be displayed