JNA API 3.0.9

com.sun.jna.examples.dnd
Interface DropTargetPainter


public interface DropTargetPainter

Provides a callback for DropHandler to customize drop target feedback.

Author:
twall

Method Summary
 void paintDropTarget(DropTargetEvent e, int action, Point location)
           
 

Method Detail

paintDropTarget

void paintDropTarget(DropTargetEvent e,
                     int action,
                     Point location)

JNA API 3.0.9

Copyright © 2007-2008 Timothy Wall. All Rights Reserved.