All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.dnd.DDSource2

public interface DDSource2
extends DDSource
Interface DDSource2 provides extensions for interface DDSource. It allows a drag source to specify a custom image describing the data provided.


Method Index

 o getCursorType()
Should return the image describing the data provided by the drag source.
 o getDragCursor()
Insert the method's description here.
 o getDropCursor()
Should return the image describing the data provided by the drag source.

Methods

 o getCursorType
 public abstract int getCursorType()
Should return the image describing the data provided by the drag source. Method can return null to specify a standard image.

Returns:
s image describing the data provided, or null
 o getDragCursor
 public abstract Image getDragCursor()
Insert the method's description here. Creation date: (30.08.99 14:38:13)

Returns:
java.awt.Image
 o getDropCursor
 public abstract Image getDropCursor()
Should return the image describing the data provided by the drag source. Method can return null to specify a standard image.

Returns:
s image describing the data provided, or null

All Packages  Class Hierarchy  This Package  Previous  Next  Index