FileDocCategorySizeDatePackage
NativeCursor.javaAPI DocAndroid 1.5 API1449Wed May 06 22:41:54 BST 2009org.apache.harmony.awt.wtk

NativeCursor

public interface NativeCursor
The interface provides access to platform dependent functionality for the class java.awt.Cursor.

Fields Summary
Constructors Summary
Methods Summary
public voiddestroyCursor()
Destroys the native resource associated with this cursor

public longgetId()

return
Native handle associated with this cursor

public voidsetCursor(long winID)
Sets the current cursor shape to this cursor when a pointer is inside

param
winID - window(currently used only on X11)