|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableWindow3
Provides access to members that extend ITableWindow functionality to work with dockable tables.
Method Summary | |
---|---|
void |
findOpenTableWindows(ISet[] pTableWindows)
Gets all the open table windows. |
ITableWindow |
getActiveTableWindow()
Gets the active table window. |
boolean |
isOpen()
Indicates if the window is open in the table window docking pane. |
Methods inherited from interface com.esri.arcgis.arcmapui.ITableWindow2 |
---|
findViaLayer, findViaStandaloneTable, getLayer, getSelectionSet, getStandaloneTable, getTableControl, getTableSelectionAction, isShowSelected, setLayerByRef, setShowAliasNamesInColumnHeadings, setShowSelected, setStandaloneTableByRef, setTableSelectionAction, updateSelection |
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow |
---|
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show |
Method Detail |
---|
boolean isOpen() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void findOpenTableWindows(ISet[] pTableWindows) throws IOException, AutomationException
pTableWindows
- A reference to a com.esri.arcgis.system.ISet (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableWindow getActiveTableWindow() throws IOException, AutomationException
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 |