com.sshtools.common.ui

Class SshToolsApplicationClientApplet


public abstract class SshToolsApplicationClientApplet
extends SshToolsApplicationApplet

Version:
$Revision: 1.13 $
Author:
$author$

Nested Class Summary

Nested classes/interfaces inherited from class com.sshtools.common.ui.SshToolsApplicationApplet

SshToolsApplicationApplet.SshToolsApplicationAppletContainer

Field Summary

static String[][]
CLIENT_PARAMETER_INFO
protected String
authenticationMethod
protected boolean
connectImmediately
protected boolean
disableHostKeyVerification
protected String
host
protected Log
log
protected int
port
protected SshToolsConnectionProfile
profile
protected boolean
showConnectionDialog
protected String
user

Fields inherited from class com.sshtools.common.ui.SshToolsApplicationApplet

PARAMETER_INFO, applicationPanel, disabledActions, infoBackground, infoBorderColor, infoBorderThickness, infoForeground, loadingPanel, log, menuBar, statusBar, toolBar, toolSeparator

Method Summary

protected void
buildProfile()
void
destroy()
String[][]
getParameterInfo()
void
initApplet()
void
startApplet()

Methods inherited from class com.sshtools.common.ui.SshToolsApplicationApplet

buildAppletComponent, createApplicationPanel, destroy, doAction, getParameter, getParameterInfo, init, initApplet, seriousAppletError, setAppletComponent, start, startApplet, stop

Field Details

CLIENT_PARAMETER_INFO

public static final String[][] CLIENT_PARAMETER_INFO

authenticationMethod

protected String authenticationMethod

connectImmediately

protected boolean connectImmediately

disableHostKeyVerification

protected boolean disableHostKeyVerification

host

protected String host

log

protected Log log

port

protected int port

profile

protected SshToolsConnectionProfile profile

showConnectionDialog

protected boolean showConnectionDialog

user

protected String user

Method Details

buildProfile

protected void buildProfile()
            throws IOException

destroy

public void destroy()
Overrides:
destroy in interface SshToolsApplicationApplet

getParameterInfo

public String[][] getParameterInfo()
Overrides:
getParameterInfo in interface SshToolsApplicationApplet
Returns:

initApplet

public void initApplet()
            throws IOException
Overrides:
initApplet in interface SshToolsApplicationApplet

startApplet

public void startApplet()
Overrides:
startApplet in interface SshToolsApplicationApplet

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