com.esri.arcgis.framework
Interface IPropertyPageSiteConfig

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ComPropertyPageSite, IPropertyPageSiteConfigProxy

public interface IPropertyPageSiteConfig
extends java.io.Serializable

COM Interface 'IPropertyPageSiteConfig'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that configure a 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID2645f960_b557_4b7b_b017_10f10159b78b
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID2645f960_b557_4b7b_b017_10f10159b78b

static final int IID2645f960_b557_4b7b_b017_10f10159b78b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setHWnd

void setHWnd(int hWnd)
             throws java.io.IOException,
                    AutomationException
The window handle of the site.

Parameters:
hWnd - The hWnd (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHWnd

int getHWnd()
            throws java.io.IOException,
                   AutomationException
The window handle of the site.

Returns:
The hWnd
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPageByRef

void setPageByRef(IPropertyPage page)
                  throws java.io.IOException,
                         AutomationException
The page contained by the site.

Parameters:
page - A reference to a com.esri.arcgis.framework.IPropertyPage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPage

IPropertyPage getPage()
                      throws java.io.IOException,
                             AutomationException
The page contained by the site.

Returns:
A reference to a com.esri.arcgis.framework.IPropertyPage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.