com.esri.arcgis.framework
Class IComPropertySheetProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.framework.IComPropertySheetProxy
All Implemented Interfaces:
IComPropertySheet, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IComPropertySheet'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that work with a COM property sheet.' 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 IComPropertySheetProxy
extends com.esri.arcgis.interop.Dispatch
implements IComPropertySheet, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.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.IComPropertySheet
IID, IID76951cc7_dbb1_11d2_b868_00600802e603
 
Constructor Summary
  IComPropertySheetProxy()
          Deprecated. For internal use only
  IComPropertySheetProxy(java.lang.Object obj)
          Deprecated.  
protected IComPropertySheetProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IComPropertySheetProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IComPropertySheetProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addCategoryID(IUID category)
          Deprecated. Adds a new Category ID used to look up COM property pages.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addPage(java.lang.Object page)
          Deprecated. Manually adds a page to the property sheet.
 boolean canEdit(ISet objects)
          Deprecated. Indicates if this object can edit the given set of objects.
 void clearCategoryIDs()
          Deprecated. Clears the category IDs used to look up COM property pages.
 boolean editProperties(ISet objects, int hWnd)
          Deprecated. Displays a property sheet for the given set of objects and returns a flag indicating if the objects changed.
 short getActivePage()
          Deprecated. The zero-based index of the page that is active.
 java.lang.String getTitle()
          Deprecated. The title of the property sheet.
 boolean isDisableCancelButton()
          Deprecated. Indicates if the Cancel button is disabled on the property sheet.
 boolean isHideApplyButton()
          Deprecated. Indicates if the Apply button is visible on the property sheet.
 boolean isHideHelpButton()
          Deprecated. Indicates if the Help button is visible on the property sheet.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setActivePage(short index)
          Deprecated. The zero-based index of the page that is active.
 void setDisableCancelButton(boolean disableButton)
          Deprecated. Indicates if the Cancel button is disabled on the property sheet.
 void setHideApplyButton(boolean hideApplyButton)
          Deprecated. Indicates if the Apply button is visible on the property sheet.
 void setHideHelpButton(boolean hideHelpButton)
          Deprecated. Indicates if the Help button is visible on the property sheet.
 void setTitle(java.lang.String title)
          Deprecated. The title of the property sheet.
 
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 java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IComPropertySheetProxy

public IComPropertySheetProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IComPropertySheetProxy

public IComPropertySheetProxy()
Deprecated. 
For internal use only


IComPropertySheetProxy

public IComPropertySheetProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IComPropertySheetProxy

protected IComPropertySheetProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IComPropertySheetProxy

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

addListener

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

removeListener

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

setTitle

public void setTitle(java.lang.String title)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The title of the property sheet.

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

getTitle

public java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The title of the property sheet.

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

setActivePage

public void setActivePage(short index)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The zero-based index of the page that is active.

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

getActivePage

public short getActivePage()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The zero-based index of the page that is active.

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

setDisableCancelButton

public void setDisableCancelButton(boolean disableButton)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if the Cancel button is disabled on the property sheet.

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

isDisableCancelButton

public boolean isDisableCancelButton()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the Cancel button is disabled on the property sheet.

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

setHideApplyButton

public void setHideApplyButton(boolean hideApplyButton)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the Apply button is visible on the property sheet.

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

isHideApplyButton

public boolean isHideApplyButton()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the Apply button is visible on the property sheet.

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

setHideHelpButton

public void setHideHelpButton(boolean hideHelpButton)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the Help button is visible on the property sheet.

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

isHideHelpButton

public boolean isHideHelpButton()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the Help button is visible on the property sheet.

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

addCategoryID

public void addCategoryID(IUID category)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Adds a new Category ID used to look up COM property pages.

Specified by:
addCategoryID in interface IComPropertySheet
Parameters:
category - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearCategoryIDs

public void clearCategoryIDs()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Clears the category IDs used to look up COM property pages.

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

addPage

public void addPage(java.lang.Object page)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Manually adds a page to the property sheet. Page must implement IComPropertyPage or IPropertyPage.

Specified by:
addPage in interface IComPropertySheet
Parameters:
page - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canEdit

public boolean canEdit(ISet objects)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if this object can edit the given set of objects.

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

editProperties

public boolean editProperties(ISet objects,
                              int hWnd)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Displays a property sheet for the given set of objects and returns a flag indicating if the objects changed.

Specified by:
editProperties in interface IComPropertySheet
Parameters:
objects - A reference to a com.esri.arcgis.system.ISet (in)
hWnd - The hWnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.