com.esri.arcgis.carto
Class IMaplexKeyNumberGroupProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMaplexKeyNumberGroupProxy
All Implemented Interfaces:
IMaplexKeyNumberGroup, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IMaplexKeyNumberGroup'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a Maplex key numbering group.' 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 IMaplexKeyNumberGroupProxy
extends com.esri.arcgis.interop.Dispatch
implements IMaplexKeyNumberGroup, 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.carto.IMaplexKeyNumberGroup
IID, IIDae54019f_8f5e_6742_88f5_663fe3e3dba5
 
Constructor Summary
  IMaplexKeyNumberGroupProxy()
          Deprecated. For internal use only
  IMaplexKeyNumberGroupProxy(java.lang.Object obj)
          Deprecated.  
protected IMaplexKeyNumberGroupProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMaplexKeyNumberGroupProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMaplexKeyNumberGroupProxy(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.  
 java.lang.String getDelimiterCharacter()
          Deprecated. The delimiter character used by the key numbering group.
 int getHorizontalAlignment()
          Deprecated. The horizontal alignment used by the key numbering group.
 int getMaximumNumberOfLines()
          Deprecated. The maximum number of lines allowed in the key numbering group.
 int getMinimumNumberOfLines()
          Deprecated. The minimum number of lines allowed in the key numbering group.
 java.lang.String getName()
          Deprecated. The name of the key numbering group.
 int getNumberResetType()
          Deprecated. The type of number reset used by the key numbering group.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDelimiterCharacter(java.lang.String name)
          Deprecated. The delimiter character used by the key numbering group.
 void setHorizontalAlignment(int value)
          Deprecated. The horizontal alignment used by the key numbering group.
 void setMaximumNumberOfLines(int value)
          Deprecated. The maximum number of lines allowed in the key numbering group.
 void setMinimumNumberOfLines(int value)
          Deprecated. The minimum number of lines allowed in the key numbering group.
 void setName(java.lang.String name)
          Deprecated. The name of the key numbering group.
 void setNumberResetType(int value)
          Deprecated. The type of number reset used by the key numbering group.
 
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

IMaplexKeyNumberGroupProxy

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

IMaplexKeyNumberGroupProxy

public IMaplexKeyNumberGroupProxy()
Deprecated. 
For internal use only


IMaplexKeyNumberGroupProxy

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

IMaplexKeyNumberGroupProxy

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

IMaplexKeyNumberGroupProxy

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The name of the key numbering group.

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

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The name of the key numbering group.

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

getHorizontalAlignment

public int getHorizontalAlignment()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The horizontal alignment used by the key numbering group.

Specified by:
getHorizontalAlignment in interface IMaplexKeyNumberGroup
Returns:
A com.esri.arcgis.carto.esriMaplexKeyNumberHorizontalAlignment constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHorizontalAlignment

public void setHorizontalAlignment(int value)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The horizontal alignment used by the key numbering group.

Specified by:
setHorizontalAlignment in interface IMaplexKeyNumberGroup
Parameters:
value - A com.esri.arcgis.carto.esriMaplexKeyNumberHorizontalAlignment constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimumNumberOfLines

public int getMinimumNumberOfLines()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The minimum number of lines allowed in the key numbering group.

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

setMinimumNumberOfLines

public void setMinimumNumberOfLines(int value)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The minimum number of lines allowed in the key numbering group.

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

getMaximumNumberOfLines

public int getMaximumNumberOfLines()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The maximum number of lines allowed in the key numbering group.

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

setMaximumNumberOfLines

public void setMaximumNumberOfLines(int value)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The maximum number of lines allowed in the key numbering group.

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

getDelimiterCharacter

public java.lang.String getDelimiterCharacter()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
The delimiter character used by the key numbering group.

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

setDelimiterCharacter

public void setDelimiterCharacter(java.lang.String name)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The delimiter character used by the key numbering group.

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

getNumberResetType

public int getNumberResetType()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The type of number reset used by the key numbering group.

Specified by:
getNumberResetType in interface IMaplexKeyNumberGroup
Returns:
A com.esri.arcgis.carto.esriMaplexKeyNumberResetType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumberResetType

public void setNumberResetType(int value)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The type of number reset used by the key numbering group.

Specified by:
setNumberResetType in interface IMaplexKeyNumberGroup
Parameters:
value - A com.esri.arcgis.carto.esriMaplexKeyNumberResetType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.