public interface IConsole
Modifier and Type | Field and Description |
---|---|
static int |
BUTTON_CLEAR
This is an option to show the Clear button, AND the event type generated
when that button is pressed.
|
static int |
BUTTON_CLOSE
This is an option to show the Close button, AND the event type generated
when that button is pressed.
|
static int |
BUTTON_HIDE
This is an option to show the Hide button, AND the event type generated
when that button is pressed.
|
static int |
BUTTON_STOP
This is an option to show the Stop button, AND the event type generated
when that button is pressed.
|
static int |
OPTION_DONT_PUT_IN_WINDOW |
static int |
OPTION_READ_ONLY |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
close() |
void |
doDefaultAction(Event ev) |
EventDispatcher |
getEventDispatcher() |
Reader |
getReader() |
Writer |
getWriter() |
void |
setVisible(boolean vis) |
static final int BUTTON_STOP
static final int BUTTON_CLOSE
static final int BUTTON_CLEAR
static final int BUTTON_HIDE
static final int OPTION_READ_ONLY
static final int OPTION_DONT_PUT_IN_WINDOW
Writer getWriter()
Reader getReader()
void setVisible(boolean vis)
void close()
void clear()
EventDispatcher getEventDispatcher()
void doDefaultAction(Event ev)