Methods in org.openide.windows with parameters of type OutputListener |
abstract void |
OutputWriter.println(String s,
OutputListener l)
Print a line which will be displayed as a hyperlink, calling the
passed OutputListener if it is clicked, if the caret
enters it, or if the enter key is pressed over it. |
void |
OutputWriter.println(String s,
OutputListener l,
boolean important)
Print a line which will be displayed as a hyperlink, calling the
passed OutputListener if it is clicked, if the caret
enters it, or if the enter key is pressed over it. |