|
org.netbeans.modules.extexecution/2 1.21.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LineConvertor
Converts the line to lines for output window. Convertor may change number of lines and add listener to line (invoked when the line is clicked).
InputProcessors.printing(org.openide.windows.OutputWriter, org.netbeans.api.extexecution.print.LineConvertor, boolean),
LineProcessors.printing(org.openide.windows.OutputWriter, org.netbeans.api.extexecution.print.LineConvertor, boolean)| Method Summary | |
|---|---|
List<ConvertedLine> |
convert(String line)
Converts the line to lines for output window. |
| Method Detail |
|---|
@CheckForNull
List<ConvertedLine> convert(@NonNull
String line)
null the line was not handled by the
convertor.
line - input line to convert
null
if the convertor does not handle line at allConvertedLine
|
org.netbeans.modules.extexecution/2 1.21.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||