Modifier and Type | Method and Description |
---|---|
protected abstract void |
IOColorPrint.print(CharSequence text,
OutputListener listener,
boolean important,
Color color)
Prints text with selected color and optionaly add listener for it
|
static void |
IOColorPrint.print(InputOutput io,
CharSequence text,
OutputListener listener,
boolean important,
Color color)
Prints text with selected color and add listener for it
|
protected abstract void |
IOColorLines.println(CharSequence text,
OutputListener listener,
boolean important,
Color color)
Prints line with selected color
|
static void |
IOColorLines.println(InputOutput io,
CharSequence text,
OutputListener listener,
boolean important,
Color color)
Prints line with selected color
|
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. |