|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.arcmapui.IDataConnectionPropertyPage2Proxy
Description: 'Provides access to members that control the Data connection property page.' 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 =
public class IDataConnectionPropertyPage2Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
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.arcmapui.IDataConnectionPropertyPage2 |
---|
IID, IIDb12c31fe_4cd4_4341_a95c_72a0cfd2e83a |
Constructor Summary | |
---|---|
|
IDataConnectionPropertyPage2Proxy()
Deprecated. For internal use only |
|
IDataConnectionPropertyPage2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IDataConnectionPropertyPage2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDataConnectionPropertyPage2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDataConnectionPropertyPage2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
attemptToDeleteExistingName()
Deprecated. For save dialogs, attempt to delete the table/feature class. |
java.lang.String |
getBrowseLocation()
Deprecated. Last location of the GxDialog. |
IDatasetFilter |
getDatasetFilter()
Deprecated. Filter (optional) for the page. |
IGxObjectFilter |
getDialogFilter()
Deprecated. Filter (optional) for the GxDialog. |
IName |
getName()
Deprecated. User selected Name (ie, FeatureClassName, TableName). |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
selectName(IName name)
Deprecated. Selects the name from the list. |
void |
setBrowseLocation(java.lang.String filter)
Deprecated. Last location of the GxDialog. |
void |
setCallback(IDataConnectionCallback rhs1)
Deprecated. Callback implementation (not mandatory). |
void |
setDatasetFilterByRef(IDatasetFilter filter)
Deprecated. Filter (optional) for the page. |
void |
setDefaultName(java.lang.String rhs1)
Deprecated. Default name when NewDataFile is true. |
void |
setDialogFilterByRef(IGxObjectFilter filter)
Deprecated. Filter (optional) for the GxDialog. |
void |
setEnabled(boolean rhs1)
Deprecated. Indicates if all the window controls in the property page are enabled. |
void |
setFocus()
Deprecated. Sets the focus to the file name window. |
void |
setNewDataFile(boolean rhs1)
Deprecated. Indicates if the dialog is for new data. |
void |
setPromptName(java.lang.String rhs1)
Deprecated. Prompt name. |
void |
setReturnDisplayTableName(boolean rhs1)
Deprecated. Indicates if a raw FDO or a display table name is returned when get_Name method is called. |
void |
setShowDropdown(boolean rhs1)
Deprecated. Indicates if existing data is shown in a dropdown. |
void |
setShowNone(boolean rhs1)
Deprecated. Indicates if the option |
void |
setSkipByRef(ITable rhs1)
Deprecated. When NewDataFile is false, skip this table/featureclass in the ComboBox. |
void |
setType(int rhs1)
Deprecated. Type of data we are getting or putting. |
void |
setUniqueDefaultName(java.lang.String baseName)
Deprecated. A Unique Default name when NewDataFile is true. |
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 IDataConnectionPropertyPage2Proxy(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.IOException
public IDataConnectionPropertyPage2Proxy()
public IDataConnectionPropertyPage2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDataConnectionPropertyPage2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDataConnectionPropertyPage2Proxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setEnabled(boolean rhs1) throws java.io.IOException, AutomationException
setEnabled
in interface IDataConnectionPropertyPage2
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNewDataFile(boolean rhs1) throws java.io.IOException, AutomationException
setNewDataFile
in interface IDataConnectionPropertyPage2
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultName(java.lang.String rhs1) throws java.io.IOException, AutomationException
setDefaultName
in interface IDataConnectionPropertyPage2
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPromptName(java.lang.String rhs1) throws java.io.IOException, AutomationException
setPromptName
in interface IDataConnectionPropertyPage2
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(int rhs1) throws java.io.IOException, AutomationException
setType
in interface IDataConnectionPropertyPage2
rhs1
- A com.esri.arcgis.arcmapui.esriDCType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getName() throws java.io.IOException, AutomationException
getName
in interface IDataConnectionPropertyPage2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSkipByRef(ITable rhs1) throws java.io.IOException, AutomationException
setSkipByRef
in interface IDataConnectionPropertyPage2
rhs1
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void attemptToDeleteExistingName() throws java.io.IOException, AutomationException
attemptToDeleteExistingName
in interface IDataConnectionPropertyPage2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCallback(IDataConnectionCallback rhs1) throws java.io.IOException, AutomationException
setCallback
in interface IDataConnectionPropertyPage2
rhs1
- A reference to a com.esri.arcgis.arcmapui.IDataConnectionCallback (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBrowseLocation(java.lang.String filter) throws java.io.IOException, AutomationException
setBrowseLocation
in interface IDataConnectionPropertyPage2
filter
- The filter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getBrowseLocation() throws java.io.IOException, AutomationException
getBrowseLocation
in interface IDataConnectionPropertyPage2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectName(IName name) throws java.io.IOException, AutomationException
selectName
in interface IDataConnectionPropertyPage2
name
- A reference to a com.esri.arcgis.system.IName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFocus() throws java.io.IOException, AutomationException
setFocus
in interface IDataConnectionPropertyPage2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetFilterByRef(IDatasetFilter filter) throws java.io.IOException, AutomationException
setDatasetFilterByRef
in interface IDataConnectionPropertyPage2
filter
- A reference to a com.esri.arcgis.arcmapui.IDatasetFilter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDatasetFilter getDatasetFilter() throws java.io.IOException, AutomationException
getDatasetFilter
in interface IDataConnectionPropertyPage2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDialogFilterByRef(IGxObjectFilter filter) throws java.io.IOException, AutomationException
setDialogFilterByRef
in interface IDataConnectionPropertyPage2
filter
- 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 getDialogFilter() throws java.io.IOException, AutomationException
getDialogFilter
in interface IDataConnectionPropertyPage2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUniqueDefaultName(java.lang.String baseName) throws java.io.IOException, AutomationException
setUniqueDefaultName
in interface IDataConnectionPropertyPage2
baseName
- The baseName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowDropdown(boolean rhs1) throws java.io.IOException, AutomationException
setShowDropdown
in interface IDataConnectionPropertyPage2
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowNone(boolean rhs1) throws java.io.IOException, AutomationException
setShowNone
in interface IDataConnectionPropertyPage2
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnDisplayTableName(boolean rhs1) throws java.io.IOException, AutomationException
setReturnDisplayTableName
in interface IDataConnectionPropertyPage2
rhs1
- The rhs1 (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 |