|
|||||||||
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.IPropertyPageProxy
public class IPropertyPageProxy
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IPropertyPageProxy()
|
|
IPropertyPageProxy(Object obj)
|
protected |
IPropertyPageProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
activate(_RemotableHandle hWndParent,
tagRECT pRect,
int bModal)
activate |
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
apply()
apply |
void |
deactivate()
deactivate |
void |
getPageInfo(tagPROPPAGEINFO[] pPageInfo)
getPageInfo |
void |
help(String pszHelpDir)
help |
void |
isPageDirty()
isPageDirty |
void |
move(tagRECT pRect)
move |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setObjects(int cObjects,
Object[] ppUnk)
setObjects |
void |
setPageSite(IPropertyPageSite pPageSite)
setPageSite |
void |
show(int nCmdShow)
show |
void |
translateAccelerator(tagMSG pMsg)
translateAccelerator |
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 IPropertyPageProxy()
public IPropertyPageProxy(Object obj) throws IOException
IOException
protected IPropertyPageProxy(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 setPageSite(IPropertyPageSite pPageSite) throws IOException, AutomationException
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
setPageSite
in interface IPropertyPage
pPageSite
- A reference to a com.esri.arcgis.framework.IPropertyPageSite (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void activate(_RemotableHandle hWndParent, tagRECT pRect, int bModal) throws IOException, AutomationException
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
activate
in interface IPropertyPage
hWndParent
- A Structure: com.esri.arcgis.framework._RemotableHandle (A com.esri.arcgis.framework._RemotableHandle COM typedef) (in)pRect
- A Structure: com.esri.arcgis.system.tagRECT (in)bModal
- The bModal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deactivate() throws IOException, AutomationException
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
deactivate
in interface IPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPageInfo(tagPROPPAGEINFO[] pPageInfo) throws IOException, AutomationException
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
getPageInfo
in interface IPropertyPage
pPageInfo
- A Structure: com.esri.arcgis.framework.tagPROPPAGEINFO (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjects(int cObjects, Object[] ppUnk) throws IOException, AutomationException
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
setObjects
in interface IPropertyPage
cObjects
- The cObjects (in)ppUnk
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show(int nCmdShow) throws IOException, AutomationException
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
show
in interface IPropertyPage
nCmdShow
- The nCmdShow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void move(tagRECT pRect) throws IOException, AutomationException
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
move
in interface IPropertyPage
pRect
- A Structure: com.esri.arcgis.system.tagRECT (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isPageDirty() throws IOException, AutomationException
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
isPageDirty
in interface IPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void apply() throws IOException, AutomationException
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
apply
in interface IPropertyPage
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void help(String pszHelpDir) throws IOException, AutomationException
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
help
in interface IPropertyPage
pszHelpDir
- A String (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void translateAccelerator(tagMSG pMsg) throws IOException, AutomationException
IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.
translateAccelerator
in interface IPropertyPage
pMsg
- A Structure: com.esri.arcgis.framework.tagMSG (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 |