com.esri.arcgis.arcmapui
Interface IModelessQueryAttributes

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IModelessQueryAttributesProxy, QueryAttributes

public interface IModelessQueryAttributes
extends java.io.Serializable

COM Interface 'IModelessQueryAttributes'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the Modeless 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4393f3fd_1afc_11d4_9fee_00c04f6bc78e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void refresh()
          Refreshes the attribute query window when it's in a modeless state.
 void show(int parentHWnd)
          Shows attribute query window in a modeless state.
 

Field Detail

IID4393f3fd_1afc_11d4_9fee_00c04f6bc78e

static final int IID4393f3fd_1afc_11d4_9fee_00c04f6bc78e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

show

void show(int parentHWnd)
          throws java.io.IOException,
                 AutomationException
Shows attribute query window in a modeless state.

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.

refresh

void refresh()
             throws java.io.IOException,
                    AutomationException
Refreshes the attribute query window when it's in a modeless state.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.