|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.framework.ComPropertyPageSite
public class ComPropertyPageSite
COM Class 'ComPropertyPageSite'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description 'COM Property Page Site.' 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.IPropertyPageSite |
---|
IID, IIDb196b28c_bab4_101a_b69c_00aa00341d07, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IPropertyPageSiteConfig |
---|
IID, IID2645f960_b557_4b7b_b017_10f10159b78b, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IComPropertyPageSite |
---|
IID, IID3b81f6f1_54a0_11d3_b8c3_00600802e603, xxDummy |
Constructor Summary | |
---|---|
ComPropertyPageSite()
Constructs a ComPropertyPageSite using ArcGIS Engine. |
|
ComPropertyPageSite(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ComPropertyPageSite theComPropertyPageSite = (ComPropertyPageSite) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getHWnd()
The window handle of the site. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
void |
getLocaleID(int[] pLocaleID)
getLocaleID |
IPropertyPage |
getPage()
The page contained by the site. |
void |
getPageContainer(java.lang.Object[] ppUnk)
getPageContainer |
int |
hashCode()
the hashcode for this object |
void |
onStatusChange(int dwFlags)
onStatusChange |
void |
pageChanged()
Called by the property page to let the property sheet know that something changed. |
void |
release()
Release a ComPropertyPageSite. |
void |
setHWnd(int hWnd)
The window handle of the site. |
void |
setPageByRef(IPropertyPage page)
The page contained by the site. |
void |
translateAccelerator(tagMSG pMsg)
translateAccelerator |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComPropertyPageSite() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic ComPropertyPageSite(java.lang.Object obj) throws java.io.IOException
ComPropertyPageSite theComPropertyPageSite = (ComPropertyPageSite) obj;
obj
to ComPropertyPageSite
.
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 onStatusChange(int dwFlags) throws java.io.IOException, AutomationException
onStatusChange
in interface IPropertyPageSite
dwFlags
- The dwFlags (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getLocaleID(int[] pLocaleID) throws java.io.IOException, AutomationException
getLocaleID
in interface IPropertyPageSite
pLocaleID
- The pLocaleID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPageContainer(java.lang.Object[] ppUnk) throws java.io.IOException, AutomationException
getPageContainer
in interface IPropertyPageSite
ppUnk
- A reference to another Object (IUnknown) (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void translateAccelerator(tagMSG pMsg) throws java.io.IOException, AutomationException
translateAccelerator
in interface IPropertyPageSite
pMsg
- A Structure: com.esri.arcgis.framework.tagMSG (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHWnd(int hWnd) throws java.io.IOException, AutomationException
setHWnd
in interface IPropertyPageSiteConfig
hWnd
- The hWnd (in)
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 IPropertyPageSiteConfig
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPageByRef(IPropertyPage page) throws java.io.IOException, AutomationException
setPageByRef
in interface IPropertyPageSiteConfig
page
- A reference to a com.esri.arcgis.framework.IPropertyPage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertyPage getPage() throws java.io.IOException, AutomationException
getPage
in interface IPropertyPageSiteConfig
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void pageChanged() throws java.io.IOException, AutomationException
pageChanged
in interface IComPropertyPageSite
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 |