|
|||||||||
| 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.IDataWindowProxy
com.esri.arcgis.arcmapui.ITableWindow2Proxy
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
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.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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ITableWindow2Proxy(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 ITableWindow2Proxy()
public ITableWindow2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITableWindow2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITableWindow2Proxy(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 IDataWindowProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class IDataWindowProxyjava.io.IOException
public void setTableSelectionAction(int pAction)
throws java.io.IOException,
AutomationException
setTableSelectionAction in interface ITableWindow2pAction - A com.esri.arcgis.geodatabaseui.esriTableSelectionActions constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTableSelectionAction()
throws java.io.IOException,
AutomationException
getTableSelectionAction in interface ITableWindow2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowSelected(boolean pShowSelected)
throws java.io.IOException,
AutomationException
setShowSelected in interface ITableWindow2pShowSelected - The pShowSelected (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowSelected()
throws java.io.IOException,
AutomationException
isShowSelected in interface ITableWindow2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISelectionSet getSelectionSet()
throws java.io.IOException,
AutomationException
getSelectionSet in interface ITableWindow2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateSelection(ISelectionSet pSelection)
throws java.io.IOException,
AutomationException
updateSelection in interface ITableWindow2pSelection - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowAliasNamesInColumnHeadings(boolean rhs1)
throws java.io.IOException,
AutomationException
setShowAliasNamesInColumnHeadings in interface ITableWindow2rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITableControl getTableControl()
throws java.io.IOException,
AutomationException
getTableControl in interface ITableWindow2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerByRef(ILayer ppLayer)
throws java.io.IOException,
AutomationException
setLayerByRef in interface ITableWindow2ppLayer - 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 ILayer getLayer()
throws java.io.IOException,
AutomationException
getLayer in interface ITableWindow2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStandaloneTableByRef(IStandaloneTable table)
throws java.io.IOException,
AutomationException
setStandaloneTableByRef in interface ITableWindow2table - 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 IStandaloneTable getStandaloneTable()
throws java.io.IOException,
AutomationException
getStandaloneTable in interface ITableWindow2java.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 ITableWindow2pLayer - 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 findViaStandaloneTable(IStandaloneTable pStandaloneTable)
throws java.io.IOException,
AutomationException
findViaStandaloneTable in interface ITableWindow2pStandaloneTable - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||