|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.catalogUI.NetworkGlobalTurnDelayEvaluatorEditor
public class NetworkGlobalTurnDelayEvaluatorEditor
The global turn delay evaluator editor.
This object is new at ArcGIS 9.3.
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.catalogUI.IEvaluatorEditor |
---|
IID, IID23b61a91_0f9e_46a7_b3c5_fe5484f323b8, xxDummy |
Constructor Summary | |
---|---|
NetworkGlobalTurnDelayEvaluatorEditor()
Constructs a NetworkGlobalTurnDelayEvaluatorEditor using ArcGIS Engine. |
|
NetworkGlobalTurnDelayEvaluatorEditor(Object obj)
Construct a NetworkGlobalTurnDelayEvaluatorEditor using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
editDescriptors(String value)
Change the descriptor for all selected evaluators. |
boolean |
editProperties(int parentWindow)
Prompts the user to edit the evaluator. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getDescriptor(int index)
The ith descriptor value. |
IUID |
getEvaluatorCLSID()
The evaluator CLSID associated with this editor. |
String |
getFullDescription(int index)
The ith full description value. |
int |
getValueChoiceCount()
The number of value choices. |
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 |
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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public NetworkGlobalTurnDelayEvaluatorEditor() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic NetworkGlobalTurnDelayEvaluatorEditor(Object obj) throws IOException
obj
to NetworkGlobalTurnDelayEvaluatorEditor
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
NetworkGlobalTurnDelayEvaluatorEditor theNetworkGlobalTurnDelayEvaluatorEditor = (NetworkGlobalTurnDelayEvaluatorEditor) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IUID getEvaluatorCLSID() throws IOException, AutomationException
getEvaluatorCLSID
in interface IEvaluatorEditor
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEditEvaluatorsByRef(IEditEvaluators rhs1) throws IOException, AutomationException
setEditEvaluatorsByRef
in interface IEvaluatorEditor
rhs1
- A reference to a com.esri.arcgis.catalogUI.IEditEvaluators (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isContextSupportsEditDescriptors() throws IOException, AutomationException
isContextSupportsEditDescriptors
in interface IEvaluatorEditor
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isContextSupportsEditProperties() throws IOException, AutomationException
isContextSupportsEditProperties
in interface IEvaluatorEditor
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultProperties(int index) throws IOException, AutomationException
setDefaultProperties
in interface IEvaluatorEditor
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFullDescription(int index) throws IOException, AutomationException
getFullDescription
in interface IEvaluatorEditor
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDescriptor(int index) throws IOException, AutomationException
getDescriptor
in interface IEvaluatorEditor
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void editDescriptors(String value) throws IOException, AutomationException
editDescriptors
in interface IEvaluatorEditor
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getValueChoiceCount() throws IOException, AutomationException
getValueChoiceCount
in interface IEvaluatorEditor
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getValueChoiceDescriptor(int choice) throws IOException, AutomationException
getValueChoiceDescriptor
in interface IEvaluatorEditor
choice
- The choice (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueChoice(int rhs1) throws IOException, AutomationException
setValueChoice
in interface IEvaluatorEditor
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean editProperties(int parentWindow) throws IOException, AutomationException
editProperties
in interface IEvaluatorEditor
parentWindow
- The parentWindow (A COM typedef) (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 |