|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.arcmapui.ITableFrameProxy
public class ITableFrameProxy
Provides access to members that control table frames.
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public ITableFrameProxy()
public ITableFrameProxy(Object obj) throws IOException
IOException
protected ITableFrameProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setTableView(ITableView tableView) throws IOException, AutomationException
setTableView
in interface ITableFrame
tableView
- A reference to a com.esri.arcgis.geodatabaseui.ITableView (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITableView getTableView() throws IOException, AutomationException
getTableView
in interface ITableFrame
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTableByRef(ITable ppTable) throws IOException, AutomationException
setTableByRef
in interface ITableFrame
ppTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getTable() throws IOException, AutomationException
getTable
in interface ITableFrame
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTableProperty(ITableProperty tableProperty) throws IOException, AutomationException
setTableProperty
in interface ITableFrame
tableProperty
- A reference to a com.esri.arcgis.arcmapui.ITableProperty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITableProperty getTableProperty() throws IOException, AutomationException
getTableProperty
in interface ITableFrame
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartRow(int startRow) throws IOException, AutomationException
setStartRow
in interface ITableFrame
startRow
- The startRow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStartRow() throws IOException, AutomationException
getStartRow
in interface ITableFrame
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStartCol(int startCol) throws IOException, AutomationException
setStartCol
in interface ITableFrame
startCol
- The startCol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStartCol() throws IOException, AutomationException
getStartCol
in interface ITableFrame
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |