Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
Modifier and Type | Method and Description |
---|---|
TTerminalWindow |
TApplication.openTerminal(int x,
int y)
Convenience function to open a terminal window.
|
TTerminalWindow |
TApplication.openTerminal(int x,
int y,
boolean closeOnExit)
Convenience function to open a terminal window.
|
TTerminalWindow |
TApplication.openTerminal(int x,
int y,
int flags)
Convenience function to open a terminal window.
|
TTerminalWindow |
TApplication.openTerminal(int x,
int y,
int flags,
boolean closeOnExit)
Convenience function to open a terminal window.
|
TTerminalWindow |
TApplication.openTerminal(int x,
int y,
int flags,
java.lang.String commandLine)
Convenience function to open a terminal window and execute a custom
command line inside it.
|
TTerminalWindow |
TApplication.openTerminal(int x,
int y,
int flags,
java.lang.String[] command)
Convenience function to open a terminal window and execute a custom
command line inside it.
|
TTerminalWindow |
TApplication.openTerminal(int x,
int y,
int flags,
java.lang.String[] command,
boolean closeOnExit)
Convenience function to open a terminal window and execute a custom
command line inside it.
|
TTerminalWindow |
TApplication.openTerminal(int x,
int y,
int flags,
java.lang.String commandLine,
boolean closeOnExit)
Convenience function to open a terminal window and execute a custom
command line inside it.
|
TTerminalWindow |
TApplication.openTerminal(int x,
int y,
java.lang.String commandLine)
Convenience function to open a terminal window and execute a custom
command line inside it.
|
TTerminalWindow |
TApplication.openTerminal(int x,
int y,
java.lang.String commandLine,
boolean closeOnExit)
Convenience function to open a terminal window and execute a custom
command line inside it.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.