com.esri.arcgis.controls
Interface IEngineNAWindowCategory2

All Superinterfaces:
IEngineNAWindowCategory, java.io.Serializable
All Known Implementing Classes:
IEngineNAWindowCategory2Proxy

public interface IEngineNAWindowCategory2
extends IEngineNAWindowCategory, java.io.Serializable

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

Description: 'Provides access to the window category.' 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 IID9712704f_1d88_4b86_88f9_cd2ab9234bbe
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.controls.IEngineNAWindowCategory
IID90ed55f2_0f81_40af_b37e_fc96479c974a
 
Method Summary
 IDataLayer getDataLayer()
          The data layer for the category.
 
Methods inherited from interface com.esri.arcgis.controls.IEngineNAWindowCategory
getLayer, getNAClass
 

Field Detail

IID9712704f_1d88_4b86_88f9_cd2ab9234bbe

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

getDataLayer

IDataLayer getDataLayer()
                        throws java.io.IOException,
                               AutomationException
The data layer for the category.

Returns:
A reference to a com.esri.arcgis.carto.IDataLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.