com.esri.arcgis.controls
Interface ILayerListToolControl

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

public interface ILayerListToolControl
extends java.io.Serializable

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

Description: 'Provides access to members that inform which layer is selected in the LayerList Tool Control.' 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 IID9441b6b8_ffb3_4b18_9851_c2af972442b9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILayer getSelectedLayer()
          The Layer currently selected in the Tool Control.
 

Field Detail

IID9441b6b8_ffb3_4b18_9851_c2af972442b9

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

getSelectedLayer

ILayer getSelectedLayer()
                        throws java.io.IOException,
                               AutomationException
The Layer currently selected in the Tool Control. This may be NULL is no layer is selected.

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.