Package | Description |
---|---|
org.scripthelper.context |
Contains the classes whihc manage the context for scripts.
|
org.scripthelper.swing |
Contains the Swing helper classes for the framework.
|
Modifier and Type | Method and Description |
---|---|
default void |
ScriptLogger.appendObjectLink(HyperlinkElement element)
Append a hyperlinked line of text in the message area, with a default color.
|
default void |
ScriptLogger.appendObjectLink(HyperlinkElement element,
java.lang.String htmlColor)
Append a hyperlinked line of text in the message area, with a specific color.
|
default void |
ScriptLogger.appendObjectLinks(java.lang.String txt,
HyperlinkElement... links)
Append a hyperlinked line of text in the message area, with a default color.
|
default void |
ScriptLogger.appendObjectLinks(java.lang.String txt,
java.lang.String htmlColor,
HyperlinkElement... links)
Append a hyperlinked line of text in the message area, with a specified color.
|
Modifier and Type | Method and Description |
---|---|
default void |
ScriptLogger.appendObjectLinks(java.lang.String txt,
java.util.List<HyperlinkElement> links)
Append a hyperlinked line of text in the message area, with a default color.
|
default void |
ScriptLogger.appendObjectLinks(java.lang.String txt,
java.util.List<HyperlinkElement> links,
java.lang.String htmlColor)
Append a hyperlinked line of text in the message area, with a specified color.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSwingScriptLogger.appendObjectLink(HyperlinkElement element)
Append a hyperlinked line of text in the message area, with a default color.
|
void |
DefaultSwingScriptLoggerArea.appendObjectLink(HyperlinkElement element)
Append a hyperlinked line of text in the message area, with a default color.
|
void |
AbstractSwingScriptLogger.appendObjectLink(HyperlinkElement element,
java.lang.String htmlColor)
Append a hyperlinked line of text in the message area, with a specific color.
|
void |
DefaultSwingScriptLoggerArea.appendObjectLink(HyperlinkElement element,
java.lang.String htmlColor)
Append a hyperlinked line of text in the message area, with a specific color.
|
void |
AbstractSwingScriptLogger.appendObjectLinks(java.lang.String txt,
HyperlinkElement... links)
Append a hyperlinked line of text in the message area, with a specified color.
|
void |
AbstractSwingScriptLogger.appendObjectLinks(java.lang.String txt,
java.lang.String htmlColor,
HyperlinkElement... links)
Append a hyperlinked line of text in the message area, with a specified color.
|
void |
DefaultSwingScriptLoggerArea.appendObjectLinks(java.lang.String txt,
java.lang.String htmlColor,
HyperlinkElement... links)
Append a hyperlinked line of text in the message area, with a specified color.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSwingScriptLogger.appendObjectLinks(java.lang.String txt,
java.util.List<HyperlinkElement> links,
java.lang.String htmlColor)
Append a hyperlinked line of text in the message area, with a specified color.
|
void |
DefaultSwingScriptLoggerArea.appendObjectLinks(java.lang.String txt,
java.util.List<HyperlinkElement> links,
java.lang.String htmlColor)
Append a hyperlinked line of text in the message area, with a specified color.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence