|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IComPropertyPage
COM Interface 'IComPropertyPage'. Generated 5/30/2008 3:19:02 PM from 'C:\ArcGIS\com\esriFramework.olb'
Generated using ArcGIS Proxy Generator
Description: 'Provides access to members that control a COM property page.' Generator Options: PromptForTypeLibraries = False ClashPrefix = zz_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = False ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = False ReuseMethods = False RenameConflictingInterfaceMethods = False GenBeanInfo = False GenerateJavadoc =
| Field Summary | |
|---|---|
static String |
IID
Deprecated. Internal use only |
static int |
IID76951cc6_dbb1_11d2_b868_00600802e603
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
activate()
Occurs on page creation. |
boolean |
applies(ISet objects)
Indicates if the page applies to the specified objects. |
void |
apply()
Applies any changes to the object(s). |
void |
cancel()
Cancels the changes to the object(s). |
void |
deactivate()
Destroys the page. |
int |
getHeight()
The height of the page in pixels. |
int |
getHelpContextID(int controlID)
The help context ID for the specified control on the page. |
String |
getHelpFile()
The help file name for the page. |
int |
getPriority()
The page priority. |
String |
getTitle()
The title of the property page. |
int |
getWidth()
The width of the page in pixels. |
void |
hide()
Hides the page. |
boolean |
isPageDirty()
Indicates if the page made any changes to the object(s). |
void |
setObjects(ISet objects)
Supplies the page with the object(s) to be edited. |
void |
setPageSiteByRef(IComPropertyPageSite rhs1)
The sheet that contains the page. |
void |
setPriority(int priority)
The page priority. |
void |
setTitle(String title)
The title of the property page. |
void |
show()
Shows the page. |
| Field Detail |
|---|
static final int IID76951cc6_dbb1_11d2_b868_00600802e603
static final int xxDummy
static final String IID
| 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 setPriority(int priority)
throws IOException,
AutomationException
priority - The priority (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPriority()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHeight()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPageSiteByRef(IComPropertyPageSite rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.framework.IComPropertyPageSite (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPageDirty()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getHelpFile()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHelpContextID(int controlID)
throws IOException,
AutomationException
controlID - The controlID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int activate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deactivate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean applies(ISet objects)
throws IOException,
AutomationException
objects - A reference to a (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setObjects(ISet objects)
throws IOException,
AutomationException
objects - A reference to a (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void show()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void hide()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void apply()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void cancel()
throws IOException,
AutomationException
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 | ||||||||