com.esri.arcgis.geodatabaseui
Interface ITableViewInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITableProperty, ITableProperty2, ITableProperty3
All Known Implementing Classes:
ITableProperty2Proxy, ITableProperty3Proxy, ITablePropertyProxy, ITableViewInfoProxy, TableProperty

public interface ITableViewInfo
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0f25f47c_657a_11d3_9f6c_00c04f6bc886
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFieldOrder()
          Order of fields.
 int getFieldWidth(java.lang.String fieldName)
          Field Width.
 int getFrozenFields()
          Number of frozen fields.
 IColor getSelectionColor()
          Selection color used to highlight rows and graphics.
 void putPosition(int x1, int y1, int x2, int y2)
          Table window position.
 void queryPosition(int[] pX1, int[] pY1, int[] pX2, int[] pY2)
          Query table window position.
 void setFieldOrder(java.lang.String pFieldList)
          Order of fields.
 void setFieldWidth(java.lang.String fieldName, int pFieldWidth)
          Field Width.
 void setFrozenFields(int pNumberOfFields)
          Number of frozen fields.
 void setSelectionColorByRef(IColor ppSelectionColor)
          Selection color used to highlight rows and graphics.
 

Field Detail

IID0f25f47c_657a_11d3_9f6c_00c04f6bc886

static final int IID0f25f47c_657a_11d3_9f6c_00c04f6bc886
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

putPosition

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

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

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

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

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

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

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

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

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

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

getFieldOrder

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

Returns:
The pFieldList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldWidth

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

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

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

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

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

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

getFrozenFields

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

Returns:
The pNumberOfFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.