Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.ide.util.dnd
Interface DragHelper


public interface DragHelper

Defines the interface for classes that can supply a Transferable for an object that is part of a data transfer (or drag and drop) selection.


Method Summary
 java.awt.datatransfer.Transferable getTransferable(java.lang.Object userDataObject)
          Gets the Transferable for the supplied Objects.
 

Method Detail

getTransferable

java.awt.datatransfer.Transferable getTransferable(java.lang.Object userDataObject)
Gets the Transferable for the supplied Objects.

Parameters:
userDataObject - the dragged object as user data
Returns:
the Transferable data for the supplied node

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.