com.esri.arcgis.arcmapui
Interface ITableWindow3

All Superinterfaces:
IDataWindow, ITableWindow2, java.io.Serializable
All Known Implementing Classes:
ITableWindow3Proxy, TableWindow

public interface ITableWindow3
extends ITableWindow2, java.io.Serializable

COM Interface 'ITableWindow3'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that extend ITableWindow functionality to work with dockable tables.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID195e57b7_cb45_47dc_853f_2b4e8d9b4bd6
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.arcmapui.ITableWindow2
IID911d4652_aed0_41df_b528_81dac35d0b5e
 
Fields inherited from interface com.esri.arcgis.arcmapui.IDataWindow
IID04dbd416_aee2_11d1_8750_0000f8751720
 
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
 

Field Detail

IID195e57b7_cb45_47dc_853f_2b4e8d9b4bd6

static final int IID195e57b7_cb45_47dc_853f_2b4e8d9b4bd6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isOpen

boolean isOpen()
               throws java.io.IOException,
                      AutomationException
Indicates if the window is open in the table window docking pane.

Returns:
The pIsOpen
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findOpenTableWindows

void findOpenTableWindows(ISet[] pTableWindows)
                          throws java.io.IOException,
                                 AutomationException
Gets all the open table windows.

Parameters:
pTableWindows - A reference to a com.esri.arcgis.system.ISet (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActiveTableWindow

ITableWindow getActiveTableWindow()
                                  throws java.io.IOException,
                                         AutomationException
Gets the active table window.

Returns:
A reference to a com.esri.arcgis.arcmapui.ITableWindow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.