|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.catalogUI.GxComBrowser
public class GxComBrowser
COM Class 'GxComBrowser'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Description 'Provides access to GX browser dialog.' 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.catalogUI.IGxBrowser |
---|
IID, IID86057a65_426a_4c04_ba66_cf73ebb70a9f, xxDummy |
Fields inherited from interface com.esri.arcgis.catalog.IGxSelectionEvents |
---|
IID, IIDbdbbb3f9_d0b2_11d1_aed9_080009ec734b, xxDummy |
Fields inherited from interface com.esri.arcgis.catalog.IGxCatalogEvents |
---|
IID, IIDbdbbb3f8_d0b2_11d1_aed9_080009ec734b, xxDummy |
Fields inherited from interface com.esri.arcgis.systemUI.IComPropertySheetEvents |
---|
IID, IID6b7b57f8_5765_11d0_92d9_00805f7c28b0, xxDummy |
Constructor Summary | |
---|---|
GxComBrowser()
Constructs a GxComBrowser using ArcGIS Engine. |
|
GxComBrowser(java.lang.Object obj)
Construct a GxComBrowser using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getHWnd()
The HWND of the Catalog window. |
IGxCatalog |
getInternalCatalog()
The Catalog object used internally by the Catalog window. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
int |
hashCode()
the hashcode for this object |
void |
onApply(IComPropertySheetEventsOnApplyEvent theEvent)
Occurs when changes are applied. |
void |
onObjectAdded(IGxCatalogEventsOnObjectAddedEvent theEvent)
Called when an object has been added to some part of the catalog. |
void |
onObjectChanged(IGxCatalogEventsOnObjectChangedEvent theEvent)
Called when an object in some part of the catalog has been changed. |
void |
onObjectDeleted(IGxCatalogEventsOnObjectDeletedEvent theEvent)
Called when an object has been deleted from some part of the catalog. |
void |
onObjectRefreshed(IGxCatalogEventsOnObjectRefreshedEvent theEvent)
Called when an object in some part of the catalog has been refreshed. |
void |
onRefreshAll(IGxCatalogEventsOnRefreshAllEvent theEvent)
Called when the whole catalog has changed. |
void |
onSelectionChanged(IGxSelectionEventsOnSelectionChangedEvent theEvent)
Called when the selection contents have changed. |
void |
refresh()
Refresh the Catalog window. |
void |
release()
Release a GxComBrowser. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GxComBrowser() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GxComBrowser(java.lang.Object obj) throws java.io.IOException
obj
to GxComBrowser
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
GxComBrowser theGxComBrowser = (GxComBrowser) obj;
Method 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 IGxCatalog getInternalCatalog() throws java.io.IOException, AutomationException
getInternalCatalog
in interface IGxBrowser
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxView getView() throws java.io.IOException, AutomationException
getView
in interface IGxBrowser
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getViewClassID() throws java.io.IOException, AutomationException
getViewClassID
in interface IGxBrowser
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setViewClassID(IUID viewClassID) throws java.io.IOException, AutomationException
setViewClassID
in interface IGxBrowser
viewClassID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGxTreeView getTreeView() throws java.io.IOException, AutomationException
getTreeView
in interface IGxBrowser
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show(int parentWindow, boolean show) throws java.io.IOException, AutomationException
show
in interface IGxBrowser
parentWindow
- The parentWindow (A COM typedef) (in)show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void terminate() throws java.io.IOException, AutomationException
terminate
in interface IGxBrowser
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHWnd() throws java.io.IOException, AutomationException
getHWnd
in interface IGxBrowser
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh() throws java.io.IOException, AutomationException
refresh
in interface IGxBrowser
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onSelectionChanged(IGxSelectionEventsOnSelectionChangedEvent theEvent) throws java.io.IOException, AutomationException
onSelectionChanged
in interface IGxSelectionEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onRefreshAll(IGxCatalogEventsOnRefreshAllEvent theEvent) throws java.io.IOException, AutomationException
onRefreshAll
in interface IGxCatalogEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onObjectAdded(IGxCatalogEventsOnObjectAddedEvent theEvent) throws java.io.IOException, AutomationException
onObjectAdded
in interface IGxCatalogEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onObjectDeleted(IGxCatalogEventsOnObjectDeletedEvent theEvent) throws java.io.IOException, AutomationException
onObjectDeleted
in interface IGxCatalogEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onObjectChanged(IGxCatalogEventsOnObjectChangedEvent theEvent) throws java.io.IOException, AutomationException
onObjectChanged
in interface IGxCatalogEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onObjectRefreshed(IGxCatalogEventsOnObjectRefreshedEvent theEvent) throws java.io.IOException, AutomationException
onObjectRefreshed
in interface IGxCatalogEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onApply(IComPropertySheetEventsOnApplyEvent theEvent) throws java.io.IOException, AutomationException
onApply
in interface IComPropertySheetEvents
theEvent
- The event
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 |