com.esri.arcgis.arcmapui
Class GettingStartedSettings

java.lang.Object
  extended by com.esri.arcgis.arcmapui.GettingStartedSettings
All Implemented Interfaces:
IStartupDialogSettings, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class GettingStartedSettings
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IStartupDialogSettings

Getting Started Settings

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Constructor Summary
GettingStartedSettings()
          Constructs a GettingStartedSettings using ArcGIS Engine.
GettingStartedSettings(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GettingStartedSettings theGettingStartedSettings = (GettingStartedSettings) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 String getProgId()
          The startup window prog id.
 int hashCode()
          the hashcode for this object
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

GettingStartedSettings

public GettingStartedSettings()
                       throws IOException,
                              UnknownHostException
Constructs a GettingStartedSettings using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

GettingStartedSettings

public GettingStartedSettings(Object obj)
                       throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GettingStartedSettings theGettingStartedSettings = (GettingStartedSettings) obj;

Construct a GettingStartedSettings using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to GettingStartedSettings.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

isShowStartup

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

Product Availability

Available with ArcGIS Desktop.

Specified by:
isShowStartup in interface IStartupDialogSettings
Returns:
The pShowStartup
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOpenLastDocument

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

Product Availability

Available with ArcGIS Desktop.

Specified by:
isOpenLastDocument in interface IStartupDialogSettings
Returns:
The pOpenLast
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAddData

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

Product Availability

Available with ArcGIS Desktop.

Specified by:
isAddData in interface IStartupDialogSettings
Returns:
The pAddData
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProgId

public String getProgId()
                 throws IOException,
                        AutomationException
The startup window prog id.

Product Availability

Available with ArcGIS Desktop.

Specified by:
getProgId in interface IStartupDialogSettings
Returns:
The pProgID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

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

Product Availability

Available with ArcGIS Desktop.

Specified by:
load in interface IStartupDialogSettings
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.