|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
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 IPropertyPagepPageSite - 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 IPropertyPagehWndParent - 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 IPropertyPageIOException - 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 IPropertyPagepPageInfo - 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 IPropertyPagecObjects - 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 IPropertyPagenCmdShow - 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 IPropertyPagepRect - 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 IPropertyPageIOException - 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 IPropertyPageIOException - 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 IPropertyPagepszHelpDir - 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 IPropertyPagepMsg - 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 | ||||||||