Searched refs:DnDSource (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DDnDSource.java35 class DnDSource extends Button implements Transferable, class in inherits:Button,Transferable,DragGestureListener,DragSourceListener
43 DnDSource(String label) { method in class:DnDSource
47 df = new DataFlavor(DnDSource.class, "DnDSource");
H A DImageDecoratedDnD.java84 dragSource = new DnDSource("Drag ME! (" + (DragSource.isDragImageSupported()?"with ":"without") + " image)" );
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DDnDSource.java35 class DnDSource extends Button implements Transferable, class in inherits:Button,Transferable,DragGestureListener,DragSourceListener
43 DnDSource(String label) { method in class:DnDSource
47 df = new DataFlavor(DnDSource.class, "DnDSource");
H A DImageDecoratedDnDInOut.java85 dragSource = new DnDSource("Drag ME! (" + (DragSource.isDragImageSupported()?"with ":"without") + " image)" );
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DDnDSource.java39 class DnDSource extends Button implements Transferable, class in inherits:Button,Transferable,DragGestureListener,DragSourceListener
47 DnDSource(String label) { method in class:DnDSource
51 df = new DataFlavor(DnDSource.class, "DnDSource");
H A DImageDecoratedDnDNegative.java114 dragSource = new DnDSource("Drag ME! (" + (DragSource.isDragImageSupported()?"with ":"without") + " image)" );

Completed in 1637 milliseconds