|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use StatusElement | |
|---|---|
| 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. |
| com.sshtools.virtualsession.status | |
| com.sshtools.virtualsession.status.awt | |
| com.sshtools.virtualsession.status.swing | |
| Uses of StatusElement in com.sshtools.terminal |
|---|
| Methods in com.sshtools.terminal with parameters of type StatusElement | |
|---|---|
void |
TerminalStatusBar.addElement(StatusElement element)
Add an element to the status bar. |
| Uses of StatusElement in com.sshtools.terminal.awt |
|---|
| Classes in com.sshtools.terminal.awt that implement StatusElement | |
|---|---|
class |
AWTDataLights
Implementation of a StatusElement that monitors and displays when data is sending or receiving using a red and
green L.E.D graphics that 'flash'. |
class |
AWTStatusScreenSizeMonitor
Implementation of a StatusElement that monitors the screen size for display
on a status bar. |
| Uses of StatusElement in com.sshtools.terminal.swing |
|---|
| Classes in com.sshtools.terminal.swing that implement StatusElement | |
|---|---|
class |
SwingDataLights
Implementation of a StatusElement that monitors a connection
and flashes red and green LEDs when data is sent and received. |
class |
SwingStatusConnectionMonitor
Implementation of a StatusElement that monitors the connections to and disconnections from hots. |
class |
SwingStatusScreenSizeMonitor
Extension of a SwingStatusLabel that monitors the screen size for display on a status bar. |
| Uses of StatusElement in com.sshtools.virtualsession.status |
|---|
| Methods in com.sshtools.virtualsession.status with parameters of type StatusElement | |
|---|---|
void |
StatusBar.addElement(StatusElement element)
Add an element to the status bar. |
| Uses of StatusElement in com.sshtools.virtualsession.status.awt |
|---|
| Classes in com.sshtools.virtualsession.status.awt that implement StatusElement | |
|---|---|
class |
AWTStatusConnectionMonitor
Extension of AWTStatusLabel that monitors the connections to and disconnections
from hots. |
class |
AWTStatusLabel
Implementation of a StatusElement that uses a AWT to paint status element
as a label. |
| Methods in com.sshtools.virtualsession.status.awt with parameters of type StatusElement | |
|---|---|
void |
AWTStatusBar.addElement(StatusElement element)
|
| Uses of StatusElement in com.sshtools.virtualsession.status.swing |
|---|
| Classes in com.sshtools.virtualsession.status.swing that implement StatusElement | |
|---|---|
class |
SwingStatusLabel
Implementation of a StatusElemet that uses a Swing JLabel
as its component. |
| Methods in com.sshtools.virtualsession.status.swing with parameters of type StatusElement | |
|---|---|
void |
SwingStatusBar.addElement(StatusElement element)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||