|
org.netbeans.modules.extexecution/2 1.25.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.extexecution.print.ConvertedLine
public final class ConvertedLine
Converted line prepared for output window. Wraps the line itself and corresponding listener (if any).
Method Summary | |
---|---|
static ConvertedLine |
forText(String text,
OutputListener listener)
Returns the converted line presenting the given text and with the given listener registered when it is diplayed. |
OutputListener |
getListener()
Returns the corresponding listener for actions taken on the line or null . |
String |
getText()
Returns the text to display. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@NonNull public static ConvertedLine forText(@NonNull String text, @NullAllowed OutputListener listener)
text
- line textlistener
- line listener to register, may be null
@NonNull public String getText()
@CheckForNull public OutputListener getListener()
null
.
null
|
org.netbeans.modules.extexecution/2 1.25.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |