|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.catalogUI.NetworkConstantEvaluatorEditor
public class NetworkConstantEvaluatorEditor
COM Class 'NetworkConstantEvaluatorEditor'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Description 'The constant evaluator editor.' 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.catalogUI.IEvaluatorEditor |
---|
IID, IID23b61a91_0f9e_46a7_b3c5_fe5484f323b8, xxDummy |
Constructor Summary | |
---|---|
NetworkConstantEvaluatorEditor()
Constructs a NetworkConstantEvaluatorEditor using ArcGIS Engine. |
|
NetworkConstantEvaluatorEditor(java.lang.Object obj)
Construct a NetworkConstantEvaluatorEditor using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
editDescriptors(java.lang.String value)
Change the descriptor for all selected evaluators. |
boolean |
editProperties(int parentWindow)
Prompts the user to edit the evaluator. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getDescriptor(int index)
The ith descriptor value. |
IUID |
getEvaluatorCLSID()
The evaluator CLSID associated with this editor. |
java.lang.String |
getFullDescription(int index)
The ith full description value. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getValueChoiceCount()
The number of value choices. |
java.lang.String |
getValueChoiceDescriptor(int choice)
The value choice description. |
int |
hashCode()
the hashcode for this object |
boolean |
isContextSupportsEditDescriptors()
Indicates if the editor supports textbox editing of the descriptor value for the current attribute edit context. |
boolean |
isContextSupportsEditProperties()
Indicates if the editor supports a dialog for the current attribute edit context. |
void |
release()
Release a NetworkConstantEvaluatorEditor. |
void |
setDefaultProperties(int index)
Set default properties for the edit evaluator based on the current context. |
void |
setEditEvaluatorsByRef(IEditEvaluators rhs1)
The available set of edit evaluators. |
void |
setValueChoice(int rhs1)
The index of the selected value choice. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkConstantEvaluatorEditor() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic NetworkConstantEvaluatorEditor(java.lang.Object obj) throws java.io.IOException
obj
to NetworkConstantEvaluatorEditor
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
NetworkConstantEvaluatorEditor theNetworkConstantEvaluatorEditor = (NetworkConstantEvaluatorEditor) obj;
Method Detail |
---|
public static java.lang.String getClsid()
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 IUID getEvaluatorCLSID() throws java.io.IOException, AutomationException
getEvaluatorCLSID
in interface IEvaluatorEditor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEditEvaluatorsByRef(IEditEvaluators rhs1) throws java.io.IOException, AutomationException
setEditEvaluatorsByRef
in interface IEvaluatorEditor
rhs1
- A reference to a com.esri.arcgis.catalogUI.IEditEvaluators (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isContextSupportsEditDescriptors() throws java.io.IOException, AutomationException
isContextSupportsEditDescriptors
in interface IEvaluatorEditor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isContextSupportsEditProperties() throws java.io.IOException, AutomationException
isContextSupportsEditProperties
in interface IEvaluatorEditor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultProperties(int index) throws java.io.IOException, AutomationException
setDefaultProperties
in interface IEvaluatorEditor
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFullDescription(int index) throws java.io.IOException, AutomationException
getFullDescription
in interface IEvaluatorEditor
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescriptor(int index) throws java.io.IOException, AutomationException
getDescriptor
in interface IEvaluatorEditor
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void editDescriptors(java.lang.String value) throws java.io.IOException, AutomationException
editDescriptors
in interface IEvaluatorEditor
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getValueChoiceCount() throws java.io.IOException, AutomationException
getValueChoiceCount
in interface IEvaluatorEditor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getValueChoiceDescriptor(int choice) throws java.io.IOException, AutomationException
getValueChoiceDescriptor
in interface IEvaluatorEditor
choice
- The choice (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueChoice(int rhs1) throws java.io.IOException, AutomationException
setValueChoice
in interface IEvaluatorEditor
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean editProperties(int parentWindow) throws java.io.IOException, AutomationException
editProperties
in interface IEvaluatorEditor
parentWindow
- The parentWindow (A COM typedef) (in)
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 |