|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.arcmapui.ITableDockWindowAdminProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ITableDockWindowAdminProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ITableDockWindowAdminProxy()
public ITableDockWindowAdminProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITableDockWindowAdminProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITableDockWindowAdminProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void show(ITableWindow pTableWindow,
boolean show)
throws java.io.IOException,
AutomationException
show in interface ITableDockWindowAdminpTableWindow - A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)show - The show (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void close(ITableWindow pTableWindow)
throws java.io.IOException,
AutomationException
close in interface ITableDockWindowAdminpTableWindow - A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void closeAllTables()
throws java.io.IOException,
AutomationException
closeAllTables in interface ITableDockWindowAdminjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isOpen(ITableWindow pTableWindow,
boolean[] pIsOpen)
throws java.io.IOException,
AutomationException
isOpen in interface ITableDockWindowAdminpTableWindow - A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)pIsOpen - The pIsOpen (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITableWindow findViaTable(ITable pTable,
boolean showSelected)
throws java.io.IOException,
AutomationException
findViaTable in interface ITableDockWindowAdminpTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)showSelected - The showSelected (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITableWindow findViaLayer(ILayer pLayer)
throws java.io.IOException,
AutomationException
findViaLayer in interface ITableDockWindowAdminpLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITableWindow findViaFeatureLayer(IFeatureLayer pFeatureLayer,
boolean showSelected)
throws java.io.IOException,
AutomationException
findViaFeatureLayer in interface ITableDockWindowAdminpFeatureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)showSelected - The showSelected (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITableWindow findViaStandaloneTable(IStandaloneTable pStandaloneTable)
throws java.io.IOException,
AutomationException
findViaStandaloneTable in interface ITableDockWindowAdminpStandaloneTable - A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITableWindow findViaUnknown(java.lang.Object pUnknown)
throws java.io.IOException,
AutomationException
findViaUnknown in interface ITableDockWindowAdminpUnknown - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findOpenTableWindows(ISet[] pTableWindows)
throws java.io.IOException,
AutomationException
findOpenTableWindows in interface ITableDockWindowAdminpTableWindows - A reference to a com.esri.arcgis.system.ISet (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateTitle(ITableWindow pTableWindow)
throws java.io.IOException,
AutomationException
updateTitle in interface ITableDockWindowAdminpTableWindow - A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActiveWindow(ITableWindow pTableWindow)
throws java.io.IOException,
AutomationException
setActiveWindow in interface ITableDockWindowAdminpTableWindow - A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void showNextTable(boolean forward)
throws java.io.IOException,
AutomationException
showNextTable in interface ITableDockWindowAdminforward - The forward (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITableWindow getActiveTableWindow()
throws java.io.IOException,
AutomationException
getActiveTableWindow in interface ITableDockWindowAdminjava.io.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 | ||||||||