com.esri.arcgis.arcmapui
Interface IStartupDialogSettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GettingStartedSettings, IStartupDialogSettingsProxy

public interface IStartupDialogSettings
extends java.io.Serializable

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

Description: 'Provides access to members that contorl the behavior of the Getting Started window.' 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 IID7a2e7eb0_45ae_451b_8d5f_99bef3ddfe32
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getProgId()
          The startup window prog id.
 boolean isAddData()
          Indicates if the Add Data dialog should be displayed.
 boolean isOpenLastDocument()
          Indicates if the last document should be opened.
 boolean isShowStartup()
          Indicates if the startup window should be displayed.
 void load()
          Loads the current values from the registry.
 

Field Detail

IID7a2e7eb0_45ae_451b_8d5f_99bef3ddfe32

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

isShowStartup

boolean isShowStartup()
                      throws java.io.IOException,
                             AutomationException
Indicates if the startup window should be displayed.

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

isOpenLastDocument

boolean isOpenLastDocument()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the last document should be opened.

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

isAddData

boolean isAddData()
                  throws java.io.IOException,
                         AutomationException
Indicates if the Add Data dialog should be displayed.

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

getProgId

java.lang.String getProgId()
                           throws java.io.IOException,
                                  AutomationException
The startup window prog id.

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

load

void load()
          throws java.io.IOException,
                 AutomationException
Loads the current values from the registry.

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