com.esri.arcgis.framework
Interface IDockableWindowManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Application, Application, Application, Application, IDockableWindowManagerProxy

public interface IDockableWindowManager
extends java.io.Serializable

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

Description: 'Provides access to a method that finds a dockable window in the 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 IID3ee6d0c2_e3f2_11d3_a679_0008c7df97b9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDockableWindow getDockableWindow(IUID dockWnd)
          Finds a dockable window looking first in the collection and then in the category.
 

Field Detail

IID3ee6d0c2_e3f2_11d3_a679_0008c7df97b9

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

getDockableWindow

IDockableWindow getDockableWindow(IUID dockWnd)
                                  throws java.io.IOException,
                                         AutomationException
Finds a dockable window looking first in the collection and then in the category.

Parameters:
dockWnd - A reference to a com.esri.arcgis.system.IUID (in)
Returns:
A reference to a com.esri.arcgis.framework.IDockableWindow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.