com.esri.arcgis.arcmapui
Class ITableFrameProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.ITableFrameProxy
All Implemented Interfaces:
ITableFrame, Externalizable, Serializable

public class ITableFrameProxy
extends com.esri.arcgis.interop.Dispatch
implements ITableFrame, Serializable

Provides access to members that control table frames.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ITableFrameProxy()
           
  ITableFrameProxy(Object obj)
           
protected ITableFrameProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getStartCol()
          The first column to display.
 int getStartRow()
          The first row to display.
 ITable getTable()
          The table (either standalone table or feature layer).
 ITableProperty getTableProperty()
          The table property.
 ITableView getTableView()
          The table view to show.
 void removeListener(String iidStr, Object theListener)
           
 void setStartCol(int startCol)
          The first column to display.
 void setStartRow(int startRow)
          The first row to display.
 void setTableByRef(ITable ppTable)
          The table (either standalone table or feature layer).
 void setTableProperty(ITableProperty tableProperty)
          The table property.
 void setTableView(ITableView tableView)
          The table view to show.
 
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

noncastable

public boolean noncastable
Constructor Detail

ITableFrameProxy

public ITableFrameProxy()

ITableFrameProxy

public ITableFrameProxy(Object obj)
                 throws IOException
Throws:
IOException

ITableFrameProxy

protected ITableFrameProxy(Object obj,
                           String iid)
                    throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

setTableView

public void setTableView(ITableView tableView)
                  throws IOException,
                         AutomationException
The table view to show.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setTableView in interface ITableFrame
Parameters:
tableView - A reference to a com.esri.arcgis.geodatabaseui.ITableView (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTableView

public ITableView getTableView()
                        throws IOException,
                               AutomationException
The table view to show.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getTableView in interface ITableFrame
Returns:
A reference to a com.esri.arcgis.geodatabaseui.ITableView
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableByRef

public void setTableByRef(ITable ppTable)
                   throws IOException,
                          AutomationException
The table (either standalone table or feature layer).

Product Availability

Available with ArcGIS Desktop.

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

getTable

public ITable getTable()
                throws IOException,
                       AutomationException
The table (either standalone table or feature layer).

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setTableProperty

public void setTableProperty(ITableProperty tableProperty)
                      throws IOException,
                             AutomationException
The table property.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setTableProperty in interface ITableFrame
Parameters:
tableProperty - A reference to a com.esri.arcgis.arcmapui.ITableProperty (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTableProperty

public ITableProperty getTableProperty()
                                throws IOException,
                                       AutomationException
The table property.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getTableProperty in interface ITableFrame
Returns:
A reference to a com.esri.arcgis.arcmapui.ITableProperty
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartRow

public void setStartRow(int startRow)
                 throws IOException,
                        AutomationException
The first row to display.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setStartRow in interface ITableFrame
Parameters:
startRow - The startRow (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStartRow

public int getStartRow()
                throws IOException,
                       AutomationException
The first row to display.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getStartRow in interface ITableFrame
Returns:
The startRow
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartCol

public void setStartCol(int startCol)
                 throws IOException,
                        AutomationException
The first column to display.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setStartCol in interface ITableFrame
Parameters:
startCol - The startCol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStartCol

public int getStartCol()
                throws IOException,
                       AutomationException
The first column to display.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getStartCol in interface ITableFrame
Returns:
The startCol
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.