|
|||||||||
| 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 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 problems
public 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 problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic 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 IPropertyPageSitedwFlags - 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 IPropertyPageSitepLocaleID - 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 IPropertyPageSiteppUnk - 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 IPropertyPageSitepMsg - 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 IPropertyPageSiteConfighWnd - 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 IPropertyPageSiteConfigIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPageByRef(IPropertyPage page)
throws IOException,
AutomationException
setPageByRef in interface IPropertyPageSiteConfigpage - 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 IPropertyPageSiteConfigIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void pageChanged()
throws IOException,
AutomationException
pageChanged in interface IComPropertyPageSiteIOException - 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 | ||||||||