|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.TemplateStartupDialog
public class TemplateStartupDialog
Startup dialog that lets you choose a template.
Constructor Summary | |
---|---|
TemplateStartupDialog()
Constructs a TemplateStartupDialog using ArcGIS Engine. |
|
TemplateStartupDialog(Object obj)
Construct a TemplateStartupDialog using a reference to such an object returned from ArcGIS Engine or Server. |
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). |
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 TemplateStartupDialog() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TemplateStartupDialog(Object obj) throws IOException
obj
to TemplateStartupDialog
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
TemplateStartupDialog theTemplateStartupDialog = (TemplateStartupDialog) obj;
Method 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 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 |