com.esri.arcgis.arcmapui
Class TableProperty

java.lang.Object
  extended by com.esri.arcgis.arcmapui.TableProperty
All Implemented Interfaces:
ITableProperty, ITableProperty2, ITableProperty3, ITableCharacteristics, ITableSelectionColor, ITableViewInfo, com.esri.arcgis.interop.RemoteObjRef, IClone, IPersist, IPersistStream, java.io.Externalizable, java.io.Serializable

public class TableProperty
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ITableProperty, ITableProperty2, ITableProperty3, ITableSelectionColor, ITableCharacteristics, IClone, IPersist, IPersistStream, java.io.Externalizable

COM Class 'TableProperty'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description 'Table window property.' 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 =

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Fields inherited from interface com.esri.arcgis.arcmapui.ITableProperty
IID, IID4657d951_5ffb_11d3_9f6c_00c04f6bc886, xxDummy
 
Fields inherited from interface com.esri.arcgis.arcmapui.ITableProperty2
IID, IID1cf1c3e1_6c5f_4e61_a802_fa00a9e33a9f, xxDummy
 
Fields inherited from interface com.esri.arcgis.arcmapui.ITableProperty3
IID, IID890f9558_6292_4903_9c4d_4f033cab5994, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabaseui.ITableViewInfo
IID0f25f47c_657a_11d3_9f6c_00c04f6bc886
 
Fields inherited from interface com.esri.arcgis.geodatabaseui.ITableSelectionColor
IID, IIDb1d2fcec_f7b9_4b77_b8fd_3425772f6ad8, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabaseui.ITableCharacteristics
IID, IIDbb16ff23_f083_4191_b921_6291ca3b512f, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IClone
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IPersistStream
IID, IID00000109_0000_0000_c000_000000000046, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IPersist
IID0000010c_0000_0000_c000_000000000046
 
Constructor Summary
TableProperty()
          Constructs a TableProperty using ArcGIS Engine.
TableProperty(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TableProperty theTableProperty = (TableProperty) obj;
 
Method Summary
 void assign(IClone src)
          Assigns the properties of src to the receiver.
 boolean equals(java.lang.Object o)
          Compare this object with another
 IClone esri_clone()
          Clones the receiver and assigns the result to *clone.
 Font getCellFont()
          Table font.
 IColor getCellTextColor()
          Text color use in table window.
 void getClassID(GUID[] pClassID)
          getClassID
static java.lang.String getClsid()
          getClsid.
 IFeatureLayer getFeatureLayer()
          Feature class of table window (Overrides table setting).
 java.lang.String getFieldOrder()
          Order of fields.
 int getFieldWidth(java.lang.String fieldName)
          Field Width.
 int getFrozenFields()
          Number of frozen fields.
 Font getHeadingFont()
          Table font.
 IColor getHeadingTextColor()
          Text color use in table window.
 java.lang.String getIndexFieldCharacter()
          Character placed to the right of the field name when a field is indexed.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 ILayer getLayer()
          Layer for table window (Overrides table and featurelayer setting).
 IColor getSelectedTableSelectionColor()
          Selection color use to highlight rows in the the selected tables and graphics.
 IColor getSelectionColor()
          Selection color use to highlight rows and graphics.
 void getSizeMax(_ULARGE_INTEGER[] pcbSize)
          getSizeMax
 IStandaloneTable getStandaloneTable()
          StandaloneTable for table window (Overrides table and layer setting).
 ITable getTable()
          Table of table window (Overrides feature class setting).
 int hashCode()
          the hashcode for this object
 boolean isAutoValidateEdits()
          Indicates if the table window should validate any changes to the data during editing.
 void isDirty()
          isDirty
 boolean isEqual(IClone other)
          Indicates if the receiver and other have the same properties.
 boolean isIdentical(IClone other)
          Indicates if the receiver and other are the same object.
 boolean isSelectedTable()
          Indicates if the Selected table is shown.
 boolean isShowCodedValueDomainDescriptions()
          Indicates if the table window shows coded value domain descriptions or values.
 boolean isShowIndexFieldCharacter()
          Indicates whether table window should show field index character.
 void load(IStream pstm)
          load
 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 readExternal(java.io.ObjectInput in)
           
 void release()
          Release a TableProperty.
 void save(IStream pstm, int fClearDirty)
          save
 void setAutoValidateEdits(boolean autoValidateEdits)
          Indicates if the table window should validate any changes to the data during editing.
 void setCellFontByRef(Font ppFont)
          Table font.
 void setCellTextColorByRef(IColor ppTextColor)
          Text color use in table window.
 void setFeatureLayerByRef(IFeatureLayer ppFeatureLayer)
          Feature class of table window (Overrides table setting).
 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 setHeadingFontByRef(Font ppFont)
          Table font.
 void setHeadingTextColorByRef(IColor ppTextColor)
          Text color use in table window.
 void setIndexFieldCharacter(java.lang.String pIndexChar)
          Character placed to the right of the field name when a field is indexed.
 void setLayerByRef(ILayer ppLayer)
          Layer for table window (Overrides table and featurelayer setting).
 void setSelectedTable(boolean pShowSelectedTable)
          Indicates if the Selected table is shown.
 void setSelectedTableSelectionColorByRef(IColor ppSelectionColor)
          Selection color use to highlight rows in the the selected tables and graphics.
 void setSelectionColorByRef(IColor ppSelectionColor)
          Selection color use to highlight rows and graphics.
 void setShowCodedValueDomainDescriptions(boolean showCodedValueDomainDescriptions)
          Indicates if the table window shows coded value domain descriptions or values.
 void setShowIndexFieldCharacter(boolean pShowIndexCharacter)
          Indicates whether table window should show field index character.
 void setStandaloneTableByRef(IStandaloneTable ppStandaloneTable)
          StandaloneTable for table window (Overrides table and layer setting).
 void setTableByRef(ITable ppTable)
          Table of table window (Overrides feature class setting).
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

TableProperty

public TableProperty()
              throws java.io.IOException,
                     java.net.UnknownHostException
Constructs a TableProperty using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

TableProperty

public TableProperty(java.lang.Object obj)
              throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TableProperty theTableProperty = (TableProperty) obj;

Construct a TableProperty using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TableProperty.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a TableProperty.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setSelectedTable

public void setSelectedTable(boolean pShowSelectedTable)
                      throws java.io.IOException,
                             AutomationException
Indicates if the Selected table is shown.

Specified by:
setSelectedTable in interface ITableProperty
Specified by:
setSelectedTable in interface ITableProperty2
Specified by:
setSelectedTable in interface ITableProperty3
Parameters:
pShowSelectedTable - The pShowSelectedTable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSelectedTable

public boolean isSelectedTable()
                        throws java.io.IOException,
                               AutomationException
Indicates if the Selected table is shown.

Specified by:
isSelectedTable in interface ITableProperty
Specified by:
isSelectedTable in interface ITableProperty2
Specified by:
isSelectedTable in interface ITableProperty3
Returns:
The pShowSelectedTable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableByRef

public void setTableByRef(ITable ppTable)
                   throws java.io.IOException,
                          AutomationException
Table of table window (Overrides feature class setting).

Specified by:
setTableByRef in interface ITableProperty
Specified by:
setTableByRef in interface ITableProperty2
Parameters:
ppTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTable

public ITable getTable()
                throws java.io.IOException,
                       AutomationException
Table of table window (Overrides feature class setting).

Specified by:
getTable in interface ITableProperty
Specified by:
getTable in interface ITableProperty2
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureLayerByRef

public void setFeatureLayerByRef(IFeatureLayer ppFeatureLayer)
                          throws java.io.IOException,
                                 AutomationException
Feature class of table window (Overrides table setting).

Specified by:
setFeatureLayerByRef in interface ITableProperty
Specified by:
setFeatureLayerByRef in interface ITableProperty2
Parameters:
ppFeatureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureLayer

public IFeatureLayer getFeatureLayer()
                              throws java.io.IOException,
                                     AutomationException
Feature class of table window (Overrides table setting).

Specified by:
getFeatureLayer in interface ITableProperty
Specified by:
getFeatureLayer in interface ITableProperty2
Returns:
A reference to a com.esri.arcgis.carto.IFeatureLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putPosition

public void putPosition(int x1,
                        int y1,
                        int x2,
                        int y2)
                 throws java.io.IOException,
                        AutomationException
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
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
Selection color use to highlight rows and graphics.

Specified by:
getSelectionColor in interface ITableSelectionColor
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
Selection color use to highlight rows and graphics.

Specified by:
setSelectionColorByRef in interface ITableSelectionColor
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
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
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
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
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
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
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.

setLayerByRef

public void setLayerByRef(ILayer ppLayer)
                   throws java.io.IOException,
                          AutomationException
Layer for table window (Overrides table and featurelayer setting).

Specified by:
setLayerByRef in interface ITableProperty2
Specified by:
setLayerByRef in interface ITableProperty3
Parameters:
ppLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayer

public ILayer getLayer()
                throws java.io.IOException,
                       AutomationException
Layer for table window (Overrides table and featurelayer setting).

Specified by:
getLayer in interface ITableProperty2
Specified by:
getLayer in interface ITableProperty3
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStandaloneTableByRef

public void setStandaloneTableByRef(IStandaloneTable ppStandaloneTable)
                             throws java.io.IOException,
                                    AutomationException
StandaloneTable for table window (Overrides table and layer setting).

Specified by:
setStandaloneTableByRef in interface ITableProperty3
Parameters:
ppStandaloneTable - A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStandaloneTable

public IStandaloneTable getStandaloneTable()
                                    throws java.io.IOException,
                                           AutomationException
StandaloneTable for table window (Overrides table and layer setting).

Specified by:
getStandaloneTable in interface ITableProperty3
Returns:
A reference to a com.esri.arcgis.carto.IStandaloneTable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedTableSelectionColor

public IColor getSelectedTableSelectionColor()
                                      throws java.io.IOException,
                                             AutomationException
Selection color use to highlight rows in the the selected tables and graphics.

Specified by:
getSelectedTableSelectionColor in interface ITableSelectionColor
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.

setSelectedTableSelectionColorByRef

public void setSelectedTableSelectionColorByRef(IColor ppSelectionColor)
                                         throws java.io.IOException,
                                                AutomationException
Selection color use to highlight rows in the the selected tables and graphics.

Specified by:
setSelectedTableSelectionColorByRef in interface ITableSelectionColor
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.

getHeadingFont

public Font getHeadingFont()
                    throws java.io.IOException,
                           AutomationException
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.

esri_clone

public IClone esri_clone()
                  throws java.io.IOException,
                         AutomationException
Clones the receiver and assigns the result to *clone.

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

assign

public void assign(IClone src)
            throws java.io.IOException,
                   AutomationException
Assigns the properties of src to the receiver.

Specified by:
assign in interface IClone
Parameters:
src - A reference to a com.esri.arcgis.system.IClone (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEqual

public boolean isEqual(IClone other)
                throws java.io.IOException,
                       AutomationException
Indicates if the receiver and other have the same properties.

Specified by:
isEqual in interface IClone
Parameters:
other - A reference to a com.esri.arcgis.system.IClone (in)
Returns:
The equal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIdentical

public boolean isIdentical(IClone other)
                    throws java.io.IOException,
                           AutomationException
Indicates if the receiver and other are the same object.

Specified by:
isIdentical in interface IClone
Parameters:
other - A reference to a com.esri.arcgis.system.IClone (in)
Returns:
The identical
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassID

public void getClassID(GUID[] pClassID)
                throws java.io.IOException,
                       AutomationException
getClassID

Specified by:
getClassID in interface IPersist
Parameters:
pClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDirty

public void isDirty()
             throws java.io.IOException,
                    AutomationException
isDirty

Specified by:
isDirty in interface IPersistStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

public void load(IStream pstm)
          throws java.io.IOException,
                 AutomationException
load

Specified by:
load in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

public void save(IStream pstm,
                 int fClearDirty)
          throws java.io.IOException,
                 AutomationException
save

Specified by:
save in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
fClearDirty - The fClearDirty (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSizeMax

public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
                throws java.io.IOException,
                       AutomationException
getSizeMax

Specified by:
getSizeMax in interface IPersistStream
Parameters:
pcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException