|
|||||||||
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.IDataConnectionPropertyPageProxy
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 IDataConnectionPropertyPageProxy
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.IDataConnectionPropertyPage |
---|
IID, IID26056537_9ebc_11d2_a089_0000f8775bf9 |
Constructor Summary | |
---|---|
|
IDataConnectionPropertyPageProxy()
Deprecated. For internal use only |
|
IDataConnectionPropertyPageProxy(java.lang.Object obj)
Deprecated. |
protected |
IDataConnectionPropertyPageProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDataConnectionPropertyPageProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDataConnectionPropertyPageProxy(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. |
IName |
getName()
Deprecated. User selected Name (ie, FeatureClassName, TableName). |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCallback(IDataConnectionCallback rhs1)
Deprecated. Callback implementation (not mandatory). |
void |
setDefaultName(java.lang.String rhs1)
Deprecated. Default name when NewDataFile is true. |
void |
setEnabled(boolean rhs1)
Deprecated. Indicates if all the window controls in the property page are enabled. |
void |
setNewDataFile(boolean rhs1)
Deprecated. Indicates if the dialog is for new data. |
void |
setPromptName(java.lang.String rhs1)
Deprecated. Prompt name. |
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. |
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 IDataConnectionPropertyPageProxy(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 IDataConnectionPropertyPageProxy()
public IDataConnectionPropertyPageProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDataConnectionPropertyPageProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDataConnectionPropertyPageProxy(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 IDataConnectionPropertyPage
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 IDataConnectionPropertyPage
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 IDataConnectionPropertyPage
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 IDataConnectionPropertyPage
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 IDataConnectionPropertyPage
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 IDataConnectionPropertyPage
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 IDataConnectionPropertyPage
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 IDataConnectionPropertyPage
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 IDataConnectionPropertyPage
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |