Serialized Form


Package com.sshtools.j2ssh

Class com.sshtools.j2ssh.SshException implements Serializable


Package com.sshtools.j2ssh.authentication

Class com.sshtools.j2ssh.authentication.AuthenticationProtocolException implements Serializable

Class com.sshtools.j2ssh.authentication.PasswordAuthenticationDialog implements Serializable

Serialized Fields

xYLayoutMain

XYLayout xYLayoutMain
Dialog components


jPanelDetails

javax.swing.JPanel jPanelDetails

xYLayoutDetails

XYLayout xYLayoutDetails

jLabelPassword

javax.swing.JLabel jLabelPassword

jPasswordField

javax.swing.JPasswordField jPasswordField

jButtonOK

javax.swing.JButton jButtonOK

jTextUsername

javax.swing.JTextField jTextUsername

jLabelUsername

javax.swing.JLabel jLabelUsername

icon

ImagePanel icon

userCancelled

boolean userCancelled

Flag to indicate whether the user cancelled the dialog or not.


jButtonCancel

javax.swing.JButton jButtonCancel


Package com.sshtools.j2ssh.configuration

Class com.sshtools.j2ssh.configuration.AuthenticationConfiguration implements Serializable

Class com.sshtools.j2ssh.configuration.AuthenticationMethod implements Serializable

Class com.sshtools.j2ssh.configuration.CipherAlgorithm implements Serializable

Class com.sshtools.j2ssh.configuration.CipherConfiguration implements Serializable

Class com.sshtools.j2ssh.configuration.CompressionAlgorithm implements Serializable

Class com.sshtools.j2ssh.configuration.CompressionConfiguration implements Serializable

Class com.sshtools.j2ssh.configuration.InvalidConnectionFileException implements Serializable

Class com.sshtools.j2ssh.configuration.KeyExchangeAlgorithm implements Serializable

Class com.sshtools.j2ssh.configuration.KeyExchangeConfiguration implements Serializable

Class com.sshtools.j2ssh.configuration.MacAlgorithm implements Serializable

Class com.sshtools.j2ssh.configuration.MacConfiguration implements Serializable

Class com.sshtools.j2ssh.configuration.PreferredCompression implements Serializable

Class com.sshtools.j2ssh.configuration.PreferredEncryption implements Serializable

Class com.sshtools.j2ssh.configuration.PreferredMac implements Serializable

Class com.sshtools.j2ssh.configuration.PublicKeyAlgorithm implements Serializable

Class com.sshtools.j2ssh.configuration.PublicKeyConfiguration implements Serializable

Class com.sshtools.j2ssh.configuration.SshAPIConfiguration implements Serializable

Class com.sshtools.j2ssh.configuration.SshConnection implements Serializable


Package com.sshtools.j2ssh.connection

Class com.sshtools.j2ssh.connection.WindowSpaceNotAvailableException implements Serializable


Package com.sshtools.j2ssh.transport

Class com.sshtools.j2ssh.transport.AlgorithmInitializationException implements Serializable

Class com.sshtools.j2ssh.transport.AlgorithmNotAgreedException implements Serializable

Class com.sshtools.j2ssh.transport.AlgorithmNotSupportedException implements Serializable

Class com.sshtools.j2ssh.transport.AlgorithmOperationException implements Serializable

Class com.sshtools.j2ssh.transport.AllowHost implements Serializable

Class com.sshtools.j2ssh.transport.DenyHost implements Serializable

Class com.sshtools.j2ssh.transport.HostAuthorizations implements Serializable

Class com.sshtools.j2ssh.transport.InvalidHostFileException implements Serializable

Class com.sshtools.j2ssh.transport.InvalidMessageException implements Serializable

Class com.sshtools.j2ssh.transport.InvalidStateException implements Serializable

Class com.sshtools.j2ssh.transport.MessageAlreadyRegisteredException implements Serializable

Class com.sshtools.j2ssh.transport.MessageNotRegisteredException implements Serializable

Class com.sshtools.j2ssh.transport.ServiceOperationException implements Serializable

Class com.sshtools.j2ssh.transport.TransportProtocolException implements Serializable


Package com.sshtools.j2ssh.transport.cipher

Class com.sshtools.j2ssh.transport.cipher.SshCipherFactory implements Serializable


Package com.sshtools.j2ssh.transport.kex

Class com.sshtools.j2ssh.transport.kex.KeyExchangeException implements Serializable


Package com.sshtools.j2ssh.transport.publickey

Class com.sshtools.j2ssh.transport.publickey.InvalidHostKeyException implements Serializable

Class com.sshtools.j2ssh.transport.publickey.InvalidHostKeySignatureException implements Serializable


Package com.sshtools.sshterm

Class com.sshtools.sshterm.CenterableDialog implements Serializable

Class com.sshtools.sshterm.OpenAction implements Serializable

Class com.sshtools.sshterm.SaveAction implements Serializable

Class com.sshtools.sshterm.SshTerminalFrame implements Serializable

Serialized Fields

jLabelStatus

javax.swing.JLabel jLabelStatus

TERMINAL_ICON

java.lang.String TERMINAL_ICON
See Also:
Constant Field Values

mouseHandler

com.sshtools.sshterm.SshTerminalFrame.MouseHandler mouseHandler

session

SessionClient session

terminal

TerminalPanel terminal

hostKeyVerification

HostKeyVerification hostKeyVerification

emulation

TerminalEmulation emulation
The emulation object


newAction

NewAction newAction

openAction

OpenAction openAction

saveAction

SaveAction saveAction

closeAction

CloseAction closeAction

exitAction

ExitAction exitAction

actions

java.util.Vector actions

current

SshConnectionProperties current

statusText

java.lang.String statusText

contentPane

javax.swing.JPanel contentPane

titledBorder1

javax.swing.border.TitledBorder titledBorder1

borderLayout1

java.awt.BorderLayout borderLayout1


Package com.sshtools.sshterm.emulation

Class com.sshtools.sshterm.emulation.TerminalPanel implements Serializable

Serialized Fields

buffer

VDUBuffer buffer
the VDU buffer


insets

java.awt.Insets insets

raised

boolean raised

normalFont

java.awt.Font normalFont

fm

java.awt.FontMetrics fm

charWidth

int charWidth

charHeight

int charHeight

charDescent

int charDescent

resizeStrategy

int resizeStrategy

selectBegin

java.awt.Point selectBegin

selectEnd

java.awt.Point selectEnd

selection

java.lang.String selection

scrollBar

javax.swing.JScrollBar scrollBar

sf

SoftFont sf

colorPrinting

boolean colorPrinting

backingStore

java.awt.Image backingStore

color

java.awt.Color[] color
A list of colors used for representation of the display


cursorColorFG

java.awt.Color cursorColorFG
User defineable cursor colors


cursorColorBG

java.awt.Color cursorColorBG

mouseListener

java.awt.event.MouseListener mouseListener

mouseMotionListener

java.awt.event.MouseMotionListener mouseMotionListener

keyListener

java.awt.event.KeyListener keyListener

focusListener

java.awt.event.FocusListener focusListener


Package com.sshtools.util

Class com.sshtools.util.ImagePanel implements Serializable

Serialized Fields

icon

ResourceIcon icon

xYLayout1

XYLayout xYLayout1

Class com.sshtools.util.ResourceIcon implements Serializable

Class com.sshtools.util.UnsignedInteger implements Serializable

Serialized Fields

bytes

byte[] bytes



Copyright © 2002 Sshtools.com. All Rights Reserved.