com.esri.arcgis.framework
Class ComPropertyPageSite

java.lang.Object
  extended by com.esri.arcgis.framework.ComPropertyPageSite
All Implemented Interfaces:
IComPropertyPageSite, IPropertyPageSite, IPropertyPageSiteConfig, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class ComPropertyPageSite
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IPropertyPageSite, IPropertyPageSiteConfig, IComPropertyPageSite

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 =

See Also:
Serialized Form

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

ComPropertyPageSite

public ComPropertyPageSite()
                    throws java.io.IOException,
                           java.net.UnknownHostException
Constructs a ComPropertyPageSite using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

ComPropertyPageSite

public ComPropertyPageSite(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ComPropertyPageSite theComPropertyPageSite = (ComPropertyPageSite) obj;

Construct a ComPropertyPageSite using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to ComPropertyPageSite.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a ComPropertyPageSite.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

onStatusChange

public void onStatusChange(int dwFlags)
                    throws java.io.IOException,
                           AutomationException
onStatusChange

Specified by:
onStatusChange in interface IPropertyPageSite
Parameters:
dwFlags - The dwFlags (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocaleID

public void getLocaleID(int[] pLocaleID)
                 throws java.io.IOException,
                        AutomationException
getLocaleID

Specified by:
getLocaleID in interface IPropertyPageSite
Parameters:
pLocaleID - The pLocaleID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPageContainer

public void getPageContainer(java.lang.Object[] ppUnk)
                      throws java.io.IOException,
                             AutomationException
getPageContainer

Specified by:
getPageContainer in interface IPropertyPageSite
Parameters:
ppUnk - A reference to another Object (IUnknown) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

translateAccelerator

public void translateAccelerator(tagMSG pMsg)
                          throws java.io.IOException,
                                 AutomationException
translateAccelerator

Specified by:
translateAccelerator in interface IPropertyPageSite
Parameters:
pMsg - A Structure: com.esri.arcgis.framework.tagMSG (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHWnd

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

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

getHWnd

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

Specified by:
getHWnd in interface IPropertyPageSiteConfig
Returns:
The hWnd
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPageByRef

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

Specified by:
setPageByRef in interface IPropertyPageSiteConfig
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

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

Specified by:
getPage in interface IPropertyPageSiteConfig
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.

pageChanged

public void pageChanged()
                 throws java.io.IOException,
                        AutomationException
Called by the property page to let the property sheet know that something changed.

Specified by:
pageChanged in interface IComPropertyPageSite
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.