|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.framework.ComPropertyPageSite
public class ComPropertyPageSite
COM Property Page Site.
Field Summary |
---|
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(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ComPropertyPageSite theComPropertyPageSite = (ComPropertyPageSite) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getHWnd()
The window handle of the site. |
void |
getLocaleID(int[] pLocaleID)
getLocaleID |
IPropertyPage |
getPage()
The page contained by the site. |
void |
getPageContainer(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 |
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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ComPropertyPageSite() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ComPropertyPageSite(Object obj) throws IOException
ComPropertyPageSite theComPropertyPageSite = (ComPropertyPageSite) obj;
obj
to ComPropertyPageSite
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void onStatusChange(int dwFlags) throws IOException, AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface
onStatusChange
in interface IPropertyPageSite
dwFlags
- The dwFlags (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getLocaleID(int[] pLocaleID) throws IOException, AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface
getLocaleID
in interface IPropertyPageSite
pLocaleID
- The pLocaleID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPageContainer(Object[] ppUnk) throws IOException, AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface
getPageContainer
in interface IPropertyPageSite
ppUnk
- A reference to another Object (IUnknown) (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void translateAccelerator(tagMSG pMsg) throws IOException, AutomationException
IPropertyPageSite is a Microsoft interface. Please refer to MSDN for information about this interface.
translateAccelerator
in interface IPropertyPageSite
pMsg
- A Structure: com.esri.arcgis.framework.tagMSG (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHWnd(int hWnd) throws IOException, AutomationException
setHWnd
in interface IPropertyPageSiteConfig
hWnd
- The hWnd (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHWnd() throws IOException, AutomationException
getHWnd
in interface IPropertyPageSiteConfig
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPageByRef(IPropertyPage page) throws IOException, AutomationException
setPageByRef
in interface IPropertyPageSiteConfig
page
- A reference to a com.esri.arcgis.framework.IPropertyPage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertyPage getPage() throws IOException, AutomationException
getPage
in interface IPropertyPageSiteConfig
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void pageChanged() throws IOException, AutomationException
pageChanged
in interface IComPropertyPageSite
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 |