|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.GettingStartedWindow
public class GettingStartedWindow
Getting Started Window
Constructor Summary | |
---|---|
GettingStartedWindow()
Constructs a GettingStartedWindow using ArcGIS Engine. |
|
GettingStartedWindow(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GettingStartedWindow theGettingStartedWindow = (GettingStartedWindow) obj; |
Method Summary | |
---|---|
void |
doModal(int parentHWnd)
Shows the startup dialog. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IWorkspaceName |
getDatabase()
The database for the document. |
String |
getFilePath()
An initial file name (may be blank). |
IUID |
getInitialCommand()
An initial command to run (may be nothing). |
int |
hashCode()
the hashcode for this object |
boolean |
isTemplate()
Gets the value determining if file path is a template. |
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 |
---|
public GettingStartedWindow() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GettingStartedWindow(Object obj) throws IOException
GettingStartedWindow theGettingStartedWindow = (GettingStartedWindow) obj;
obj
to GettingStartedWindow
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void doModal(int parentHWnd) throws IOException, AutomationException
doModal
in interface IStartupDialog
parentHWnd
- The parentHWnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFilePath() throws IOException, AutomationException
getFilePath
in interface IStartupDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getInitialCommand() throws IOException, AutomationException
getInitialCommand
in interface IStartupDialog2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWorkspaceName getDatabase() throws IOException, AutomationException
getDatabase
in interface IStartupDialog3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isTemplate() throws IOException, AutomationException
isTemplate
in interface IStartupDialog3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |