|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertyPageSiteConfig
Provides access to members that configure a property page site.
Method Summary | |
---|---|
int |
getHWnd()
The window handle of the site. |
IPropertyPage |
getPage()
The page contained by the site. |
void |
setHWnd(int hWnd)
The window handle of the site. |
void |
setPageByRef(IPropertyPage page)
The page contained by the site. |
Method Detail |
---|
void setHWnd(int hWnd) throws IOException, AutomationException
hWnd
- The hWnd (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHWnd() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPageByRef(IPropertyPage page) throws IOException, AutomationException
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.IPropertyPage getPage() throws IOException, AutomationException
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 |