|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VirtualTerminalComponent
All components that are to be added to the VirtualSession implementation
must implement this interface.
A virtual terminal component need not actually be visual, i.e. provide an AWT
or Swing component for display, but if it is it must return a Component from
the getComponent() method.
Each component can be added to any position (north, south, east or west) in any ring.
com.sshtools.terminal.VirtualSession| Method Summary | |
|---|---|
java.awt.Component |
getComponent()
Return the AWT / Swing component this virtual terminal component provides. |
void |
init(VirtualTerminal terminal)
Initialise the virtual terminal component |
| Method Detail |
|---|
void init(VirtualTerminal terminal)
terminal - java.awt.Component getComponent()
null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||