com.esri.arcgis.arcmapui
Interface IAddDataDialog2

All Superinterfaces:
IAddDataDialog, java.io.Serializable
All Known Implementing Classes:
AddDataDialog, AddQueryTableDialog, IAddDataDialog2Proxy

public interface IAddDataDialog2
extends IAddDataDialog, java.io.Serializable

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

Description: 'Provides access to members that control the Add Data Dialog.' 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 IIDd03d289f_8f4b_4205_8062_544f5a35bc49
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.arcmapui.IAddDataDialog
IIDb16c802b_4cbc_11d2_ae2a_080009ec732a
 
Method Summary
 void setGroupLayer(IGroupLayer rhs1)
          The group layer to which data needs to be added.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IAddDataDialog
setDocument, setMap, show
 

Field Detail

IIDd03d289f_8f4b_4205_8062_544f5a35bc49

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

setGroupLayer

void setGroupLayer(IGroupLayer rhs1)
                   throws java.io.IOException,
                          AutomationException
The group layer to which data needs to be added.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IGroupLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.