com.esri.arcgis.framework
Class IComPropertyPageProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.framework.IComPropertyPageProxy
All Implemented Interfaces:
IComPropertyPage, Externalizable, Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IComPropertyPage'. Generated 6/22/2009 3:32:54 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to members that control a COM property page.' 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 =

public class IComPropertyPageProxy
extends com.esri.arcgis.interop.Dispatch
implements IComPropertyPage, Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.framework.IComPropertyPage
IID, IID76951cc6_dbb1_11d2_b868_00600802e603
 
Constructor Summary
  IComPropertyPageProxy()
          Deprecated. For internal use only
  IComPropertyPageProxy(Object obj)
          Deprecated.  
protected IComPropertyPageProxy(Object obj, String iid)
          Deprecated.  
  IComPropertyPageProxy(String CLSID, String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IComPropertyPageProxy(String CLSID, String iid, String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 int activate()
          Deprecated. Occurs on page creation.
 void addListener(String iidStr, Object theListener, Object theSource)
          Deprecated.  
 boolean applies(ISet objects)
          Deprecated. Indicates if the page applies to the specified objects.
 void apply()
          Deprecated. Applies any changes to the object(s).
 void cancel()
          Deprecated. Cancels the changes to the object(s).
 void deactivate()
          Deprecated. Destroys the page.
 int getHeight()
          Deprecated. The height of the page in pixels.
 int getHelpContextID(int controlID)
          Deprecated. The help context ID for the specified control on the page.
 String getHelpFile()
          Deprecated. The help file name for the page.
 int getPriority()
          Deprecated. The page priority.
 String getTitle()
          Deprecated. The title of the property page.
 int getWidth()
          Deprecated. The width of the page in pixels.
 void hide()
          Deprecated. Hides the page.
 boolean IComPropertyPage_isPageDirty()
          Deprecated. Indicates if the page made any changes to the object(s).
 void removeListener(String iidStr, Object theListener)
          Deprecated.  
 void setObjects(ISet objects)
          Deprecated. Supplies the page with the object(s) to be edited.
 void setPageSiteByRef(IComPropertyPageSite rhs1)
          Deprecated. The sheet that contains the page.
 void setPriority(int priority)
          Deprecated. The page priority.
 void setTitle(String title)
          Deprecated. The title of the property page.
 void show()
          Deprecated. Shows the page.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IComPropertyPageProxy

public IComPropertyPageProxy(String CLSID,
                             String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws UnknownHostException,
                             IOException
Deprecated. 
Throws:
UnknownHostException
IOException

IComPropertyPageProxy

public IComPropertyPageProxy()
Deprecated. 
For internal use only


IComPropertyPageProxy

public IComPropertyPageProxy(Object obj)
                      throws IOException
Deprecated. 
Throws:
IOException

IComPropertyPageProxy

protected IComPropertyPageProxy(Object obj,
                                String iid)
                         throws IOException
Deprecated. 
Throws:
IOException

IComPropertyPageProxy

protected IComPropertyPageProxy(String CLSID,
                                String iid,
                                String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws IOException
Deprecated. 
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

setTitle

public void setTitle(String title)
              throws IOException,
                     AutomationException
Deprecated. 
The title of the property page.

Specified by:
setTitle in interface IComPropertyPage
Parameters:
title - The title (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTitle

public String getTitle()
                throws IOException,
                       AutomationException
Deprecated. 
The title of the property page.

Specified by:
getTitle in interface IComPropertyPage
Returns:
The title
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPriority

public void setPriority(int priority)
                 throws IOException,
                        AutomationException
Deprecated. 
The page priority. The higher the priority, the sooner the page appears in the containing property sheet.

Specified by:
setPriority in interface IComPropertyPage
Parameters:
priority - The priority (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPriority

public int getPriority()
                throws IOException,
                       AutomationException
Deprecated. 
The page priority. The higher the priority, the sooner the page appears in the containing property sheet.

Specified by:
getPriority in interface IComPropertyPage
Returns:
The priority
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWidth

public int getWidth()
             throws IOException,
                    AutomationException
Deprecated. 
The width of the page in pixels.

Specified by:
getWidth in interface IComPropertyPage
Returns:
The width
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeight

public int getHeight()
              throws IOException,
                     AutomationException
Deprecated. 
The height of the page in pixels.

Specified by:
getHeight in interface IComPropertyPage
Returns:
The height
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPageSiteByRef

public void setPageSiteByRef(IComPropertyPageSite rhs1)
                      throws IOException,
                             AutomationException
Deprecated. 
The sheet that contains the page.

Specified by:
setPageSiteByRef in interface IComPropertyPage
Parameters:
rhs1 - A reference to a com.esri.arcgis.framework.IComPropertyPageSite (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

IComPropertyPage_isPageDirty

public boolean IComPropertyPage_isPageDirty()
                                     throws IOException,
                                            AutomationException
Deprecated. 
Indicates if the page made any changes to the object(s).

Specified by:
IComPropertyPage_isPageDirty in interface IComPropertyPage
Returns:
The isDirty
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHelpFile

public String getHelpFile()
                   throws IOException,
                          AutomationException
Deprecated. 
The help file name for the page.

Specified by:
getHelpFile in interface IComPropertyPage
Returns:
The helpFile
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHelpContextID

public int getHelpContextID(int controlID)
                     throws IOException,
                            AutomationException
Deprecated. 
The help context ID for the specified control on the page.

Specified by:
getHelpContextID in interface IComPropertyPage
Parameters:
controlID - The controlID (in)
Returns:
The helpID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

activate

public int activate()
             throws IOException,
                    AutomationException
Deprecated. 
Occurs on page creation. Return the hWnd of the page here.

Specified by:
activate in interface IComPropertyPage
Returns:
The hWnd (A COM typedef)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deactivate

public void deactivate()
                throws IOException,
                       AutomationException
Deprecated. 
Destroys the page.

Specified by:
deactivate in interface IComPropertyPage
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

applies

public boolean applies(ISet objects)
                throws IOException,
                       AutomationException
Deprecated. 
Indicates if the page applies to the specified objects.

Specified by:
applies in interface IComPropertyPage
Parameters:
objects - A reference to a com.esri.arcgis.system.ISet (in)
Returns:
The pApplies
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjects

public void setObjects(ISet objects)
                throws IOException,
                       AutomationException
Deprecated. 
Supplies the page with the object(s) to be edited.

Specified by:
setObjects in interface IComPropertyPage
Parameters:
objects - A reference to a com.esri.arcgis.system.ISet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

show

public void show()
          throws IOException,
                 AutomationException
Deprecated. 
Shows the page.

Specified by:
show in interface IComPropertyPage
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hide

public void hide()
          throws IOException,
                 AutomationException
Deprecated. 
Hides the page.

Specified by:
hide in interface IComPropertyPage
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

apply

public void apply()
           throws IOException,
                  AutomationException
Deprecated. 
Applies any changes to the object(s).

Specified by:
apply in interface IComPropertyPage
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

cancel

public void cancel()
            throws IOException,
                   AutomationException
Deprecated. 
Cancels the changes to the object(s).

Specified by:
cancel in interface IComPropertyPage
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.