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, java.io.Externalizable, java.io.Serializable

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

Internal use class Proxy for COM Interface 'ITableFrame'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control table frames.' 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
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.arcmapui.ITableFrame
IID, IID23514918_7189_44fd_b7f1_71cb973aca26
 
Constructor Summary
  ITableFrameProxy()
          For internal use only
  ITableFrameProxy(java.lang.Object obj)
           
protected ITableFrameProxy(java.lang.Object obj, java.lang.String iid)
           
  ITableFrameProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ITableFrameProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.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(java.lang.String iidStr, java.lang.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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ITableFrameProxy

public ITableFrameProxy(java.lang.String CLSID,
                        java.lang.String host,
                        com.esri.arcgis.interop.AuthInfo authInfo)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ITableFrameProxy

public ITableFrameProxy()
For internal use only


ITableFrameProxy

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

ITableFrameProxy

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

ITableFrameProxy

protected ITableFrameProxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setTableView

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

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

getTableView

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

Specified by:
getTableView in interface ITableFrame
Returns:
A reference to a com.esri.arcgis.geodatabaseui.ITableView
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
The table (either standalone table or feature layer).

Specified by:
setTableByRef in interface ITableFrame
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
The table (either standalone table or feature layer).

Specified by:
getTable in interface ITableFrame
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.

setTableProperty

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

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

getTableProperty

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

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

setStartRow

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

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

getStartRow

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

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

setStartCol

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

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

getStartCol

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

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