com.esri.arcgis.arcmapui
Class ITableWindowProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IDataWindowProxy
          extended by com.esri.arcgis.arcmapui.ITableWindowProxy
All Implemented Interfaces:
IDataWindow, ITableWindow, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that display table window in ArcMap. This interface intergrates ITableView with ArcMap's events and selections.' 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 =

public class ITableWindowProxy
extends IDataWindowProxy
implements ITableWindow, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.ITableWindow
IID, IID4519eaf6_1a9c_11d2_a06c_0000f8775bf9
 
Fields inherited from interface com.esri.arcgis.arcmapui.IDataWindow
IID04dbd416_aee2_11d1_8750_0000f8751720
 
Constructor Summary
  ITableWindowProxy()
          Deprecated. For internal use only
  ITableWindowProxy(java.lang.Object obj)
          Deprecated.  
protected ITableWindowProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITableWindowProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITableWindowProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 ITableWindow findViaFeatureLayer(IFeatureLayer pFeatureLayer, boolean showSelected)
          Deprecated. Is table (of a featurelayer) already being displayed.
 ITableWindow findViaTable(ITable pTable, boolean showSelected)
          Deprecated. Is table already being displayed.
 IFeatureLayer getFeatureLayer()
          Deprecated. Setup feature class to view/edit.
 ISelectionSet getSelectionSet()
          Deprecated. Current s1election set of the table.
 ITable getTable()
          Deprecated. Setup table to view/edit.
 ITableControl getTableControl()
          Deprecated. The table control.
 int getTableSelectionAction()
          Deprecated. Action to perform when table selections are made.
 boolean isShowSelected()
          Deprecated. Indicates whether to show only features that are selected.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFeatureLayerByRef(IFeatureLayer ppFeatureLayer)
          Deprecated. Setup feature class to view/edit.
 void setShowAliasNamesInColumnHeadings(boolean rhs1)
          Deprecated. Show alias names or the real field name in column headings.
 void setShowSelected(boolean pShowSelected)
          Deprecated. Indicates whether to show only features that are selected.
 void setTableByRef(ITable ppTable)
          Deprecated. Setup table to view/edit.
 void setTableSelectionAction(int pAction)
          Deprecated. Action to perform when table selections are made.
 void updateSelection(ISelectionSet pSelection)
          Deprecated. Updates current table selection.
 
Methods inherited from class com.esri.arcgis.arcmapui.IDataWindowProxy
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, 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
 
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITableWindowProxy

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

ITableWindowProxy

public ITableWindowProxy()
Deprecated. 
For internal use only


ITableWindowProxy

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

ITableWindowProxy

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

ITableWindowProxy

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

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IDataWindowProxy
Throws:
java.io.IOException

setTableByRef

public void setTableByRef(ITable ppTable)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Setup table to view/edit.

Specified by:
setTableByRef in interface ITableWindow
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
Deprecated. 
Setup table to view/edit.

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

setFeatureLayerByRef

public void setFeatureLayerByRef(IFeatureLayer ppFeatureLayer)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Setup feature class to view/edit.

Specified by:
setFeatureLayerByRef in interface ITableWindow
Parameters:
ppFeatureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureLayer

public IFeatureLayer getFeatureLayer()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Setup feature class to view/edit.

Specified by:
getFeatureLayer in interface ITableWindow
Returns:
A reference to a com.esri.arcgis.carto.IFeatureLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableSelectionAction

public void setTableSelectionAction(int pAction)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Action to perform when table selections are made.

Specified by:
setTableSelectionAction in interface ITableWindow
Parameters:
pAction - A com.esri.arcgis.geodatabaseui.esriTableSelectionActions constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTableSelectionAction

public int getTableSelectionAction()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Action to perform when table selections are made.

Specified by:
getTableSelectionAction in interface ITableWindow
Returns:
A com.esri.arcgis.geodatabaseui.esriTableSelectionActions constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowSelected

public void setShowSelected(boolean pShowSelected)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates whether to show only features that are selected.

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

isShowSelected

public boolean isShowSelected()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates whether to show only features that are selected.

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

findViaFeatureLayer

public ITableWindow findViaFeatureLayer(IFeatureLayer pFeatureLayer,
                                        boolean showSelected)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Is table (of a featurelayer) already being displayed.

Specified by:
findViaFeatureLayer in interface ITableWindow
Parameters:
pFeatureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
showSelected - The showSelected (in)
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.

findViaTable

public ITableWindow findViaTable(ITable pTable,
                                 boolean showSelected)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Is table already being displayed.

Specified by:
findViaTable in interface ITableWindow
Parameters:
pTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
showSelected - The showSelected (in)
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.

getSelectionSet

public ISelectionSet getSelectionSet()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Current s1election set of the table. Only valid for tables showing all rows.

Specified by:
getSelectionSet in interface ITableWindow
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateSelection

public void updateSelection(ISelectionSet pSelection)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Updates current table selection. Does not update Mx feature layer selection.

Specified by:
updateSelection in interface ITableWindow
Parameters:
pSelection - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowAliasNamesInColumnHeadings

public void setShowAliasNamesInColumnHeadings(boolean rhs1)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Show alias names or the real field name in column headings. Default False.

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

getTableControl

public ITableControl getTableControl()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The table control. Table needs to be showing before you can get a valid pointer.

Specified by:
getTableControl in interface ITableWindow
Returns:
A reference to a com.esri.arcgis.geodatabaseui.ITableControl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.