com.esri.arcgis.catalogUI
Class IGxDialogProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.catalogUI.IGxDialogProxy
All Implemented Interfaces:
IGxDialog, java.io.Externalizable, java.io.Serializable

public class IGxDialogProxy
extends com.esri.arcgis.interop.Dispatch
implements IGxDialog, java.io.Serializable

Internal use class Proxy for COM Interface 'IGxDialog'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control the GxDialog.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.catalogUI.IGxDialog
IID, IIDeab9ce29_e777_11d1_aee7_080009ec734b
 
Constructor Summary
  IGxDialogProxy()
          For internal use only
  IGxDialogProxy(java.lang.Object obj)
           
protected IGxDialogProxy(java.lang.Object obj, java.lang.String iid)
           
  IGxDialogProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IGxDialogProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 boolean doModalOpen(int parentWindow, IEnumGxObject[] selection)
          Opens the dialog to choose data.
 boolean doModalSave(int parentWindow)
          Opens the dialog to save data.
 IGxObject getFinalLocation()
          The dialog's final location.
 IGxCatalog getInternalCatalog()
          The catalog object used internally by the GxDialog.
 java.lang.String getName()
          The text in the Name text box (only for DoModalSave).
 IGxObjectFilter getObjectFilter()
          The object filter.
 boolean isReplacingObject()
          Indicates if an object already exists with the name supplied by the user, and is being replaced.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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 setName(java.lang.String name)
          The text in the Name text box (only for DoModalSave).
 void setObjectFilterByRef(IGxObjectFilter filter)
          The object filter.
 void setRememberLocation(boolean rhs1)
          Indicates if the dialog should use the final location as the next starting location.
 void setStartingLocation(java.lang.Object rhs1)
          The dialog's starting location.
 void setTitle(java.lang.String rhs1)
          The dialog's title.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IGxDialogProxy

public IGxDialogProxy(java.lang.String CLSID,
                      java.lang.String host,
                      com.esri.arcgis.interop.AuthInfo authInfo)
               throws java.net.UnknownHostException,
                      java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IGxDialogProxy

public IGxDialogProxy()
For internal use only


IGxDialogProxy

public IGxDialogProxy(java.lang.Object obj)
               throws java.io.IOException
Throws:
java.io.IOException

IGxDialogProxy

protected IGxDialogProxy(java.lang.Object obj,
                         java.lang.String iid)
                  throws java.io.IOException
Throws:
java.io.IOException

IGxDialogProxy

protected IGxDialogProxy(java.lang.String CLSID,
                         java.lang.String iid,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setAllowMultiSelect

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

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

setTitle

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

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

setButtonCaption

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

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

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The text in the Name text box (only for DoModalSave).

Specified by:
setName in interface IGxDialog
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The text in the Name text box (only for DoModalSave).

Specified by:
getName in interface IGxDialog
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReplacingObject

public boolean isReplacingObject()
                          throws java.io.IOException,
                                 AutomationException
Indicates if an object already exists with the name supplied by the user, and is being replaced.

Specified by:
isReplacingObject in interface IGxDialog
Returns:
The replacingObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartingLocation

public void setStartingLocation(java.lang.Object rhs1)
                         throws java.io.IOException,
                                AutomationException
The dialog's starting location. This can be an IGxObject or a text-string containing the full name of an object.

Specified by:
setStartingLocation in interface IGxDialog
Parameters:
rhs1 - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFinalLocation

public IGxObject getFinalLocation()
                           throws java.io.IOException,
                                  AutomationException
The dialog's final location.

Specified by:
getFinalLocation in interface IGxDialog
Returns:
A reference to a com.esri.arcgis.catalog.IGxObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRememberLocation

public void setRememberLocation(boolean rhs1)
                         throws java.io.IOException,
                                AutomationException
Indicates if the dialog should use the final location as the next starting location. True, by default.

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

setObjectFilterByRef

public void setObjectFilterByRef(IGxObjectFilter filter)
                          throws java.io.IOException,
                                 AutomationException
The object filter.

Specified by:
setObjectFilterByRef in interface IGxDialog
Parameters:
filter - A reference to a com.esri.arcgis.catalog.IGxObjectFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectFilter

public IGxObjectFilter getObjectFilter()
                                throws java.io.IOException,
                                       AutomationException
The object filter.

Specified by:
getObjectFilter in interface IGxDialog
Returns:
A reference to a com.esri.arcgis.catalog.IGxObjectFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInternalCatalog

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

Specified by:
getInternalCatalog in interface IGxDialog
Returns:
A reference to a com.esri.arcgis.catalog.IGxCatalog
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModalOpen

public boolean doModalOpen(int parentWindow,
                           IEnumGxObject[] selection)
                    throws java.io.IOException,
                           AutomationException
Opens the dialog to choose data.

Specified by:
doModalOpen in interface IGxDialog
Parameters:
parentWindow - The parentWindow (A COM typedef) (in)
selection - A reference to a com.esri.arcgis.catalog.IEnumGxObject (out: use single element array)
Returns:
The result
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModalSave

public boolean doModalSave(int parentWindow)
                    throws java.io.IOException,
                           AutomationException
Opens the dialog to save data.

Specified by:
doModalSave in interface IGxDialog
Parameters:
parentWindow - The parentWindow (A COM typedef) (in)
Returns:
The result
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.