All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sgi.sysadm.ui.DynamicCursor

public interface DynamicCursor
A interface for components that get embedded in ComponentTables and want the cursor to change based on mouse position.


Method Index

 o getCursorAt(int, int)
Returns the cursor to use if the mouse is at a particular location.

Methods

 o getCursorAt
 public abstract Cursor getCursorAt(int x,
                                    int y)
Returns the cursor to use if the mouse is at a particular location.

Parameters:
x - The x coordinate of the mouse position.
y - The y coordinate of the mouse position.
Returns:
A cursor to display

All Packages  Class Hierarchy  This Package  Previous  Next  Index