com.esri.arcgis.trackinganalyst
Interface ITxCatalogDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITxCatalogDialogProxy, TxCatalogDialog

public interface ITxCatalogDialog
extends java.io.Serializable

COM Interface 'ITxCatalogDialog'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods needed to use the CJMTK Catalogs Navigation Dialog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID71113a84_88ed_11d7_b87c_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
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(java.lang.String rhs1)
          The caption to use for the Open or Save button.
 void setTitle(java.lang.String rhs1)
          The dialog's title.
 

Field Detail

IID71113a84_88ed_11d7_b87c_00010265adc5

static final int IID71113a84_88ed_11d7_b87c_00010265adc5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getInternalCatalog

ITxCatalog getInternalCatalog()
                              throws java.io.IOException,
                                     AutomationException
The catalog object used internally by the GxDialog.

Returns:
A reference to a com.esri.arcgis.trackinganalyst.ITxCatalog
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setButtonCaption

void setButtonCaption(java.lang.String rhs1)
                      throws java.io.IOException,
                             AutomationException
The caption to use for the Open or Save button.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTitle

void setTitle(java.lang.String rhs1)
              throws java.io.IOException,
                     AutomationException
The dialog's title.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModalOpen

boolean doModalOpen(int lParentWindow,
                    IEnumTxObject[] ppiSelection)
                    throws java.io.IOException,
                           AutomationException
Opens the dialog to choose data.

Parameters:
lParentWindow - The lParentWindow (in)
ppiSelection - A reference to a com.esri.arcgis.trackinganalyst.IEnumTxObject (out: use single element array)
Returns:
The pbvarResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowMultiSelect

void setAllowMultiSelect(boolean rhs1)
                         throws java.io.IOException,
                                AutomationException
Indicates if multiple items may be selected. False, by default.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.