|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.framework.IComPropertyPage2Proxy
public class IComPropertyPage2Proxy
Provides access to members that control a COM property page.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IComPropertyPage2Proxy()
|
|
IComPropertyPage2Proxy(Object obj)
|
protected |
IComPropertyPage2Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
int |
activate()
Occurs on page creation. |
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
IComPropertyPage2_isPageDirty()
Indicates if the page made any changes to the object(s). |
boolean |
queryCancel()
Returns VARIANT_FALSE to prevent the cancel operation or VARIANT_TRUE to allow it. |
void |
removeListener(String iidStr,
Object theListener)
|
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. |
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 boolean noncastable
Constructor Detail |
---|
public IComPropertyPage2Proxy()
public IComPropertyPage2Proxy(Object obj) throws IOException
IOException
protected IComPropertyPage2Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setTitle(String title) throws IOException, AutomationException
setTitle
in interface IComPropertyPage2
title
- The title (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTitle() throws IOException, AutomationException
getTitle
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPriority(int priority) throws IOException, AutomationException
setPriority
in interface IComPropertyPage2
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPriority() throws IOException, AutomationException
getPriority
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws IOException, AutomationException
getWidth
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHeight() throws IOException, AutomationException
getHeight
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPageSiteByRef(IComPropertyPageSite rhs1) throws IOException, AutomationException
setPageSiteByRef
in interface IComPropertyPage2
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.public boolean IComPropertyPage2_isPageDirty() throws IOException, AutomationException
IComPropertyPage2_isPageDirty
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHelpFile() throws IOException, AutomationException
getHelpFile
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHelpContextID(int controlID) throws IOException, AutomationException
getHelpContextID
in interface IComPropertyPage2
controlID
- The controlID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int activate() throws IOException, AutomationException
activate
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deactivate() throws IOException, AutomationException
deactivate
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean applies(ISet objects) throws IOException, AutomationException
applies
in interface IComPropertyPage2
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.public void setObjects(ISet objects) throws IOException, AutomationException
setObjects
in interface IComPropertyPage2
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.public void show() throws IOException, AutomationException
show
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hide() throws IOException, AutomationException
hide
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void apply() throws IOException, AutomationException
apply
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void cancel() throws IOException, AutomationException
cancel
in interface IComPropertyPage2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean queryCancel() throws IOException, AutomationException
queryCancel
in interface IComPropertyPage2
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 |