com.esri.arcgis.geodatabaseui
Class ITableViewInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseui.ITableViewInfoProxy
All Implemented Interfaces:
ITableViewInfo, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITableProperty2Proxy, ITableProperty3Proxy, ITablePropertyProxy

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

Description: 'Provides access to events that occur for which a client can store and load info about the look of the 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 ITableViewInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements ITableViewInfo, 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.ITableViewInfo
IID, IID0f25f47c_657a_11d3_9f6c_00c04f6bc886
 
Constructor Summary
  ITableViewInfoProxy()
          Deprecated. For internal use only
  ITableViewInfoProxy(java.lang.Object obj)
          Deprecated.  
protected ITableViewInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITableViewInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITableViewInfoProxy(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 getFieldOrder()
          Deprecated. Order of fields.
 int getFieldWidth(java.lang.String fieldName)
          Deprecated. Field Width.
 int getFrozenFields()
          Deprecated. Number of frozen fields.
 IColor getSelectionColor()
          Deprecated. Selection color used to highlight rows and graphics.
 void putPosition(int x1, int y1, int x2, int y2)
          Deprecated. Table window position.
 void queryPosition(int[] pX1, int[] pY1, int[] pX2, int[] pY2)
          Deprecated. Query table window position.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFieldOrder(java.lang.String pFieldList)
          Deprecated. Order of fields.
 void setFieldWidth(java.lang.String fieldName, int pFieldWidth)
          Deprecated. Field Width.
 void setFrozenFields(int pNumberOfFields)
          Deprecated. Number of frozen fields.
 void setSelectionColorByRef(IColor ppSelectionColor)
          Deprecated. Selection color used to highlight rows and graphics.
 
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

ITableViewInfoProxy

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

ITableViewInfoProxy

public ITableViewInfoProxy()
Deprecated. 
For internal use only


ITableViewInfoProxy

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

ITableViewInfoProxy

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

ITableViewInfoProxy

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

putPosition

public void putPosition(int x1,
                        int y1,
                        int x2,
                        int y2)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Table window position.

Specified by:
putPosition in interface ITableViewInfo
Parameters:
x1 - The x1 (in)
y1 - The y1 (in)
x2 - The x2 (in)
y2 - The y2 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryPosition

public void queryPosition(int[] pX1,
                          int[] pY1,
                          int[] pX2,
                          int[] pY2)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Query table window position.

Specified by:
queryPosition in interface ITableViewInfo
Parameters:
pX1 - The pX1 (out: use single element array)
pY1 - The pY1 (out: use single element array)
pX2 - The pX2 (out: use single element array)
pY2 - The pY2 (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionColor

public IColor getSelectionColor()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Selection color used to highlight rows and graphics.

Specified by:
getSelectionColor in interface ITableViewInfo
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.

setSelectionColorByRef

public void setSelectionColorByRef(IColor ppSelectionColor)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Selection color used to highlight rows and graphics.

Specified by:
setSelectionColorByRef in interface ITableViewInfo
Parameters:
ppSelectionColor - 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.

setFieldOrder

public void setFieldOrder(java.lang.String pFieldList)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Order of fields.

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

getFieldOrder

public java.lang.String getFieldOrder()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Order of fields.

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

setFieldWidth

public void setFieldWidth(java.lang.String fieldName,
                          int pFieldWidth)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Field Width.

Specified by:
setFieldWidth in interface ITableViewInfo
Parameters:
fieldName - The fieldName (in)
pFieldWidth - The pFieldWidth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldWidth

public int getFieldWidth(java.lang.String fieldName)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Field Width.

Specified by:
getFieldWidth in interface ITableViewInfo
Parameters:
fieldName - The fieldName (in)
Returns:
The pFieldWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFrozenFields

public void setFrozenFields(int pNumberOfFields)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Number of frozen fields.

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

getFrozenFields

public int getFrozenFields()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Number of frozen fields.

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