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.
-
getCursorType()
- Should return the image describing the data provided by the drag source.
-
getDragCursor()
- Insert the method's description here.
-
getDropCursor()
- Should return the image describing the data provided by the drag source.
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
getDragCursor
public abstract Image getDragCursor()
- Insert the method's description here.
Creation date: (30.08.99 14:38:13)
- Returns:
- java.awt.Image
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