com.esri.arcgis.framework
Interface IAtbApplication

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IAtbApplicationProxy

public interface IAtbApplication
extends java.io.Serializable

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

Description: 'Provides access to the window handle of the ArcToolbox application.' 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 IIDea936dfe_2aa1_11d4_a632_0008c711c8c1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getHWnd()
          The window handle of the ArcToolbox application.
 

Field Detail

IIDea936dfe_2aa1_11d4_a632_0008c711c8c1

static final int IIDea936dfe_2aa1_11d4_a632_0008c711c8c1
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

getHWnd

int getHWnd()
            throws java.io.IOException,
                   AutomationException
The window handle of the ArcToolbox application.

Returns:
The hWnd (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.