g-Eclipse
Release 1.0.0

eu.geclipse.ui.dialogs
Class AuthTokenInfoDialog

java.lang.Object
  extended by IconAndMessageDialog
      extended by eu.geclipse.ui.dialogs.AuthTokenInfoDialog

public class AuthTokenInfoDialog
extends IconAndMessageDialog

A dialog that presents information about authentication tokens to the user.


Constructor Summary
AuthTokenInfoDialog(IAuthenticationToken token, Shell parentShell)
          Construct a new info dialog from the specified token.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthTokenInfoDialog

public AuthTokenInfoDialog(IAuthenticationToken token,
                           Shell parentShell)
Construct a new info dialog from the specified token.

Parameters:
token - The IAuthenticationToken for which to display the information.
parentShell - The parent shell of this dialog.

g-Eclipse
Release 1.0.0