com.esri.arcgis.catalogUI
Class IEvaluatorEditorProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.catalogUI.IEvaluatorEditorProxy
All Implemented Interfaces:
IEvaluatorEditor, Externalizable, Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IEvaluatorEditor'. Generated 6/23/2009 10:04:48 AM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IEvaluatorEditor, Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IEvaluatorEditorProxy

public IEvaluatorEditorProxy(String CLSID,
                             String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws UnknownHostException,
                             IOException
Deprecated. 
Throws:
UnknownHostException
IOException

IEvaluatorEditorProxy

public IEvaluatorEditorProxy()
Deprecated. 
For internal use only


IEvaluatorEditorProxy

public IEvaluatorEditorProxy(Object obj)
                      throws IOException
Deprecated. 
Throws:
IOException

IEvaluatorEditorProxy

protected IEvaluatorEditorProxy(Object obj,
                                String iid)
                         throws IOException
Deprecated. 
Throws:
IOException

IEvaluatorEditorProxy

protected IEvaluatorEditorProxy(String CLSID,
                                String iid,
                                String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws IOException
Deprecated. 
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getEvaluatorCLSID

public IUID getEvaluatorCLSID()
                       throws IOException,
                              AutomationException
Deprecated. 
The evaluator CLSID associated with this editor.

Specified by:
getEvaluatorCLSID in interface IEvaluatorEditor
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEditEvaluatorsByRef

public void setEditEvaluatorsByRef(IEditEvaluators rhs1)
                            throws IOException,
                                   AutomationException
Deprecated. 
The available set of edit evaluators.

Specified by:
setEditEvaluatorsByRef in interface IEvaluatorEditor
Parameters:
rhs1 - A reference to a com.esri.arcgis.catalogUI.IEditEvaluators (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isContextSupportsEditDescriptors

public boolean isContextSupportsEditDescriptors()
                                         throws IOException,
                                                AutomationException
Deprecated. 
Indicates if the editor supports textbox editing of the descriptor value for the current attribute edit context.

Specified by:
isContextSupportsEditDescriptors in interface IEvaluatorEditor
Returns:
The supports
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isContextSupportsEditProperties

public boolean isContextSupportsEditProperties()
                                        throws IOException,
                                               AutomationException
Deprecated. 
Indicates if the editor supports a dialog for the current attribute edit context.

Specified by:
isContextSupportsEditProperties in interface IEvaluatorEditor
Returns:
The supports
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultProperties

public void setDefaultProperties(int index)
                          throws IOException,
                                 AutomationException
Deprecated. 
Set default properties for the edit evaluator based on the current context.

Specified by:
setDefaultProperties in interface IEvaluatorEditor
Parameters:
index - The index (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFullDescription

public String getFullDescription(int index)
                          throws IOException,
                                 AutomationException
Deprecated. 
The ith full description value.

Specified by:
getFullDescription in interface IEvaluatorEditor
Parameters:
index - The index (in)
Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescriptor

public String getDescriptor(int index)
                     throws IOException,
                            AutomationException
Deprecated. 
The ith descriptor value.

Specified by:
getDescriptor in interface IEvaluatorEditor
Parameters:
index - The index (in)
Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

editDescriptors

public void editDescriptors(String value)
                     throws IOException,
                            AutomationException
Deprecated. 
Change the descriptor for all selected evaluators.

Specified by:
editDescriptors in interface IEvaluatorEditor
Parameters:
value - The value (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValueChoiceCount

public int getValueChoiceCount()
                        throws IOException,
                               AutomationException
Deprecated. 
The number of value choices.

Specified by:
getValueChoiceCount in interface IEvaluatorEditor
Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValueChoiceDescriptor

public String getValueChoiceDescriptor(int choice)
                                throws IOException,
                                       AutomationException
Deprecated. 
The value choice description.

Specified by:
getValueChoiceDescriptor in interface IEvaluatorEditor
Parameters:
choice - The choice (in)
Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValueChoice

public void setValueChoice(int rhs1)
                    throws IOException,
                           AutomationException
Deprecated. 
The index of the selected value choice.

Specified by:
setValueChoice in interface IEvaluatorEditor
Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

editProperties

public boolean editProperties(int parentWindow)
                       throws IOException,
                              AutomationException
Deprecated. 
Prompts the user to edit the evaluator.

Specified by:
editProperties in interface IEvaluatorEditor
Parameters:
parentWindow - The parentWindow (A COM typedef) (in)
Returns:
The applyEdits
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.