Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mindbright.ssh
Class SSHProxyDialog  view SSHProxyDialog download SSHProxyDialog.java

java.lang.Object
  extended bymindbright.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()