com.esri.arcgis.framework
Interface IGetUserAndPasswordDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GetUserAndPasswordDialog, IGetUserAndPasswordDialogProxy

public interface IGetUserAndPasswordDialog
extends java.io.Serializable

COM Interface 'IGetUserAndPasswordDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that work with a dialog for getting user and password information.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb7f5ddff_1301_47a2_901a_d38f364544d2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(java.lang.String dialogTitle, java.lang.String stringLabel, int hWnd)
          Shows the dialog.
 java.lang.String getPassword()
          The password entered in the dialog.
 java.lang.String getUserName()
          The user name entered in the dialog.
 

Field Detail

IIDb7f5ddff_1301_47a2_901a_d38f364544d2

static final int IIDb7f5ddff_1301_47a2_901a_d38f364544d2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getUserName

java.lang.String getUserName()
                             throws java.io.IOException,
                                    AutomationException
The user name entered in the dialog.

Returns:
The userName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPassword

java.lang.String getPassword()
                             throws java.io.IOException,
                                    AutomationException
The password entered in the dialog.

Returns:
The password
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

boolean doModal(java.lang.String dialogTitle,
                java.lang.String stringLabel,
                int hWnd)
                throws java.io.IOException,
                       AutomationException
Shows the dialog.

Parameters:
dialogTitle - The dialogTitle (in)
stringLabel - The stringLabel (in)
hWnd - The hWnd (A COM typedef) (in)
Returns:
The okPressed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.