|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxBrowser
Provides access to members that control the GxBrowser.
Method Summary | |
---|---|
int |
getHWnd()
The HWND of the Catalog window. |
IGxCatalog |
getInternalCatalog()
The Catalog object used internally by the Catalog window. |
IGxTreeView |
getTreeView()
The Catalog window's tree view. |
IGxView |
getView()
The Catalog window's current view. |
IUID |
getViewClassID()
The Catalog window's current view's class ID. |
void |
refresh()
Refresh the Catalog window. |
void |
setViewClassID(IUID viewClassID)
The Catalog window's current view's class ID. |
void |
show(int parentWindow,
boolean show)
Shows or hides the Catalog window. |
void |
terminate()
Instruct the Catalog window to destroy itself. |
Method Detail |
---|
IGxCatalog getInternalCatalog() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGxView getView() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getViewClassID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setViewClassID(IUID viewClassID) throws IOException, AutomationException
viewClassID
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGxTreeView getTreeView() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void show(int parentWindow, boolean show) throws IOException, AutomationException
parentWindow
- The parentWindow (A COM typedef) (in)show
- The show (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void terminate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHWnd() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refresh() 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 |