Package com.sun.jna.platform.dnd
Interface DropTargetPainter
-
public interface DropTargetPainter
Provides a callback forDropHandler
to customize drop target feedback.- Author:
- twall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
paintDropTarget(DropTargetEvent e, int action, Point location)
-
-
-
Method Detail
-
paintDropTarget
void paintDropTarget(DropTargetEvent e, int action, Point location)
-
-