com.esri.arcgis.framework
Interface IComPropertyPageObjectFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IComPropertyPageObjectFactoryProxy

public interface IComPropertyPageObjectFactory
extends java.io.Serializable

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

Description: 'Provides access to members that control the COM Property Page Object Factory.' 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 IID76951cc8_dbb1_11d2_b868_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object createCompatibleObject(java.lang.Object objTemplate)
          Creates a new object using a template as a model.
 java.lang.Object queryObject()
          Returns the new object created by the page.
 

Field Detail

IID76951cc8_dbb1_11d2_b868_00600802e603

static final int IID76951cc8_dbb1_11d2_b868_00600802e603
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

createCompatibleObject

java.lang.Object createCompatibleObject(java.lang.Object objTemplate)
                                        throws java.io.IOException,
                                               AutomationException
Creates a new object using a template as a model.

Parameters:
objTemplate - A reference to another Object (IUnknown) (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryObject

java.lang.Object queryObject()
                             throws java.io.IOException,
                                    AutomationException
Returns the new object created by the page.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.