Defines the behaviour when a drag and drop event occurs. The extension declaration combined with the accepts method determines whether the Action will be ran for a given drag/drop event.
If the enablesFor is a anything other than null or 1 then an array of objects (all the same type) will be the data returned by getData, otherwise the data be a single object (not an array).
@author jdeolive
@since 1.0.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.