|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.catalogUI.IGxDialogProxy
public class IGxDialogProxy
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 =
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGxDialogProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IGxDialogProxy()
public IGxDialogProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGxDialogProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGxDialogProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setAllowMultiSelect(boolean rhs1)
throws java.io.IOException,
AutomationException
setAllowMultiSelect in interface IGxDialogrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTitle(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
setTitle in interface IGxDialogrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setButtonCaption(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
setButtonCaption in interface IGxDialogrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface IGxDialogname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IGxDialogjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReplacingObject()
throws java.io.IOException,
AutomationException
isReplacingObject in interface IGxDialogjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartingLocation(java.lang.Object rhs1)
throws java.io.IOException,
AutomationException
setStartingLocation in interface IGxDialogrhs1 - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxObject getFinalLocation()
throws java.io.IOException,
AutomationException
getFinalLocation in interface IGxDialogjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRememberLocation(boolean rhs1)
throws java.io.IOException,
AutomationException
setRememberLocation in interface IGxDialogrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectFilterByRef(IGxObjectFilter filter)
throws java.io.IOException,
AutomationException
setObjectFilterByRef in interface IGxDialogfilter - A reference to a com.esri.arcgis.catalog.IGxObjectFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxObjectFilter getObjectFilter()
throws java.io.IOException,
AutomationException
getObjectFilter in interface IGxDialogjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxCatalog getInternalCatalog()
throws java.io.IOException,
AutomationException
getInternalCatalog in interface IGxDialogjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doModalOpen(int parentWindow,
IEnumGxObject[] selection)
throws java.io.IOException,
AutomationException
doModalOpen in interface IGxDialogparentWindow - The parentWindow (A COM typedef) (in)selection - A reference to a com.esri.arcgis.catalog.IEnumGxObject (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doModalSave(int parentWindow)
throws java.io.IOException,
AutomationException
doModalSave in interface IGxDialogparentWindow - The parentWindow (A COM typedef) (in)
java.io.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 | ||||||||