Serialized Form


Package com.sshtools.common.authentication

Class com.sshtools.common.authentication.AuthenticationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

jListAuths

javax.swing.JList jListAuths

messageLabel

javax.swing.JLabel messageLabel

cancelled

boolean cancelled

Class com.sshtools.common.authentication.BannerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

text

javax.swing.JTextArea text

Class com.sshtools.common.authentication.KBIRequestHandlerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

cancelled

boolean cancelled

instructionLabel

javax.swing.JLabel instructionLabel

buttonsPanel

javax.swing.JPanel buttonsPanel

promptReply

javax.swing.text.JTextComponent[] promptReply

Class com.sshtools.common.authentication.PassphraseDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

jButtonCancel

javax.swing.JButton jButtonCancel

jButtonOK

javax.swing.JButton jButtonOK

message

javax.swing.JLabel message

jPasswordField

javax.swing.JPasswordField jPasswordField

userCancelled

boolean userCancelled

Class com.sshtools.common.authentication.PasswordAuthenticationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

instance

PasswordAuthenticationClient instance

jButtonCancel

javax.swing.JButton jButtonCancel

jButtonOK

javax.swing.JButton jButtonOK

jPasswordField

javax.swing.JPasswordField jPasswordField

jTextUsername

XTextField jTextUsername

userCancelled

boolean userCancelled

Package com.sshtools.common.automate

Class com.sshtools.common.automate.RemoteIdentificationException extends java.lang.Exception implements Serializable

Class com.sshtools.common.automate.UnsupportedRuleException extends java.lang.Exception implements Serializable


Package com.sshtools.common.configuration

Class com.sshtools.common.configuration.InvalidProfileFileException extends SshException implements Serializable


Package com.sshtools.common.keygen

Class com.sshtools.common.keygen.KeygenPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

browseInput

javax.swing.JButton browseInput

browseOutput

javax.swing.JButton browseOutput

action

javax.swing.JComboBox action

type

javax.swing.JComboBox type

bitsLabel

javax.swing.JLabel bitsLabel

inputFileLabel

javax.swing.JLabel inputFileLabel

newPassphraseLabel

javax.swing.JLabel newPassphraseLabel

oldPassphraseLabel

javax.swing.JLabel oldPassphraseLabel

outputFileLabel

javax.swing.JLabel outputFileLabel

typeLabel

javax.swing.JLabel typeLabel

newPassphrase

javax.swing.JPasswordField newPassphrase

oldPassphrase

javax.swing.JPasswordField oldPassphrase

strength

javax.swing.JProgressBar strength

inputFile

XTextField inputFile

outputFile

XTextField outputFile

bits

NumericTextField bits

Class com.sshtools.common.keygen.KeygenPanel2 extends javax.swing.JPanel implements Serializable

Serialized Fields

browseInput

javax.swing.JButton browseInput

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel1

javax.swing.JPanel jPanel1

key1Panel

javax.swing.JTabbedPane key1Panel

key1GeneratePanel

javax.swing.JPanel key1GeneratePanel

file

javax.swing.JPanel file

borderLayout2

java.awt.BorderLayout borderLayout2

key1DataPanel

javax.swing.JPanel key1DataPanel

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jTextArea1

javax.swing.JTextArea jTextArea1

gridLayout1

java.awt.GridLayout gridLayout1

titledBorder1

javax.swing.border.TitledBorder titledBorder1

titledBorder2

javax.swing.border.TitledBorder titledBorder2

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

jLabel1

javax.swing.JLabel jLabel1

jTextField1

javax.swing.JTextField jTextField1

jButton1

javax.swing.JButton jButton1

jButton2

javax.swing.JButton jButton2

Class com.sshtools.common.keygen.Main extends javax.swing.JFrame implements Serializable

Serialized Fields

close

javax.swing.JButton close

generate

javax.swing.JButton generate

keygen

KeygenPanel keygen

Package com.sshtools.common.mru

Class com.sshtools.common.mru.MRUAction extends MenuAction implements Serializable

Class com.sshtools.common.mru.MRUList extends java.util.Vector implements Serializable

Serialized Fields

currentElement

java.lang.String currentElement

Class com.sshtools.common.mru.MRUListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

mru

MRUList mru

Class com.sshtools.common.mru.MRUMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

model

MRUListModel model

Package com.sshtools.common.ui

Class com.sshtools.common.ui.AboutAction extends StandardAction implements Serializable

Serialized Fields

application

SshToolsApplication application

parent

java.awt.Component parent

Class com.sshtools.common.ui.BooleanIconRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

trueIcon

javax.swing.Icon trueIcon

falseIcon

javax.swing.Icon falseIcon

Class com.sshtools.common.ui.CloseAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.ColorComboBox extends javax.swing.JComboBox implements Serializable

Class com.sshtools.common.ui.ConnectionPropertiesAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.EditAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.ExitAction extends StandardAction implements Serializable

Serialized Fields

application

SshToolsApplication application

container

SshToolsApplicationContainer container

Class com.sshtools.common.ui.FolderBar extends javax.swing.JPanel implements Serializable

Serialized Fields

textLabel

javax.swing.JLabel textLabel

iconLabel

javax.swing.JLabel iconLabel

action

javax.swing.Action action

Class com.sshtools.common.ui.GlobalOptionsTab extends javax.swing.JPanel implements Serializable

Serialized Fields

lafChooser

javax.swing.JComboBox lafChooser

Class com.sshtools.common.ui.HostsTab extends javax.swing.JPanel implements Serializable

Serialized Fields

hosts

javax.swing.JList hosts

hostKeyVerifier

AbstractKnownHostsKeyVerification hostKeyVerifier

remove

javax.swing.JButton remove

model

com.sshtools.common.ui.HostsTab.HostsListModel model

Class com.sshtools.common.ui.IconWrapperPanel extends javax.swing.JPanel implements Serializable

Class com.sshtools.common.ui.ImagePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

icon

ResourceIcon icon

alignBottomRight

boolean alignBottomRight

Class com.sshtools.common.ui.MenuAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.MultilineLabel extends javax.swing.JPanel implements Serializable

Serialized Fields

constraints

java.awt.GridBagConstraints constraints

text

java.lang.String text

Class com.sshtools.common.ui.NewAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.NewWindowAction extends StandardAction implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

application

SshToolsApplication application

Class com.sshtools.common.ui.NumericTextField extends XTextField implements Serializable

Serialized Fields

positiveBackground

java.awt.Color positiveBackground

symbols

java.text.DecimalFormatSymbols symbols

numberFormat

java.text.NumberFormat numberFormat

selectAllOnFocusGain

boolean selectAllOnFocusGain

wColumnWidth

int wColumnWidth

Class com.sshtools.common.ui.OpenAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.OptionsAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.OptionsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

selectedOption

Option selectedOption

callback

OptionCallback callback

defaultButton

javax.swing.JButton defaultButton

Class com.sshtools.common.ui.OptionsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

tabber

Tabber tabber

cancelled

boolean cancelled

Class com.sshtools.common.ui.PrintAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.PrintPreview extends javax.swing.JPanel implements Serializable

Serialized Fields

job

java.awt.print.PrinterJob job

setup

javax.swing.JButton setup

scale

javax.swing.JComboBox scale

pageWidth

int pageWidth

printable

java.awt.print.Printable printable

previewer

com.sshtools.common.ui.PrintPreview.PreviewContainer previewer

pageFormat

java.awt.print.PageFormat pageFormat

pageHeight

int pageHeight

scrollpane

javax.swing.JScrollPane scrollpane

Class com.sshtools.common.ui.PrintPreviewAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.RecordAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.RefreshAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.ResourceIcon extends javax.swing.ImageIcon implements Serializable

Serialized Fields

cls

java.lang.Class<T> cls

Class com.sshtools.common.ui.SaveAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.SaveAsAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.SessionProviderAction extends StandardAction implements Serializable

Serialized Fields

provider

SessionProvider provider

Class com.sshtools.common.ui.SessionProviderFrame extends SshToolsApplicationFrame implements Serializable

Serialized Fields

panel

SshToolsApplicationSessionPanel panel

provider

SessionProvider provider

profile

SshToolsConnectionProfile profile

ssh

SshClient ssh

disconnectOnClose

boolean disconnectOnClose

Class com.sshtools.common.ui.SessionProviderInternalFrame extends SshToolsApplicationInternalFrame implements Serializable

Serialized Fields

panel

SshToolsApplicationSessionPanel panel

provider

SessionProvider provider

profile

SshToolsConnectionProfile profile

ssh

SshClient ssh

disconnectOnClose

boolean disconnectOnClose

Class com.sshtools.common.ui.SshToolsApplicationApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

loadingPanel

com.sshtools.common.ui.SshToolsApplicationApplet.LoadingPanel loadingPanel

toolSeparator

javax.swing.JSeparator toolSeparator

applicationPanel

SshToolsApplicationPanel applicationPanel

infoForeground

java.awt.Color infoForeground

infoBorderThickness

int infoBorderThickness

toolBar

boolean toolBar

menuBar

boolean menuBar

statusBar

boolean statusBar

infoBackground

java.awt.Color infoBackground

infoBorderColor

java.awt.Color infoBorderColor

disabledActions

java.lang.String disabledActions

Class com.sshtools.common.ui.SshToolsApplicationApplet.SshToolsApplicationAppletContainer extends javax.swing.JPanel implements Serializable

Serialized Fields

panel

SshToolsApplicationPanel panel

application

SshToolsApplication application

Class com.sshtools.common.ui.SshToolsApplicationClientApplet extends SshToolsApplicationApplet implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

connectionProfileLocation

java.lang.String connectionProfileLocation

authenticationMethod

java.lang.String authenticationMethod

host

java.lang.String host

port

int port

user

java.lang.String user

connectImmediately

boolean connectImmediately

showConnectionDialog

boolean showConnectionDialog

disableHostKeyVerification

boolean disableHostKeyVerification

profile

SshToolsConnectionProfile profile

Class com.sshtools.common.ui.SshToolsApplicationClientPanel extends SshToolsApplicationPanel implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

hostKeyVerification

HostKeyVerification hostKeyVerification

currentConnectionFile

java.io.File currentConnectionFile

needSave

boolean needSave

currentConnectionProfile

SshToolsConnectionProfile currentConnectionProfile

connectionFileFilter

javax.swing.filechooser.FileFilter connectionFileFilter

ssh

SshClient ssh

Class com.sshtools.common.ui.SshToolsApplicationException extends java.lang.Exception implements Serializable

Class com.sshtools.common.ui.SshToolsApplicationFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

exitAction

StandardAction exitAction

aboutAction

StandardAction aboutAction

newWindowAction

StandardAction newWindowAction

toolSeparator

javax.swing.JSeparator toolSeparator

panel

SshToolsApplicationPanel panel

application

SshToolsApplication application

showAboutBox

boolean showAboutBox

showExitAction

boolean showExitAction

showNewWindowAction

boolean showNewWindowAction

showMenu

boolean showMenu

Class com.sshtools.common.ui.SshToolsApplicationInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

exitAction

StandardAction exitAction

aboutAction

StandardAction aboutAction

newWindowAction

StandardAction newWindowAction

toolSeparator

javax.swing.JSeparator toolSeparator

panel

SshToolsApplicationPanel panel

application

SshToolsApplication application

showAboutBox

boolean showAboutBox

showExitAction

boolean showExitAction

showNewWindowAction

boolean showNewWindowAction

showMenu

boolean showMenu

Class com.sshtools.common.ui.SshToolsApplicationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

application

SshToolsApplication application

menuBar

javax.swing.JMenuBar menuBar

toolBar

javax.swing.JToolBar toolBar

contextMenu

javax.swing.JPopupMenu contextMenu

container

SshToolsApplicationContainer container

actions

java.util.Vector<E> actions

actionsVisible

java.util.HashMap<K,V> actionsVisible

toolsVisible

boolean toolsVisible

actionMenus

java.util.Vector<E> actionMenus

Class com.sshtools.common.ui.SshToolsApplicationSessionPanel extends SshToolsApplicationPanel implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

currentConnectionProfile

SshToolsConnectionProfile currentConnectionProfile

manager

SessionManager manager

Class com.sshtools.common.ui.SshToolsConnectionHostTab extends javax.swing.JPanel implements Serializable

Serialized Fields

jTextHostname

XTextField jTextHostname

jTextPort

NumericTextField jTextPort

jTextUsername

XTextField jTextUsername

jListAuths

javax.swing.JList jListAuths

methods

java.util.List<E> methods

profile

SshToolsConnectionProfile profile

allowAgentForwarding

javax.swing.JCheckBox allowAgentForwarding

log

org.apache.commons.logging.Log log

Class com.sshtools.common.ui.SshToolsConnectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

tabber

Tabber tabber

profile

SshToolsConnectionProfile profile

Class com.sshtools.common.ui.SshToolsConnectionProtocolTab extends javax.swing.JPanel implements Serializable

Serialized Fields

jComboCipherCS

javax.swing.JComboBox jComboCipherCS

jComboCipherSC

javax.swing.JComboBox jComboCipherSC

jComboMacCS

javax.swing.JComboBox jComboMacCS

jComboMacSC

javax.swing.JComboBox jComboMacSC

jComboCompCS

javax.swing.JComboBox jComboCompCS

jComboCompSC

javax.swing.JComboBox jComboCompSC

jComboKex

javax.swing.JComboBox jComboKex

jComboPK

javax.swing.JComboBox jComboPK

profile

SshToolsConnectionProfile profile

Class com.sshtools.common.ui.SshToolsConnectionProxyTab extends javax.swing.JPanel implements Serializable

Serialized Fields

noProxy

javax.swing.JRadioButton noProxy

httpProxy

javax.swing.JRadioButton httpProxy

socks4Proxy

javax.swing.JRadioButton socks4Proxy

socks5Proxy

javax.swing.JRadioButton socks5Proxy

group

javax.swing.ButtonGroup group

proxyframe

javax.swing.JPanel proxyframe

username

javax.swing.JTextField username

password

javax.swing.JPasswordField password

proxy

javax.swing.JTextField proxy

port

NumericTextField port

profile

SshToolsConnectionProfile profile

log

org.apache.commons.logging.Log log

Class com.sshtools.common.ui.StandardAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

listeners

javax.swing.event.EventListenerList listeners

Class com.sshtools.common.ui.StartStopStateRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

startedIcon

javax.swing.Icon startedIcon

stoppedIcon

javax.swing.Icon stoppedIcon

failedIcon

javax.swing.Icon failedIcon

errorMsg

java.lang.String errorMsg

Class com.sshtools.common.ui.StatusBar extends javax.swing.JPanel implements Serializable

Serialized Fields

connected

com.sshtools.common.ui.StatusBar.StatusLabel connected

statusText

com.sshtools.common.ui.StatusBar.StatusLabel statusText

host

com.sshtools.common.ui.StatusBar.StatusLabel host

user

com.sshtools.common.ui.StatusBar.StatusLabel user

rid

com.sshtools.common.ui.StatusBar.StatusLabel rid

sending

javax.swing.JLabel sending

receiving

javax.swing.JLabel receiving

sendingTimer

javax.swing.Timer sendingTimer

receivingTimer

javax.swing.Timer receivingTimer

Class com.sshtools.common.ui.StopAction extends StandardAction implements Serializable

Class com.sshtools.common.ui.Tabber extends javax.swing.JTabbedPane implements Serializable

Class com.sshtools.common.ui.TextBox extends javax.swing.JTextArea implements Serializable

Serialized Fields

text

java.lang.String text

Class com.sshtools.common.ui.ToolBarSeparator extends javax.swing.JSeparator implements Serializable

Class com.sshtools.common.ui.ToolButton extends javax.swing.JButton implements Serializable

Serialized Fields

hideText

boolean hideText

Class com.sshtools.common.ui.ToolToggleButton extends javax.swing.JToggleButton implements Serializable

Serialized Fields

hideText

boolean hideText

Class com.sshtools.common.ui.XTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

popup

javax.swing.JPopupMenu popup

cutAction

javax.swing.Action cutAction

copyAction

javax.swing.Action copyAction

pasteAction

javax.swing.Action pasteAction

deleteAction

javax.swing.Action deleteAction

selectAllAction

javax.swing.Action selectAllAction

Package com.sshtools.common.util

Class com.sshtools.common.util.UIDException extends java.lang.Exception implements Serializable


Package com.sshtools.daemon.platform

Class com.sshtools.daemon.platform.InvalidHandleException extends java.lang.Exception implements Serializable

Class com.sshtools.daemon.platform.PasswordChangeException extends java.lang.Exception implements Serializable

Class com.sshtools.daemon.platform.PermissionDeniedException extends java.lang.Exception implements Serializable

Class com.sshtools.daemon.platform.UnsupportedFileOperationException extends java.lang.Exception implements Serializable


Package com.sshtools.daemon.terminal

Class com.sshtools.daemon.terminal.BufferOverflowException extends java.lang.Exception implements Serializable


Package com.sshtools.daemon.util

Class com.sshtools.daemon.util.StringPattern extends java.lang.Object implements Serializable

Serialized Fields

ignoreCase

boolean ignoreCase

pattern

java.lang.String pattern

digitWildcard

java.lang.Character digitWildcard

Package com.sshtools.j2ssh

Class com.sshtools.j2ssh.SshException extends java.io.IOException implements Serializable

Class com.sshtools.j2ssh.SshRuntimeException extends java.lang.RuntimeException implements Serializable

Class com.sshtools.j2ssh.TransferCancelledException extends java.io.IOException implements Serializable


Package com.sshtools.j2ssh.agent

Class com.sshtools.j2ssh.agent.AgentNotAvailableException extends java.lang.Exception implements Serializable

Class com.sshtools.j2ssh.agent.KeyTimeoutException extends java.lang.Exception implements Serializable


Package com.sshtools.j2ssh.authentication

Class com.sshtools.j2ssh.authentication.AuthenticationProtocolException extends java.io.IOException implements Serializable

Class com.sshtools.j2ssh.authentication.TerminatedStateException extends java.lang.Exception implements Serializable

Serialized Fields

state

int state

Package com.sshtools.j2ssh.configuration

Class com.sshtools.j2ssh.configuration.ConfigurationException extends SshException implements Serializable


Package com.sshtools.j2ssh.connection

Class com.sshtools.j2ssh.connection.ChannelState extends State implements Serializable

Class com.sshtools.j2ssh.connection.InvalidChannelException extends java.io.IOException implements Serializable


Package com.sshtools.j2ssh.forwarding

Class com.sshtools.j2ssh.forwarding.ForwardingConfigurationException extends java.io.IOException implements Serializable


Package com.sshtools.j2ssh.io

Class com.sshtools.j2ssh.io.IOStreamConnectorState extends State implements Serializable

Class com.sshtools.j2ssh.io.UnsignedInteger32 extends java.lang.Number implements Serializable

serialVersionUID: 200L

Serialized Fields

value

java.lang.Long value

Class com.sshtools.j2ssh.io.UnsignedInteger64 extends java.lang.Number implements Serializable

serialVersionUID: 200L

Serialized Fields

bigInt

java.math.BigInteger bigInt

Package com.sshtools.j2ssh.transport

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

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

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

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

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

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

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

Class com.sshtools.j2ssh.transport.MessageNotAvailableException extends java.lang.Exception implements Serializable

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

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

Class com.sshtools.j2ssh.transport.ServiceState extends State implements Serializable

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

Class com.sshtools.j2ssh.transport.TransportProtocolState extends State implements Serializable

Serialized Fields

lastError

java.io.IOException lastError

reason

java.lang.String reason

Package com.sshtools.j2ssh.transport.kex

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


Package com.sshtools.j2ssh.transport.publickey

Class com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException extends TransportProtocolException implements Serializable

Class com.sshtools.j2ssh.transport.publickey.InvalidSshKeySignatureException extends TransportProtocolException implements Serializable


Package com.sshtools.j2ssh.util

Class com.sshtools.j2ssh.util.InvalidStateException extends java.lang.RuntimeException implements Serializable

Class com.sshtools.j2ssh.util.OpenClosedState extends State implements Serializable

Class com.sshtools.j2ssh.util.StartStopState extends State implements Serializable

Class com.sshtools.j2ssh.util.State extends java.lang.Object implements Serializable

Serialized Fields

state

int state



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.