|
|||||||||
| Home >> All >> com >> sshtools >> [ sshterm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sshtools.sshterm
Class AuthenticationDialog

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.sshtools.sshterm.AuthenticationDialog
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- class AuthenticationDialog
- extends javax.swing.JDialog
Displays the list of availble authentication methods and allows the user to select on or more to authenticate with.
- Version:
- $Id: AuthenticationDialog.java,v 1.4 2002/12/23 18:11:57 martianx Exp $
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JDialog |
javax.swing.JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) javax.swing.JList |
jListAuths
The dialog components |
(package private) javax.swing.JLabel |
messageLabel
|
| Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
AuthenticationDialog()
The Constructor |
|
AuthenticationDialog(java.awt.Dialog dialog)
The Constructor |
|
AuthenticationDialog(java.awt.Frame frame)
The Constructor |
|
| Method Summary | |
(package private) void |
init()
Initialise |
(package private) void |
jbInit()
Initiates the dialog |
(package private) void |
jButtonProceed_actionPerformed(java.awt.event.ActionEvent e)
Handles the proceed button event |
private void |
setMethodList(java.util.List methods)
Sets the authentication list to be displayed |
static java.util.List |
showAuthenticationDialog(java.awt.Component parent,
java.util.List support)
Convenience method to work out the parent window given a component and show the dialog |
static java.util.List |
showAuthenticationDialog(java.awt.Component parent,
java.util.List support,
java.lang.String message)
Convenience method to work out the parent window given a component and show the dialog |
java.util.List |
showAuthenticationMethods(java.util.List supported,
java.lang.String message)
Call this method to show the dialog and return the list of selected methods |
| Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
jListAuths
javax.swing.JList jListAuths
- The dialog components
messageLabel
javax.swing.JLabel messageLabel
| Constructor Detail |
AuthenticationDialog
public AuthenticationDialog()
- The Constructor
AuthenticationDialog
public AuthenticationDialog(java.awt.Frame frame)
- The Constructor
AuthenticationDialog
public AuthenticationDialog(java.awt.Dialog dialog)
- The Constructor
| Method Detail |
init
void init()
- Initialise
setMethodList
private void setMethodList(java.util.List methods)
- Sets the authentication list to be displayed
jbInit
void jbInit()
throws java.lang.Exception
- Initiates the dialog
showAuthenticationDialog
public static java.util.List showAuthenticationDialog(java.awt.Component parent, java.util.List support)
- Convenience method to work out the parent window given a component and
show the dialog
showAuthenticationDialog
public static java.util.List showAuthenticationDialog(java.awt.Component parent, java.util.List support, java.lang.String message)
- Convenience method to work out the parent window given a component and
show the dialog
showAuthenticationMethods
public java.util.List showAuthenticationMethods(java.util.List supported, java.lang.String message)
- Call this method to show the dialog and return the list of selected
methods
jButtonProceed_actionPerformed
void jButtonProceed_actionPerformed(java.awt.event.ActionEvent e)
- Handles the proceed button event
|
|||||||||
| Home >> All >> com >> sshtools >> [ sshterm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC