|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.NetworkDirtyAreaRendererPropertyPage
public class NetworkDirtyAreaRendererPropertyPage
Property page for managing the properties of the NetworkDirtyAreaRenderer object.
| Constructor Summary | |
|---|---|
NetworkDirtyAreaRendererPropertyPage(Object obj)
Construct a NetworkDirtyAreaRendererPropertyPage using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
activate(_RemotableHandle hWndParent,
tagRECT pRect,
int bModal)
activate |
boolean |
applies(Object unkArray)
Check if property page applies to the specified set of objects. |
void |
apply()
apply |
void |
cancel()
Property sheet calls this when cancel button is pressed. |
void |
canEdit(INetworkRenderer obj,
boolean[] result)
Indicates if the network renderer can be edited by the property page. |
Object |
createCompatibleObject(Object kind)
Create a new object using the specified object as a template. |
void |
deactivate()
deactivate |
boolean |
equals(Object o)
Compare this object with another |
String |
getCategory()
Category for the renderer property page. |
IUID |
getClassID()
Property page class id (unique identifier object). |
String |
getDescription()
Description of the renderer. |
String |
getHelpFile(int controlID)
Returns the help file name for the specified control. |
int |
getHelpId(int controlID)
Returns the help ID for the specified control. |
String |
getName(int rendererType)
Renderer name for the specified renderer type. |
void |
getPageInfo(tagPROPPAGEINFO[] pPageInfo)
getPageInfo |
int |
getPreviewImage()
Preview bitmap for the renderer that appears on the page. |
int |
getPriority()
The page's priority relative to other pages that interact with the same object. |
IUID |
getRendererClassID()
Renderer class id (unique identifier object). |
int |
hashCode()
the hashcode for this object |
void |
help(String pszHelpDir)
help |
boolean |
isAppliesTo(int rendererType)
Indicates if the property page is applicable to the specified renderer type. |
void |
isPageDirty()
isPageDirty |
void |
move(tagRECT pRect)
move |
void |
queryObject(Object theObject)
Apply the property page settings to the specified object. |
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 java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public NetworkDirtyAreaRendererPropertyPage(Object obj)
throws IOException
obj to NetworkDirtyAreaRendererPropertyPage. *
NetworkDirtyAreaRendererPropertyPage o = (NetworkDirtyAreaRendererPropertyPage)obj; // will not work
NetworkDirtyAreaRendererPropertyPage o = new NetworkDirtyAreaRendererPropertyPage(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NetworkDirtyAreaRendererPropertyPage theNetworkDirtyAreaRendererPropertyPage = (NetworkDirtyAreaRendererPropertyPage) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
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.
public int getPriority()
throws IOException,
AutomationException
getPriority in interface IPropertyPageContextIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean applies(Object unkArray)
throws IOException,
AutomationException
applies in interface IPropertyPageContextunkArray - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object createCompatibleObject(Object kind)
throws IOException,
AutomationException
createCompatibleObject in interface IPropertyPageContextkind - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryObject(Object theObject)
throws IOException,
AutomationException
queryObject in interface IPropertyPageContexttheObject - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getHelpFile(int controlID)
throws IOException,
AutomationException
getHelpFile in interface IPropertyPageContextcontrolID - The controlID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHelpId(int controlID)
throws IOException,
AutomationException
getHelpId in interface IPropertyPageContextcontrolID - The controlID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void cancel()
throws IOException,
AutomationException
cancel in interface IPropertyPageContextIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
getDescription in interface INetworkRendererPropertyPageIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName(int rendererType)
throws IOException,
AutomationException
getName in interface INetworkRendererPropertyPagerendererType - A com.esri.arcgis.carto.esriNetworkRendererType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCategory()
throws IOException,
AutomationException
getCategory in interface INetworkRendererPropertyPageIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAppliesTo(int rendererType)
throws IOException,
AutomationException
isAppliesTo in interface INetworkRendererPropertyPagerendererType - A com.esri.arcgis.carto.esriNetworkRendererType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPreviewImage()
throws IOException,
AutomationException
getPreviewImage in interface INetworkRendererPropertyPageIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getRendererClassID()
throws IOException,
AutomationException
getRendererClassID in interface INetworkRendererPropertyPageIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getClassID()
throws IOException,
AutomationException
getClassID in interface INetworkRendererPropertyPageIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void canEdit(INetworkRenderer obj,
boolean[] result)
throws IOException,
AutomationException
canEdit in interface INetworkRendererPropertyPageobj - A reference to a com.esri.arcgis.carto.INetworkRenderer (in)result - The result (in/out: use single element array)
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 | ||||||||