|
|||||||||
| 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.catalogUI.IEvaluatorEditorProxy
Generated using ArcGIS Proxy Generator
Description: 'Provides access to an 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 =
public class IEvaluatorEditorProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.catalogUI.IEvaluatorEditor |
|---|
IID, IID23b61a91_0f9e_46a7_b3c5_fe5484f323b8 |
| Constructor Summary | |
|---|---|
|
IEvaluatorEditorProxy()
Deprecated. For internal use only |
|
IEvaluatorEditorProxy(Object obj)
Deprecated. |
protected |
IEvaluatorEditorProxy(Object obj,
String iid)
Deprecated. |
|
IEvaluatorEditorProxy(String CLSID,
String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IEvaluatorEditorProxy(String CLSID,
String iid,
String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
Deprecated. |
void |
editDescriptors(String value)
Deprecated. Change the descriptor for all selected evaluators. |
boolean |
editProperties(int parentWindow)
Deprecated. Prompts the user to edit the evaluator. |
String |
getDescriptor(int index)
Deprecated. The ith descriptor value. |
IUID |
getEvaluatorCLSID()
Deprecated. The evaluator CLSID associated with this editor. |
String |
getFullDescription(int index)
Deprecated. The ith full description value. |
int |
getValueChoiceCount()
Deprecated. The number of value choices. |
String |
getValueChoiceDescriptor(int choice)
Deprecated. The value choice description. |
boolean |
isContextSupportsEditDescriptors()
Deprecated. Indicates if the editor supports textbox editing of the descriptor value for the current attribute edit context. |
boolean |
isContextSupportsEditProperties()
Deprecated. Indicates if the editor supports a dialog for the current attribute edit context. |
void |
removeListener(String iidStr,
Object theListener)
Deprecated. |
void |
setDefaultProperties(int index)
Deprecated. Set default properties for the edit evaluator based on the current context. |
void |
setEditEvaluatorsByRef(IEditEvaluators rhs1)
Deprecated. The available set of edit evaluators. |
void |
setValueChoice(int rhs1)
Deprecated. The index of the selected value choice. |
| 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 static final Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IEvaluatorEditorProxy(String CLSID,
String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws UnknownHostException,
IOException
UnknownHostException
IOExceptionpublic IEvaluatorEditorProxy()
public IEvaluatorEditorProxy(Object obj)
throws IOException
IOException
protected IEvaluatorEditorProxy(Object obj,
String iid)
throws IOException
IOException
protected IEvaluatorEditorProxy(String CLSID,
String iid,
String host,
com.esri.arcgis.interop.AuthInfo authInfo)
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 IUID getEvaluatorCLSID()
throws IOException,
AutomationException
getEvaluatorCLSID in interface IEvaluatorEditorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEditEvaluatorsByRef(IEditEvaluators rhs1)
throws IOException,
AutomationException
setEditEvaluatorsByRef in interface IEvaluatorEditorrhs1 - 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 IEvaluatorEditorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isContextSupportsEditProperties()
throws IOException,
AutomationException
isContextSupportsEditProperties in interface IEvaluatorEditorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultProperties(int index)
throws IOException,
AutomationException
setDefaultProperties in interface IEvaluatorEditorindex - 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 IEvaluatorEditorindex - 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 IEvaluatorEditorindex - 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 IEvaluatorEditorvalue - 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 IEvaluatorEditorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getValueChoiceDescriptor(int choice)
throws IOException,
AutomationException
getValueChoiceDescriptor in interface IEvaluatorEditorchoice - 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 IEvaluatorEditorrhs1 - 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 IEvaluatorEditorparentWindow - 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 | ||||||||