com.esri.arcgis.systemUI
Interface IDataObjectHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataObjectHelper, IDataObjectHelperProxy

public interface IDataObjectHelper
extends java.io.Serializable

COM Interface 'IDataObjectHelper'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Provides access to members for OLE drag and drop.' 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 IIDe0ccbcb0_cd47_11d5_a9e6_00104bb6fc1c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canGetFiles()
          Indicates if files are available in the DataObject.
 boolean canGetNames()
          Indicates if Esri names are available in the DataObject.
 java.lang.Object getData(int format)
          If specified DataObject format can be retrieved, returns the data as safe array of bytes.
 java.lang.Object getFiles()
          If the DataObject format supports files, returns a safe array of strings representing filenames.
 boolean getFormat(int format)
          Indicates if the DataObject supports the specified format.
 java.lang.Object getInternalObject()
          Provides access to the internal IDataObject pointer.
 IEnumName getNames()
          If the DataObject format supports Esri names, returns an enumerator of names.
 void setInternalObjectByRef(java.lang.Object ppObject)
          Provides access to the internal IDataObject pointer.
 

Field Detail

IIDe0ccbcb0_cd47_11d5_a9e6_00104bb6fc1c

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

setInternalObjectByRef

void setInternalObjectByRef(java.lang.Object ppObject)
                            throws java.io.IOException,
                                   AutomationException
Provides access to the internal IDataObject pointer.

Parameters:
ppObject - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInternalObject

java.lang.Object getInternalObject()
                                   throws java.io.IOException,
                                          AutomationException
Provides access to the internal IDataObject pointer.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getData

java.lang.Object getData(int format)
                         throws java.io.IOException,
                                AutomationException
If specified DataObject format can be retrieved, returns the data as safe array of bytes.

Parameters:
format - The format (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFormat

boolean getFormat(int format)
                  throws java.io.IOException,
                         AutomationException
Indicates if the DataObject supports the specified format.

Parameters:
format - The format (in)
Returns:
The pbFormatSupported
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canGetFiles

boolean canGetFiles()
                    throws java.io.IOException,
                           AutomationException
Indicates if files are available in the DataObject.

Returns:
The canGetFiles
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFiles

java.lang.Object getFiles()
                          throws java.io.IOException,
                                 AutomationException
If the DataObject format supports files, returns a safe array of strings representing filenames.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canGetNames

boolean canGetNames()
                    throws java.io.IOException,
                           AutomationException
Indicates if Esri names are available in the DataObject.

Returns:
The canGetNames
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNames

IEnumName getNames()
                   throws java.io.IOException,
                          AutomationException
If the DataObject format supports Esri names, returns an enumerator of names.

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