|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.systemUI.ComPropertySheetEventsProxyHelper
public class ComPropertySheetEventsProxyHelper
COM Class 'ComPropertySheetEventsProxyHelper'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'
Description 'ComPropertySheetEvents proxy source helper object.' 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 =
Constructor Summary | |
---|---|
ComPropertySheetEventsProxyHelper(java.lang.Object obj)
Construct a ComPropertySheetEventsProxyHelper using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
addIComPropertySheetEventsListener(IComPropertySheetEvents theListener)
addIComPropertySheetEventsListener. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a ComPropertySheetEventsProxyHelper. |
void |
removeIComPropertySheetEventsListener(IComPropertySheetEvents theListener)
removeIComPropertySheetEventsListener. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComPropertySheetEventsProxyHelper(java.lang.Object obj) throws java.io.IOException
obj
to ComPropertySheetEventsProxyHelper
. *
ComPropertySheetEventsProxyHelper o = (ComPropertySheetEventsProxyHelper)obj; // will not work
ComPropertySheetEventsProxyHelper o = new ComPropertySheetEventsProxyHelper(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ComPropertySheetEventsProxyHelper theComPropertySheetEventsProxyHelper = (ComPropertySheetEventsProxyHelper) obj;
Method Detail |
---|
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 addIComPropertySheetEventsListener(IComPropertySheetEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.systemUI.IComPropertySheetEvents interface.
java.io.IOException
- If there are communications problems.public void removeIComPropertySheetEventsListener(IComPropertySheetEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.systemUI.IComPropertySheetEvents interface.
java.io.IOException
- If there are communications problems.public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |