com.esri.arcgis.arcmapui
Interface IStartupDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GettingStartedWindow, IStartupDialogProxy, TemplateStartupDialog

public interface IStartupDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the Startup Dialog.' 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 IIDcf008475_88bc_11d2_ae6a_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(int parentHWnd)
          Shows the startup dialog.
 java.lang.String getFilePath()
          An initial file name (may be blank).
 

Field Detail

IIDcf008475_88bc_11d2_ae6a_080009ec732a

static final int IIDcf008475_88bc_11d2_ae6a_080009ec732a
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

doModal

void doModal(int parentHWnd)
             throws java.io.IOException,
                    AutomationException
Shows the startup dialog.

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

getFilePath

java.lang.String getFilePath()
                             throws java.io.IOException,
                                    AutomationException
An initial file name (may be blank).

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