|
|||||||||
| Home >> All >> mindbright >> [ ssh overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mindbright.ssh
Class SSHProxyDialog

java.lang.Objectmindbright.ssh.SSHProxyDialog
- public final class SSHProxyDialog
- extends java.lang.Object
| Field Summary | |
private static java.awt.Checkbox |
cbNeedAuth
|
private static java.awt.Choice |
choicePrxType
|
private static SSHPropertyHandler |
propsHandler
|
private static java.awt.Dialog |
proxyDialog
|
private static java.lang.String[] |
prxTypes
|
private static java.awt.TextField |
textPrxHost
|
private static java.awt.TextField |
textPrxPasswd
|
private static java.awt.TextField |
textPrxPort
|
private static java.awt.TextField |
textPrxUser
|
| Constructor Summary | |
SSHProxyDialog()
|
|
| Method Summary | |
static void |
show(java.lang.String title,
java.awt.Frame parent,
SSHPropertyHandler props)
|
private static void |
updateFromType()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
proxyDialog
private static java.awt.Dialog proxyDialog
choicePrxType
private static java.awt.Choice choicePrxType
cbNeedAuth
private static java.awt.Checkbox cbNeedAuth
textPrxHost
private static java.awt.TextField textPrxHost
textPrxPort
private static java.awt.TextField textPrxPort
textPrxUser
private static java.awt.TextField textPrxUser
textPrxPasswd
private static java.awt.TextField textPrxPasswd
prxTypes
private static java.lang.String[] prxTypes
propsHandler
private static SSHPropertyHandler propsHandler
| Constructor Detail |
SSHProxyDialog
public SSHProxyDialog()
| Method Detail |
show
public static void show(java.lang.String title, java.awt.Frame parent, SSHPropertyHandler props)
updateFromType
private static void updateFromType()
|
|||||||||
| Home >> All >> mindbright >> [ ssh overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
mindbright.ssh.SSHProxyDialog