|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use VirtualTerminal | |
|---|---|
| com.sshtools.terminal | This package contains core terminal interfaces and utility classes that enable the creation of a terminal implementation. |
| com.sshtools.terminal.awt | This package contains an AWT implementation of a terminal. |
| com.sshtools.terminal.swing | This package contains a Swing implementation of a terminal. |
| Uses of VirtualTerminal in com.sshtools.terminal |
|---|
| Methods in com.sshtools.terminal with parameters of type VirtualTerminal | |
|---|---|
void |
VirtualTerminalComponent.init(VirtualTerminal terminal)
Initialise the virtual terminal component |
void |
VirtualTerminalListener.screenResized(VirtualTerminal terminal,
int w,
int h,
boolean remoteChange)
The virtual terminal screen has been resized. |
void |
VirtualTerminalAdapter.screenResized(VirtualTerminal terminal,
int w,
int h,
boolean remoteChange)
|
static void |
TerminalUtil.setVirtualTerminalProperties(ResourceProfile profile,
VirtualTerminal terminal)
Configure a VirtualTerminal from a profile using the standard application properties |
| Uses of VirtualTerminal in com.sshtools.terminal.awt |
|---|
| Classes in com.sshtools.terminal.awt that implement VirtualTerminal | |
|---|---|
class |
AWTVirtualTerminal
AWT implementation of a VirtualSession. |
| Methods in com.sshtools.terminal.awt with parameters of type VirtualTerminal | |
|---|---|
void |
AWTScrollBar.init(VirtualTerminal terminal)
|
| Uses of VirtualTerminal in com.sshtools.terminal.swing |
|---|
| Classes in com.sshtools.terminal.swing that implement VirtualTerminal | |
|---|---|
class |
SwingVirtualTerminal
|
| Methods in com.sshtools.terminal.swing with parameters of type VirtualTerminal | |
|---|---|
void |
SwingScrollBar.init(VirtualTerminal terminal)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||