|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableDockWindowAdmin
Provides access to the table docking window.
Method Summary | |
---|---|
void |
close(ITableWindow pTableWindow)
Close table pane. |
void |
closeAllTables()
Close all table panes. |
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(Object pUnknown)
Is table already being displayed. |
ITableWindow |
getActiveTableWindow()
Gets the active table window. |
void |
isOpen(ITableWindow pTableWindow,
boolean[] pIsOpen)
Is Table window open. |
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. |
Method Detail |
---|
void show(ITableWindow pTableWindow, boolean show) throws IOException, AutomationException
pTableWindow
- A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)show
- The show (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void close(ITableWindow pTableWindow) throws IOException, AutomationException
pTableWindow
- A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void closeAllTables() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void isOpen(ITableWindow pTableWindow, boolean[] pIsOpen) throws IOException, AutomationException
pTableWindow
- A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)pIsOpen
- The pIsOpen (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableWindow findViaTable(ITable pTable, boolean showSelected) throws IOException, AutomationException
pTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)showSelected
- The showSelected (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableWindow findViaLayer(ILayer pLayer) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableWindow findViaFeatureLayer(IFeatureLayer pFeatureLayer, boolean showSelected) throws IOException, AutomationException
pFeatureLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)showSelected
- The showSelected (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableWindow findViaStandaloneTable(IStandaloneTable pStandaloneTable) throws IOException, AutomationException
pStandaloneTable
- A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableWindow findViaUnknown(Object pUnknown) throws IOException, AutomationException
pUnknown
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void findOpenTableWindows(ISet[] pTableWindows) throws IOException, AutomationException
pTableWindows
- A reference to a com.esri.arcgis.system.ISet (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateTitle(ITableWindow pTableWindow) throws IOException, AutomationException
pTableWindow
- A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActiveWindow(ITableWindow pTableWindow) throws IOException, AutomationException
pTableWindow
- A reference to a com.esri.arcgis.arcmapui.ITableWindow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void showNextTable(boolean forward) throws IOException, AutomationException
forward
- The forward (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableWindow getActiveTableWindow() throws IOException, AutomationException
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 |