|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.TxCatalogDialog
public class TxCatalogDialog
This object provides a Dialog that can be used to graphically browse for GIS data.
This object provides a Dialog that can be used to graphically browse for GIS data. This object also controls the dialog’s title, button caption and section property.
| Constructor Summary | |
|---|---|
TxCatalogDialog()
Constructs a TxCatalogDialog using ArcGIS Engine. |
|
TxCatalogDialog(Object obj)
Construct a TxCatalogDialog using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
doModalOpen(int lParentWindow,
IEnumTxObject[] ppiSelection)
Opens the dialog to choose data. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
ITxCatalog |
getInternalCatalog()
The catalog object used internally by the GxDialog. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
setAllowMultiSelect(boolean rhs1)
Indicates if multiple items may be selected. |
void |
setButtonCaption(String rhs1)
The caption to use for the Open or Save button. |
void |
setTitle(String rhs1)
The dialog's title. |
| 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 TxCatalogDialog()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TxCatalogDialog(Object obj)
throws IOException
obj to TxCatalogDialog.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
TxCatalogDialog theTxCatalogDialog = (TxCatalogDialog) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public ITxCatalog getInternalCatalog()
throws IOException,
AutomationException
getInternalCatalog in interface ITxCatalogDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setButtonCaption(String rhs1)
throws IOException,
AutomationException
setButtonCaption in interface ITxCatalogDialogrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTitle(String rhs1)
throws IOException,
AutomationException
setTitle in interface ITxCatalogDialogrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doModalOpen(int lParentWindow,
IEnumTxObject[] ppiSelection)
throws IOException,
AutomationException
doModalOpen in interface ITxCatalogDialoglParentWindow - The lParentWindow (in)ppiSelection - A reference to a com.esri.arcgis.trackinganalyst.IEnumTxObject (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllowMultiSelect(boolean rhs1)
throws IOException,
AutomationException
setAllowMultiSelect in interface ITxCatalogDialogrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||