|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.cartoUI.NetworkDirtyAreaRendererPropertyPage
public class NetworkDirtyAreaRendererPropertyPage
COM Class 'NetworkDirtyAreaRendererPropertyPage'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'
Description 'Property page for managing the properties of the NetworkDirtyAreaRenderer object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.framework.IPropertyPage |
---|
IID, IIDb196b28d_bab4_101a_b69c_00aa00341d07, xxDummy |
Fields inherited from interface com.esri.arcgis.framework.IPropertyPageContext |
---|
IID, IIDf87fa8a3_e51a_11d1_877c_0000f8751720, xxDummy |
Fields inherited from interface com.esri.arcgis.cartoUI.INetworkRendererPropertyPage |
---|
IID, IIDb5857613_2b30_4070_86d3_6785af49a04c, xxDummy |
Constructor Summary | |
---|---|
NetworkDirtyAreaRendererPropertyPage(java.lang.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(java.lang.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. |
java.lang.Object |
createCompatibleObject(java.lang.Object kind)
Create a new object using the specified object as a template. |
void |
deactivate()
deactivate |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getCategory()
Category for the renderer property page. |
IUID |
getClassID()
Property page class id (unique identifier object). |
java.lang.String |
getDescription()
Description of the renderer. |
java.lang.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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.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(java.lang.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(java.lang.Object theObject)
Apply the property page settings to the specified object. |
void |
release()
Release a NetworkDirtyAreaRendererPropertyPage. |
void |
setObjects(int cObjects,
java.lang.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 |
Constructor Detail |
---|
public NetworkDirtyAreaRendererPropertyPage(java.lang.Object obj) throws java.io.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
java.io.IOException
- if there are interop problems
NetworkDirtyAreaRendererPropertyPage theNetworkDirtyAreaRendererPropertyPage = (NetworkDirtyAreaRendererPropertyPage) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setPageSite(IPropertyPageSite pPageSite) throws java.io.IOException, AutomationException
setPageSite
in interface IPropertyPage
pPageSite
- A reference to a com.esri.arcgis.framework.IPropertyPageSite (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void activate(_RemotableHandle hWndParent, tagRECT pRect, int bModal) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deactivate() throws java.io.IOException, AutomationException
deactivate
in interface IPropertyPage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPageInfo(tagPROPPAGEINFO[] pPageInfo) throws java.io.IOException, AutomationException
getPageInfo
in interface IPropertyPage
pPageInfo
- A Structure: com.esri.arcgis.framework.tagPROPPAGEINFO (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjects(int cObjects, java.lang.Object[] ppUnk) throws java.io.IOException, AutomationException
setObjects
in interface IPropertyPage
cObjects
- The cObjects (in)ppUnk
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show(int nCmdShow) throws java.io.IOException, AutomationException
show
in interface IPropertyPage
nCmdShow
- The nCmdShow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void move(tagRECT pRect) throws java.io.IOException, AutomationException
move
in interface IPropertyPage
pRect
- A Structure: com.esri.arcgis.system.tagRECT (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isPageDirty() throws java.io.IOException, AutomationException
isPageDirty
in interface IPropertyPage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void apply() throws java.io.IOException, AutomationException
apply
in interface IPropertyPage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void help(java.lang.String pszHelpDir) throws java.io.IOException, AutomationException
help
in interface IPropertyPage
pszHelpDir
- A String (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void translateAccelerator(tagMSG pMsg) throws java.io.IOException, AutomationException
translateAccelerator
in interface IPropertyPage
pMsg
- A Structure: com.esri.arcgis.framework.tagMSG (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPriority() throws java.io.IOException, AutomationException
getPriority
in interface IPropertyPageContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean applies(java.lang.Object unkArray) throws java.io.IOException, AutomationException
applies
in interface IPropertyPageContext
unkArray
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object createCompatibleObject(java.lang.Object kind) throws java.io.IOException, AutomationException
createCompatibleObject
in interface IPropertyPageContext
kind
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryObject(java.lang.Object theObject) throws java.io.IOException, AutomationException
queryObject
in interface IPropertyPageContext
theObject
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHelpFile(int controlID) throws java.io.IOException, AutomationException
getHelpFile
in interface IPropertyPageContext
controlID
- The controlID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHelpId(int controlID) throws java.io.IOException, AutomationException
getHelpId
in interface IPropertyPageContext
controlID
- The controlID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void cancel() throws java.io.IOException, AutomationException
cancel
in interface IPropertyPageContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface INetworkRendererPropertyPage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName(int rendererType) throws java.io.IOException, AutomationException
getName
in interface INetworkRendererPropertyPage
rendererType
- A com.esri.arcgis.carto.esriNetworkRendererType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCategory() throws java.io.IOException, AutomationException
getCategory
in interface INetworkRendererPropertyPage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAppliesTo(int rendererType) throws java.io.IOException, AutomationException
isAppliesTo
in interface INetworkRendererPropertyPage
rendererType
- A com.esri.arcgis.carto.esriNetworkRendererType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPreviewImage() throws java.io.IOException, AutomationException
getPreviewImage
in interface INetworkRendererPropertyPage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getRendererClassID() throws java.io.IOException, AutomationException
getRendererClassID
in interface INetworkRendererPropertyPage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getClassID() throws java.io.IOException, AutomationException
getClassID
in interface INetworkRendererPropertyPage
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void canEdit(INetworkRenderer obj, boolean[] result) throws java.io.IOException, AutomationException
canEdit
in interface INetworkRendererPropertyPage
obj
- A reference to a com.esri.arcgis.carto.INetworkRenderer (in)result
- The result (in/out: use single element array)
java.io.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 |