com.esri.arcgis.geodatabaseui
Class ITableCharacteristicsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseui.ITableCharacteristicsProxy
All Implemented Interfaces:
ITableCharacteristics, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the characteristics of a Table.' 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 ITableCharacteristicsProxy
extends com.esri.arcgis.interop.Dispatch
implements ITableCharacteristics, 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.geodatabaseui.ITableCharacteristics
IID, IIDbb16ff23_f083_4191_b921_6291ca3b512f
 
Constructor Summary
  ITableCharacteristicsProxy()
          Deprecated. For internal use only
  ITableCharacteristicsProxy(java.lang.Object obj)
          Deprecated.  
protected ITableCharacteristicsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITableCharacteristicsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITableCharacteristicsProxy(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.  
 Font getCellFont()
          Deprecated. Table font.
 IColor getCellTextColor()
          Deprecated. Text color use in table window.
 Font getHeadingFont()
          Deprecated. Table font.
 IColor getHeadingTextColor()
          Deprecated. Text color use in table window.
 java.lang.String getIndexFieldCharacter()
          Deprecated. Character placed to the right of the field name when a field is indexed.
 boolean isAutoValidateEdits()
          Deprecated. Indicates if the table window should validate any changes to the data during editing.
 boolean isShowCodedValueDomainDescriptions()
          Deprecated. Indicates if the table window shows coded value domain descriptions or values.
 boolean isShowIndexFieldCharacter()
          Deprecated. Indicates whether table window should show field index character.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAutoValidateEdits(boolean autoValidateEdits)
          Deprecated. Indicates if the table window should validate any changes to the data during editing.
 void setCellFontByRef(Font ppFont)
          Deprecated. Table font.
 void setCellTextColorByRef(IColor ppTextColor)
          Deprecated. Text color use in table window.
 void setHeadingFontByRef(Font ppFont)
          Deprecated. Table font.
 void setHeadingTextColorByRef(IColor ppTextColor)
          Deprecated. Text color use in table window.
 void setIndexFieldCharacter(java.lang.String pIndexChar)
          Deprecated. Character placed to the right of the field name when a field is indexed.
 void setShowCodedValueDomainDescriptions(boolean showCodedValueDomainDescriptions)
          Deprecated. Indicates if the table window shows coded value domain descriptions or values.
 void setShowIndexFieldCharacter(boolean pShowIndexCharacter)
          Deprecated. Indicates whether table window should show field index character.
 
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

ITableCharacteristicsProxy

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

ITableCharacteristicsProxy

public ITableCharacteristicsProxy()
Deprecated. 
For internal use only


ITableCharacteristicsProxy

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

ITableCharacteristicsProxy

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

ITableCharacteristicsProxy

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

getHeadingFont

public Font getHeadingFont()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Table font.

Specified by:
getHeadingFont in interface ITableCharacteristics
Returns:
A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellFont

public Font getCellFont()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Table font.

Specified by:
getCellFont in interface ITableCharacteristics
Returns:
A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeadingTextColor

public IColor getHeadingTextColor()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Text color use in table window.

Specified by:
getHeadingTextColor in interface ITableCharacteristics
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellTextColor

public IColor getCellTextColor()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Text color use in table window.

Specified by:
getCellTextColor in interface ITableCharacteristics
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIndexFieldCharacter

public java.lang.String getIndexFieldCharacter()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Character placed to the right of the field name when a field is indexed.

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

isShowIndexFieldCharacter

public boolean isShowIndexFieldCharacter()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Indicates whether table window should show field index character.

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

setHeadingFontByRef

public void setHeadingFontByRef(Font ppFont)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Table font.

Specified by:
setHeadingFontByRef in interface ITableCharacteristics
Parameters:
ppFont - A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellFontByRef

public void setCellFontByRef(Font ppFont)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Table font.

Specified by:
setCellFontByRef in interface ITableCharacteristics
Parameters:
ppFont - A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHeadingTextColorByRef

public void setHeadingTextColorByRef(IColor ppTextColor)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Text color use in table window.

Specified by:
setHeadingTextColorByRef in interface ITableCharacteristics
Parameters:
ppTextColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellTextColorByRef

public void setCellTextColorByRef(IColor ppTextColor)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Text color use in table window.

Specified by:
setCellTextColorByRef in interface ITableCharacteristics
Parameters:
ppTextColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndexFieldCharacter

public void setIndexFieldCharacter(java.lang.String pIndexChar)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Character placed to the right of the field name when a field is indexed.

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

setShowIndexFieldCharacter

public void setShowIndexFieldCharacter(boolean pShowIndexCharacter)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates whether table window should show field index character.

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

isAutoValidateEdits

public boolean isAutoValidateEdits()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if the table window should validate any changes to the data during editing.

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

setAutoValidateEdits

public void setAutoValidateEdits(boolean autoValidateEdits)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the table window should validate any changes to the data during editing.

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

isShowCodedValueDomainDescriptions

public boolean isShowCodedValueDomainDescriptions()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Indicates if the table window shows coded value domain descriptions or values.

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

setShowCodedValueDomainDescriptions

public void setShowCodedValueDomainDescriptions(boolean showCodedValueDomainDescriptions)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Indicates if the table window shows coded value domain descriptions or values.

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