com.esri.arcgis.cartox
Class IProtectNameCartoXProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.cartox.IProtectNameCartoXProxy
All Implemented Interfaces:
IProtectNameCartoX, Externalizable, Serializable

public class IProtectNameCartoXProxy
extends com.esri.arcgis.interop.Dispatch
implements IProtectNameCartoX, Serializable

Provides access to dummy methods protecting name correctness.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IProtectNameCartoXProxy()
           
  IProtectNameCartoXProxy(Object obj)
           
protected IProtectNameCartoXProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void fileName()
          fileName
 void filePath()
          filePath
 void format()
          format
 void height()
          height
 void imgType()
          imgType
 void joinInfo()
          joinInfo
 void layerID()
          layerID
 void protectOLE_COLOR(int aColor)
          protectOLE_COLOR
 void protectOLE_HANDLE(int aHandle)
          protectOLE_HANDLE
 void removeListener(String iidStr, Object theListener)
           
 void type()
          type
 void uRL()
          uRL
 void value()
          value
 void width()
          width
 
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

noncastable

public boolean noncastable
Constructor Detail

IProtectNameCartoXProxy

public IProtectNameCartoXProxy()

IProtectNameCartoXProxy

public IProtectNameCartoXProxy(Object obj)
                        throws IOException
Throws:
IOException

IProtectNameCartoXProxy

protected IProtectNameCartoXProxy(Object obj,
                                  String iid)
                           throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

fileName

public void fileName()
              throws IOException,
                     AutomationException
fileName

Specified by:
fileName in interface IProtectNameCartoX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

protectOLE_HANDLE

public void protectOLE_HANDLE(int aHandle)
                       throws IOException,
                              AutomationException
protectOLE_HANDLE

Specified by:
protectOLE_HANDLE in interface IProtectNameCartoX
Parameters:
aHandle - The aHandle (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

protectOLE_COLOR

public void protectOLE_COLOR(int aColor)
                      throws IOException,
                             AutomationException
protectOLE_COLOR

Specified by:
protectOLE_COLOR in interface IProtectNameCartoX
Parameters:
aColor - The aColor (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

joinInfo

public void joinInfo()
              throws IOException,
                     AutomationException
joinInfo

Specified by:
joinInfo in interface IProtectNameCartoX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

height

public void height()
            throws IOException,
                   AutomationException
height

Specified by:
height in interface IProtectNameCartoX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

width

public void width()
           throws IOException,
                  AutomationException
width

Specified by:
width in interface IProtectNameCartoX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

type

public void type()
          throws IOException,
                 AutomationException
type

Specified by:
type in interface IProtectNameCartoX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

imgType

public void imgType()
             throws IOException,
                    AutomationException
imgType

Specified by:
imgType in interface IProtectNameCartoX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

format

public void format()
            throws IOException,
                   AutomationException
format

Specified by:
format in interface IProtectNameCartoX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

layerID

public void layerID()
             throws IOException,
                    AutomationException
layerID

Specified by:
layerID in interface IProtectNameCartoX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

filePath

public void filePath()
              throws IOException,
                     AutomationException
filePath

Specified by:
filePath in interface IProtectNameCartoX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

uRL

public void uRL()
         throws IOException,
                AutomationException
uRL

Specified by:
uRL in interface IProtectNameCartoX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

value

public void value()
           throws IOException,
                  AutomationException
value

Specified by:
value in interface IProtectNameCartoX
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.