|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IComPropertySheet
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID76951cc7_dbb1_11d2_b868_00600802e603
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addCategoryID(IUID category)
Adds a new Category ID used to look up COM property pages. |
void |
addPage(java.lang.Object page)
Manually adds a page to the property sheet. |
boolean |
canEdit(ISet objects)
Indicates if this object can edit the given set of objects. |
void |
clearCategoryIDs()
Clears the category IDs used to look up COM property pages. |
boolean |
editProperties(ISet objects,
int hWnd)
Displays a property sheet for the given set of objects and returns a flag indicating if the objects changed. |
short |
getActivePage()
The zero-based index of the page that is active. |
java.lang.String |
getTitle()
The title of the property sheet. |
boolean |
isDisableCancelButton()
Indicates if the Cancel button is disabled on the property sheet. |
boolean |
isHideApplyButton()
Indicates if the Apply button is visible on the property sheet. |
boolean |
isHideHelpButton()
Indicates if the Help button is visible on the property sheet. |
void |
setActivePage(short index)
The zero-based index of the page that is active. |
void |
setDisableCancelButton(boolean disableButton)
Indicates if the Cancel button is disabled on the property sheet. |
void |
setHideApplyButton(boolean hideApplyButton)
Indicates if the Apply button is visible on the property sheet. |
void |
setHideHelpButton(boolean hideHelpButton)
Indicates if the Help button is visible on the property sheet. |
void |
setTitle(java.lang.String title)
The title of the property sheet. |
Field Detail |
---|
static final int IID76951cc7_dbb1_11d2_b868_00600802e603
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setTitle(java.lang.String title) throws java.io.IOException, AutomationException
title
- The title (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getTitle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActivePage(short index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getActivePage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisableCancelButton(boolean disableButton) throws java.io.IOException, AutomationException
disableButton
- The disableButton (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDisableCancelButton() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHideApplyButton(boolean hideApplyButton) throws java.io.IOException, AutomationException
hideApplyButton
- The hideApplyButton (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHideApplyButton() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHideHelpButton(boolean hideHelpButton) throws java.io.IOException, AutomationException
hideHelpButton
- The hideHelpButton (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHideHelpButton() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addCategoryID(IUID category) throws java.io.IOException, AutomationException
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.void clearCategoryIDs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addPage(java.lang.Object page) throws java.io.IOException, AutomationException
page
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean canEdit(ISet objects) throws java.io.IOException, AutomationException
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.boolean editProperties(ISet objects, int hWnd) throws java.io.IOException, AutomationException
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 |