|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.TableDockWindow
public class TableDockWindow
COM Class 'TableDockWindow'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Table dock 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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.framework.IDockableWindowDef |
---|
IID, IID3d1fa10a_f154_11d3_a67e_0008c7df97b9, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IDockableWindowImageDef |
---|
IID, IID08f4fc5d_c23f_4210_b289_1350ed5632ed, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IDockableWindowInitialPlacement |
---|
IID, IID1ec80980_7a02_426d_bd2b_c6d3beb2ed54, xxDummy |
Fields inherited from interface com.esri.arcgis.arcmapui.ITableDockWindowAdmin |
---|
IID, IID9060eaa6_7a2e_452c_8224_6b89e015b89d, xxDummy |
Constructor Summary | |
---|---|
TableDockWindow()
Constructs a TableDockWindow using ArcGIS Engine. |
|
TableDockWindow(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TableDockWindow theTableDockWindow = (TableDockWindow) obj; |
Method Summary | |
---|---|
void |
close(ITableWindow pTableWindow)
Close table pane. |
void |
closeAllTables()
Close all table panes. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
findOpenTableWindows(ISet[] pTableWindows)
Gets all the open table windows. |
ITableWindow |
findViaFeatureLayer(IFeatureLayer pFeatureLayer,
boolean showSelected)
Is table (of a featurelayer) already being displayed. |
ITableWindow |
findViaLayer(ILayer pLayer)
Is table (of a layer) already being displayed. |
ITableWindow |
findViaStandaloneTable(IStandaloneTable pStandaloneTable)
Is table (of a standalonetable) already being displayed. |
ITableWindow |
findViaTable(ITable pTable,
boolean showSelected)
Is table already being displayed. |
ITableWindow |
findViaUnknown(java.lang.Object pUnknown)
Is table already being displayed. |
ITableWindow |
getActiveTableWindow()
Gets the active table window. |
int |
getBitmap()
Provide a bitmap for dockviews |
java.lang.String |
getCaption()
The caption of the dockable window. |
int |
getChildHWND()
The hWnd of the window to be embedded in a dockable window. |
static java.lang.String |
getClsid()
getClsid. |
int |
getDockPosition()
DockPosition |
int |
getHeight()
Height |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
The name of the dockable window. |
IUID |
getNeighbor()
Neighbor |
java.lang.Object |
getUserData()
User defined data. |
int |
getWidth()
Width |
int |
hashCode()
the hashcode for this object |
void |
isOpen(ITableWindow pTableWindow,
boolean[] pIsOpen)
Is Table window open. |
void |
onCreate(java.lang.Object hook)
Occurs when this dockable window is created and provides access to the application. |
void |
onDestroy()
Occurs when the docking window is about to be destroyed. |
void |
release()
Release a TableDockWindow. |
void |
setActiveWindow(ITableWindow pTableWindow)
Set the active window. |
void |
show(ITableWindow pTableWindow,
boolean show)
Show Table pane. |
void |
showNextTable(boolean forward)
Show next table pane. |
void |
updateTitle(ITableWindow pTableWindow)
Update the pane title. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableDockWindow() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic TableDockWindow(java.lang.Object obj) throws java.io.IOException
TableDockWindow theTableDockWindow = (TableDockWindow) obj;
obj
to TableDockWindow
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void onCreate(java.lang.Object hook) throws java.io.IOException, AutomationException
onCreate
in interface IDockableWindowDef
hook
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getChildHWND() throws java.io.IOException, AutomationException
getChildHWND
in interface IDockableWindowDef
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IDockableWindowDef
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCaption() throws java.io.IOException, AutomationException
getCaption
in interface IDockableWindowDef
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onDestroy() throws java.io.IOException, AutomationException
onDestroy
in interface IDockableWindowDef
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getUserData() throws java.io.IOException, AutomationException
getUserData
in interface IDockableWindowDef
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBitmap() throws java.io.IOException, AutomationException
getBitmap
in interface IDockableWindowImageDef
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHeight() throws java.io.IOException, AutomationException
getHeight
in interface IDockableWindowInitialPlacement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws java.io.IOException, AutomationException
getWidth
in interface IDockableWindowInitialPlacement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDockPosition() throws java.io.IOException, AutomationException
getDockPosition
in interface IDockableWindowInitialPlacement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getNeighbor() throws java.io.IOException, AutomationException
getNeighbor
in interface IDockableWindowInitialPlacement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show(ITableWindow pTableWindow, boolean show) throws java.io.IOException, AutomationException
show
in interface ITableDockWindowAdmin
pTableWindow
- 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 ITableDockWindowAdmin
pTableWindow
- 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 ITableDockWindowAdmin
java.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 ITableDockWindowAdmin
pTableWindow
- 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 ITableDockWindowAdmin
pTable
- 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 ITableDockWindowAdmin
pLayer
- 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 ITableDockWindowAdmin
pFeatureLayer
- 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 ITableDockWindowAdmin
pStandaloneTable
- 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 ITableDockWindowAdmin
pUnknown
- 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 ITableDockWindowAdmin
pTableWindows
- 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 ITableDockWindowAdmin
pTableWindow
- 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 ITableDockWindowAdmin
pTableWindow
- 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 ITableDockWindowAdmin
forward
- 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 ITableDockWindowAdmin
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 |