Uses of Interface
com.sun.jna.platform.dnd.DropTargetPainter

Packages that use DropTargetPainter
com.sun.jna.platform.dnd   
 

Uses of DropTargetPainter in com.sun.jna.platform.dnd
 

Constructors in com.sun.jna.platform.dnd with parameters of type DropTargetPainter
DropHandler(java.awt.Component c, int acceptedActions, java.awt.datatransfer.DataFlavor[] acceptedFlavors, DropTargetPainter painter)
          Enable handling of drops, indicating what actions and flavors are acceptable, and providing a painter for drop target feedback.