com.mindbright.ssh
Class SSHTunnelDialog

java.lang.Object
  extended bycom.mindbright.ssh.SSHTunnelDialog

public final class SSHTunnelDialog
extends java.lang.Object


Field Summary
protected static int ACT_ADD
           
protected static int ACT_DEL
           
protected static int ACT_LIST_CLICK
           
 
Constructor Summary
SSHTunnelDialog()
           
 
Method Summary
static void show(java.lang.String title, SSHInteractiveClient cli, SSHPropertyHandler props, java.awt.Frame p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACT_LIST_CLICK

protected static final int ACT_LIST_CLICK
See Also:
Constant Field Values

ACT_ADD

protected static final int ACT_ADD
See Also:
Constant Field Values

ACT_DEL

protected static final int ACT_DEL
See Also:
Constant Field Values
Constructor Detail

SSHTunnelDialog

public SSHTunnelDialog()
Method Detail

show

public static void show(java.lang.String title,
                        SSHInteractiveClient cli,
                        SSHPropertyHandler props,
                        java.awt.Frame p)