|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITxCatalogDialog
Provides access to properties and methods needed to use the CJMTK Catalogs Navigation Dialog.
Method Summary | |
---|---|
boolean |
doModalOpen(int lParentWindow,
IEnumTxObject[] ppiSelection)
Opens the dialog to choose data. |
ITxCatalog |
getInternalCatalog()
The catalog object used internally by the GxDialog. |
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. |
Method Detail |
---|
ITxCatalog getInternalCatalog() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setButtonCaption(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTitle(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean doModalOpen(int lParentWindow, IEnumTxObject[] ppiSelection) throws IOException, AutomationException
lParentWindow
- 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.void setAllowMultiSelect(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (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 |