|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.framework.IComPropertySheetProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IComPropertySheetProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IComPropertySheetProxy()
public IComPropertySheetProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IComPropertySheetProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IComPropertySheetProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setTitle(java.lang.String title) throws java.io.IOException, AutomationException
setTitle
in interface IComPropertySheet
title
- The title (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTitle() throws java.io.IOException, AutomationException
getTitle
in interface IComPropertySheet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActivePage(short index) throws java.io.IOException, AutomationException
setActivePage
in interface IComPropertySheet
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getActivePage() throws java.io.IOException, AutomationException
getActivePage
in interface IComPropertySheet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisableCancelButton(boolean disableButton) throws java.io.IOException, AutomationException
setDisableCancelButton
in interface IComPropertySheet
disableButton
- The disableButton (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisableCancelButton() throws java.io.IOException, AutomationException
isDisableCancelButton
in interface IComPropertySheet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHideApplyButton(boolean hideApplyButton) throws java.io.IOException, AutomationException
setHideApplyButton
in interface IComPropertySheet
hideApplyButton
- The hideApplyButton (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHideApplyButton() throws java.io.IOException, AutomationException
isHideApplyButton
in interface IComPropertySheet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHideHelpButton(boolean hideHelpButton) throws java.io.IOException, AutomationException
setHideHelpButton
in interface IComPropertySheet
hideHelpButton
- The hideHelpButton (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHideHelpButton() throws java.io.IOException, AutomationException
isHideHelpButton
in interface IComPropertySheet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addCategoryID(IUID category) throws java.io.IOException, AutomationException
addCategoryID
in interface IComPropertySheet
category
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearCategoryIDs() throws java.io.IOException, AutomationException
clearCategoryIDs
in interface IComPropertySheet
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addPage(java.lang.Object page) throws java.io.IOException, AutomationException
addPage
in interface IComPropertySheet
page
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canEdit(ISet objects) throws java.io.IOException, AutomationException
canEdit
in interface IComPropertySheet
objects
- A reference to a com.esri.arcgis.system.ISet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean editProperties(ISet objects, int hWnd) throws java.io.IOException, AutomationException
editProperties
in interface IComPropertySheet
objects
- A reference to a com.esri.arcgis.system.ISet (in)hWnd
- The hWnd (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |