com.sun.jna.examples.dnd

Interface DropTargetPainter

public interface DropTargetPainter

Provides a callback for DropHandler to customize drop target feedback.

Author: twall

Method Summary
voidpaintDropTarget(DropTargetEvent e, int action, Point location)

Method Detail

paintDropTarget

public void paintDropTarget(DropTargetEvent e, int action, Point location)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.