com.esri.arcgis.arcmapui
Class ITableWindow2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IDataWindowProxy
          extended by com.esri.arcgis.arcmapui.ITableWindow2Proxy
All Implemented Interfaces:
IDataWindow, ITableWindow2, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITableWindow3Proxy

Deprecated. Internal use only. Proxy for COM Interface 'ITableWindow2'. 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 ILayers.' 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 ITableWindow2Proxy
extends IDataWindowProxy
implements ITableWindow2, 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.ITableWindow2
IID, IID911d4652_aed0_41df_b528_81dac35d0b5e
 
Fields inherited from interface com.esri.arcgis.arcmapui.IDataWindow
IID04dbd416_aee2_11d1_8750_0000f8751720
 
Constructor Summary
  ITableWindow2Proxy()
          Deprecated. For internal use only
  ITableWindow2Proxy(java.lang.Object obj)
          Deprecated.  
protected ITableWindow2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITableWindow2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITableWindow2Proxy(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 findViaLayer(ILayer pLayer)
          Deprecated. Is table (of a layer) already being displayed.
 ITableWindow findViaStandaloneTable(IStandaloneTable pStandaloneTable)
          Deprecated. Is table (of a standalonetable) already being displayed.
 ILayer getLayer()
          Deprecated. Setup layer attributes to view.
 ISelectionSet getSelectionSet()
          Deprecated. Current selection set of the table.
 IStandaloneTable getStandaloneTable()
          Deprecated. The standalone 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 setLayerByRef(ILayer ppLayer)
          Deprecated. Setup layer attributes to view.
 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 setStandaloneTableByRef(IStandaloneTable table)
          Deprecated. The standalone 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

ITableWindow2Proxy

public ITableWindow2Proxy(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

ITableWindow2Proxy

public ITableWindow2Proxy()
Deprecated. 
For internal use only


ITableWindow2Proxy

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

ITableWindow2Proxy

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

ITableWindow2Proxy

protected ITableWindow2Proxy(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

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 ITableWindow2
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 ITableWindow2
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 ITableWindow2
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 ITableWindow2
Returns:
The pShowSelected
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 selection set of the table. Only valid for tables showing all rows.

Specified by:
getSelectionSet in interface ITableWindow2
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 ITableWindow2
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 ITableWindow2
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 ITableWindow2
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.

setLayerByRef

public void setLayerByRef(ILayer ppLayer)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Setup layer attributes to view.

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

getLayer

public ILayer getLayer()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Setup layer attributes to view.

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

setStandaloneTableByRef

public void setStandaloneTableByRef(IStandaloneTable table)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The standalone table to view/edit.

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

getStandaloneTable

public IStandaloneTable getStandaloneTable()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The standalone table to view/edit.

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

findViaLayer

public ITableWindow findViaLayer(ILayer pLayer)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Is table (of a layer) already being displayed.

Specified by:
findViaLayer in interface ITableWindow2
Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (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.

findViaStandaloneTable

public ITableWindow findViaStandaloneTable(IStandaloneTable pStandaloneTable)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Is table (of a standalonetable) already being displayed.

Specified by:
findViaStandaloneTable in interface ITableWindow2
Parameters:
pStandaloneTable - A reference to a com.esri.arcgis.carto.IStandaloneTable (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.