com.esri.arcgis.arcmapui
Interface IMxDocumentDropTarget

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataGraphMxDocumentDropTarget, IMxDocumentDropTargetProxy

public interface IMxDocumentDropTarget
extends java.io.Serializable

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

Description: 'Provides access to members that control the MxDocument Drop Target.' 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 IID9168abfe_5dbe_11d4_a689_0008c7df88db
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canCreate(IMxDocument document, IName targetName)
          Indicates if targetName can be added to the Document.
 void create(IMxDocument document, IName targetName)
          Adds targetName to the current Document.
 

Field Detail

IID9168abfe_5dbe_11d4_a689_0008c7df88db

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

canCreate

boolean canCreate(IMxDocument document,
                  IName targetName)
                  throws java.io.IOException,
                         AutomationException
Indicates if targetName can be added to the Document.

Parameters:
document - A reference to a com.esri.arcgis.arcmapui.IMxDocument (in)
targetName - A reference to a com.esri.arcgis.system.IName (in)
Returns:
The canCreate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

create

void create(IMxDocument document,
            IName targetName)
            throws java.io.IOException,
                   AutomationException
Adds targetName to the current Document.

Parameters:
document - A reference to a com.esri.arcgis.arcmapui.IMxDocument (in)
targetName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.