com.esri.arcgis.cartoUI
Class IAVObjectProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.cartoUI.IAVObjectProxy
All Implemented Interfaces:
IAVObject, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the ArcView (3.x) object.' 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 IAVObjectProxy
extends com.esri.arcgis.interop.Dispatch
implements IAVObject, 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.cartoUI.IAVObject
IID, IID049eadd1_dd95_11d3_9fd4_00c04f6bc78e
 
Constructor Summary
  IAVObjectProxy()
          Deprecated. For internal use only
  IAVObjectProxy(java.lang.Object obj)
          Deprecated.  
protected IAVObjectProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IAVObjectProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IAVObjectProxy(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 addProperty(IProperty prop)
          Deprecated. Adds a property to the object.
 void clearProperties()
          Deprecated. Clears out all of the properties of the object.
 IProperty getProperty(int index)
          Deprecated. The properties at the given index.
 int getPropertyCount()
          Deprecated. Number of properties for the object.
 java.lang.String getType()
          Deprecated. Type of object.
 java.lang.String queryPropertyValue(java.lang.String propertyName)
          Deprecated. Returns the value of one of the object's properties.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setType(java.lang.String type)
          Deprecated. Type of object.
 
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

IAVObjectProxy

public IAVObjectProxy(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

IAVObjectProxy

public IAVObjectProxy()
Deprecated. 
For internal use only


IAVObjectProxy

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

IAVObjectProxy

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

IAVObjectProxy

protected IAVObjectProxy(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

getType

public java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Type of object.

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

setType

public void setType(java.lang.String type)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Type of object.

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

getPropertyCount

public int getPropertyCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Number of properties for the object.

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

getProperty

public IProperty getProperty(int index)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The properties at the given index.

Specified by:
getProperty in interface IAVObject
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IProperty
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addProperty

public void addProperty(IProperty prop)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Adds a property to the object.

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

queryPropertyValue

public java.lang.String queryPropertyValue(java.lang.String propertyName)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Returns the value of one of the object's properties. Only valid if you're expecting a single property with the given name.

Specified by:
queryPropertyValue in interface IAVObject
Parameters:
propertyName - The propertyName (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearProperties

public void clearProperties()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Clears out all of the properties of the object.

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