|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IComPropertySheet
Provides access to members that work with a COM property sheet.
| Method Summary | |
|---|---|
void |
addCategoryID(IUID category)
Adds a new Category ID used to look up COM property pages. |
void |
addPage(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. |
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(String title)
The title of the property sheet. |
| Method Detail |
|---|
void setTitle(String title)
throws IOException,
AutomationException
title - The title (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTitle()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setActivePage(short index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getActivePage()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisableCancelButton(boolean disableButton)
throws IOException,
AutomationException
disableButton - The disableButton (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDisableCancelButton()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHideApplyButton(boolean hideApplyButton)
throws IOException,
AutomationException
hideApplyButton - The hideApplyButton (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHideApplyButton()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHideHelpButton(boolean hideHelpButton)
throws IOException,
AutomationException
hideHelpButton - The hideHelpButton (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHideHelpButton()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addCategoryID(IUID category)
throws IOException,
AutomationException
category - A reference to a com.esri.arcgis.system.IUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearCategoryIDs()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addPage(Object page)
throws IOException,
AutomationException
page - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean canEdit(ISet objects)
throws IOException,
AutomationException
objects - A reference to a com.esri.arcgis.system.ISet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean editProperties(ISet objects,
int hWnd)
throws IOException,
AutomationException
objects - A reference to a com.esri.arcgis.system.ISet (in)hWnd - The hWnd (A COM typedef) (in)
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 | ||||||||