public class DefaultScriptLogger extends java.lang.Object implements ScriptLogger
| Constructor and Description |
|---|
DefaultScriptLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.String txt)
Append a line of text in the message area, with a default color.
|
void |
append(java.lang.String txt,
java.lang.String htmlColor)
Append a line of text in the message area, with a specific color.
|
void |
appendError(java.lang.String txt)
Append a line of text in the message area, colored in red (for errors).
|
void |
appendLink(java.lang.String txt,
java.lang.String linkID)
Append a hyperlinked line of text in the message area, with a default color.
|
void |
appendLink(java.lang.String txt,
java.lang.String linkID,
java.lang.String htmlColor)
Append a hyperlinked line of text in the message area, with a specific color.
|
void |
appendLinks(java.lang.String txt,
java.util.List<java.lang.String> linkIDs,
java.lang.String htmlColor)
Append a hyperlinked line of text in the message area, with a specified color.
|
void |
clearTab()
Clear the current value of the tab for the text.
|
java.lang.String |
getTab()
Return the tab that can be usage for a text content.
|
void |
setTab(int tabs)
Set the current value for of the tab for the text.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptNullObjectLinks, appendArrayLinks, appendColorArrayLinks, appendError, appendLinks, appendObjectLink, appendObjectLink, appendObjectLinks, appendObjectLinks, appendObjectLinks, appendObjectLinks, appendStackTrace, clear, finishedScript, newLine, registerHyperLinkListener, registerLinkIndexConverter, setLoggerTitle, setProgress, setStatusMessagepublic void append(java.lang.String txt)
append in interface ScriptLoggertxt - the textpublic void append(java.lang.String txt,
java.lang.String htmlColor)
append in interface ScriptLoggertxt - the texthtmlColor - the HTML color to use for the textpublic void appendLink(java.lang.String txt,
java.lang.String linkID)
appendLink in interface ScriptLoggertxt - the textlinkID - the hyperlink IDpublic void appendLink(java.lang.String txt,
java.lang.String linkID,
java.lang.String htmlColor)
appendLink in interface ScriptLoggertxt - the textlinkID - the hyperlink IDhtmlColor - the HTML color to use for the textpublic void appendLinks(java.lang.String txt,
java.util.List<java.lang.String> linkIDs,
java.lang.String htmlColor)
appendLinks in interface ScriptLoggertxt - the textlinkIDs - the hyperlinks IDshtmlColor - the colorpublic void appendError(java.lang.String txt)
appendError in interface ScriptLoggertxt - the textpublic void clearTab()
clearTab in interface ScriptLoggerpublic void setTab(int tabs)
tabssetTab in interface ScriptLoggertabs - the current value for of the tab for the textpublic java.lang.String getTab()
getTab in interface ScriptLoggerCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence