com.esri.arcgis.arcmapui
Class ITableDockWindowAdminProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.ITableDockWindowAdminProxy
All Implemented Interfaces:
ITableDockWindowAdmin, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to the table docking window.' 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 ITableDockWindowAdminProxy
extends com.esri.arcgis.interop.Dispatch
implements ITableDockWindowAdmin, 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.ITableDockWindowAdmin
IID, IID9060eaa6_7a2e_452c_8224_6b89e015b89d
 
Constructor Summary
  ITableDockWindowAdminProxy()
          Deprecated. For internal use only
  ITableDockWindowAdminProxy(java.lang.Object obj)
          Deprecated.  
protected ITableDockWindowAdminProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITableDockWindowAdminProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITableDockWindowAdminProxy(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.  
 void close(ITableWindow pTableWindow)
          Deprecated. Close table pane.
 void closeAllTables()
          Deprecated. Close all table panes.
 void findOpenTableWindows(ISet[] pTableWindows)
          Deprecated. Gets all the open table windows.
 ITableWindow findViaFeatureLayer(IFeatureLayer pFeatureLayer, boolean showSelected)
          Deprecated. Is table (of a featurelayer) already being displayed.
 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.
 ITableWindow findViaTable(ITable pTable, boolean showSelected)
          Deprecated. Is table already being displayed.
 ITableWindow findViaUnknown(java.lang.Object pUnknown)
          Deprecated. Is table already being displayed.
 ITableWindow getActiveTableWindow()
          Deprecated. Gets the active table window.
 void isOpen(ITableWindow pTableWindow, boolean[] pIsOpen)
          Deprecated. Is Table window open.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setActiveWindow(ITableWindow pTableWindow)
          Deprecated. Set the active window.
 void show(ITableWindow pTableWindow, boolean show)
          Deprecated. Show Table pane.
 void showNextTable(boolean forward)
          Deprecated. Show next table pane.
 void updateTitle(ITableWindow pTableWindow)
          Deprecated. Update the pane title.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITableDockWindowAdminProxy

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

ITableDockWindowAdminProxy

public ITableDockWindowAdminProxy()
Deprecated. 
For internal use only


ITableDockWindowAdminProxy

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

ITableDockWindowAdminProxy

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

ITableDockWindowAdminProxy

protected ITableDockWindowAdminProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

show

public void show(ITableWindow pTableWindow,
                 boolean show)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Show Table pane.

Specified by:
show in interface ITableDockWindowAdmin
Parameters:
pTableWindow - A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)
show - The show (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

close

public void close(ITableWindow pTableWindow)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Close table pane.

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

closeAllTables

public void closeAllTables()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Close all table panes.

Specified by:
closeAllTables in interface ITableDockWindowAdmin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOpen

public void isOpen(ITableWindow pTableWindow,
                   boolean[] pIsOpen)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Is Table window open.

Specified by:
isOpen in interface ITableDockWindowAdmin
Parameters:
pTableWindow - A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)
pIsOpen - The pIsOpen (out: use single element array)
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 ITableDockWindowAdmin
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.

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 ITableDockWindowAdmin
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.

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 ITableDockWindowAdmin
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.

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 ITableDockWindowAdmin
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.

findViaUnknown

public ITableWindow findViaUnknown(java.lang.Object pUnknown)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Is table already being displayed.

Specified by:
findViaUnknown in interface ITableDockWindowAdmin
Parameters:
pUnknown - A reference to another Object (IUnknown) (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.

findOpenTableWindows

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

Specified by:
findOpenTableWindows in interface ITableDockWindowAdmin
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.

updateTitle

public void updateTitle(ITableWindow pTableWindow)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Update the pane title.

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

setActiveWindow

public void setActiveWindow(ITableWindow pTableWindow)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Set the active window.

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

showNextTable

public void showNextTable(boolean forward)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Show next table pane.

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

getActiveTableWindow

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

Specified by:
getActiveTableWindow in interface ITableDockWindowAdmin
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.