com.esri.arcgis.arcmapui
Class IDataConnectionPropertyPageProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IDataConnectionPropertyPageProxy
All Implemented Interfaces:
IDataConnectionPropertyPage, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDataConnectionPropertyPage'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IDataConnectionPropertyPage, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDataConnectionPropertyPageProxy

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

IDataConnectionPropertyPageProxy

public IDataConnectionPropertyPageProxy()
Deprecated. 
For internal use only


IDataConnectionPropertyPageProxy

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

IDataConnectionPropertyPageProxy

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

IDataConnectionPropertyPageProxy

protected IDataConnectionPropertyPageProxy(java.lang.String CLSID,
                                           java.lang.String iid,
                                           java.lang.String host,
                                           com.esri.arcgis.interop.AuthInfo authInfo)
                                    throws java.io.IOException
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setEnabled

public void setEnabled(boolean rhs1)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if all the window controls in the property page are enabled.

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

setNewDataFile

public void setNewDataFile(boolean rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the dialog is for new data.

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

setDefaultName

public void setDefaultName(java.lang.String rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Default name when NewDataFile is true.

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

setPromptName

public void setPromptName(java.lang.String rhs1)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Prompt name. Default is to use 'Save As:' for saving and 'Choose:' for loading.

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

setType

public void setType(int rhs1)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Type of data we are getting or putting.

Specified by:
setType in interface IDataConnectionPropertyPage
Parameters:
rhs1 - A com.esri.arcgis.arcmapui.esriDCType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public IName getName()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
User selected Name (ie, FeatureClassName, TableName).

Specified by:
getName in interface IDataConnectionPropertyPage
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSkipByRef

public void setSkipByRef(ITable rhs1)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
When NewDataFile is false, skip this table/featureclass in the ComboBox.

Specified by:
setSkipByRef in interface IDataConnectionPropertyPage
Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

attemptToDeleteExistingName

public void attemptToDeleteExistingName()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
For save dialogs, attempt to delete the table/feature class. Returns successfully if the object is delete, S_FALSE if the user requested no, or the delete error.

Specified by:
attemptToDeleteExistingName in interface IDataConnectionPropertyPage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCallback

public void setCallback(IDataConnectionCallback rhs1)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Callback implementation (not mandatory).

Specified by:
setCallback in interface IDataConnectionPropertyPage
Parameters:
rhs1 - A reference to a com.esri.arcgis.arcmapui.IDataConnectionCallback (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.