com.esri.arcgis.arcmapui
Class IQueryAttributesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IQueryAttributesProxy
All Implemented Interfaces:
IQueryAttributes, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IQueryAttributes'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the Attribute query window.' 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 IQueryAttributesProxy
extends com.esri.arcgis.interop.Dispatch
implements IQueryAttributes, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.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.arcmapui.IQueryAttributes
IID, IID9e138101_6dcc_11d2_a07e_0000f8775bf9
 
Constructor Summary
  IQueryAttributesProxy()
          Deprecated. For internal use only
  IQueryAttributesProxy(java.lang.Object obj)
          Deprecated.  
protected IQueryAttributesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IQueryAttributesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IQueryAttributesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void doModal(int parentHWnd)
          Deprecated. Shows attribute query window in a modal state.
 int getCombinationMethod()
          Deprecated. CombinationMethod on form.
 ILayer getLayer()
          Deprecated. Layer selected by the user.
 IQueryFilter getQueryFilter()
          Deprecated. Provide a QueryFilter after form has been executed.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setApplicationByRef(java.lang.Object rhs1)
          Deprecated. Provides the window with a reference to the application.
 void setCombinationMethod(int pMethod)
          Deprecated. CombinationMethod on form.
 void setExpression(java.lang.String rhs1)
          Deprecated. Default expression.
 void setLayerByRef(ILayer ppLayer)
          Deprecated. Layer selected by the user.
 void setSelectFeaturesInLayerOnOK(boolean rhs1)
          Deprecated. When the user presses OK, select features.
 
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 java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IQueryAttributesProxy

public IQueryAttributesProxy(java.lang.String CLSID,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.net.UnknownHostException,
                             java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IQueryAttributesProxy

public IQueryAttributesProxy()
Deprecated. 
For internal use only


IQueryAttributesProxy

public IQueryAttributesProxy(java.lang.Object obj)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IQueryAttributesProxy

protected IQueryAttributesProxy(java.lang.Object obj,
                                java.lang.String iid)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IQueryAttributesProxy

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

addListener

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

removeListener

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

setApplicationByRef

public void setApplicationByRef(java.lang.Object rhs1)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Provides the window with a reference to the application.

Specified by:
setApplicationByRef in interface IQueryAttributes
Parameters:
rhs1 - A reference to another Automation Object (IDispatch) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

public void doModal(int parentHWnd)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Shows attribute query window in a modal state.

Specified by:
doModal in interface IQueryAttributes
Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCombinationMethod

public void setCombinationMethod(int pMethod)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
CombinationMethod on form.

Specified by:
setCombinationMethod in interface IQueryAttributes
Parameters:
pMethod - A com.esri.arcgis.carto.esriSelectionResultEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCombinationMethod

public int getCombinationMethod()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
CombinationMethod on form.

Specified by:
getCombinationMethod in interface IQueryAttributes
Returns:
A com.esri.arcgis.carto.esriSelectionResultEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayer

public ILayer getLayer()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Layer selected by the user.

Specified by:
getLayer in interface IQueryAttributes
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLayerByRef

public void setLayerByRef(ILayer ppLayer)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Layer selected by the user.

Specified by:
setLayerByRef in interface IQueryAttributes
Parameters:
ppLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectFeaturesInLayerOnOK

public void setSelectFeaturesInLayerOnOK(boolean rhs1)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
When the user presses OK, select features. If there is an error, don't return. Default: FALSE.

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

setExpression

public void setExpression(java.lang.String rhs1)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Default expression.

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

getQueryFilter

public IQueryFilter getQueryFilter()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Provide a QueryFilter after form has been executed.

Specified by:
getQueryFilter in interface IQueryAttributes
Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.