net.sourceforge.hivegui.component
Interface CursorFactory

All Superinterfaces:
Cursors
All Known Implementing Classes:
CursorFactoryImpl

public interface CursorFactory
extends Cursors

Author:
Jean-Francois Poilpret

Field Summary
 
Fields inherited from interface net.sourceforge.hivegui.component.Cursors
CROSSHAIR, DEFAULT, E_RESIZE, HAND, MOVE, N_RESIZE, NE_RESIZE, NW_RESIZE, S_RESIZE, SE_RESIZE, SW_RESIZE, TEXT, W_RESIZE, WAIT
 
Method Summary
 java.awt.Cursor getCursor(java.lang.String id)
           
 CursorInfo getCursorInfo(java.lang.String id)
           
 

Method Detail

getCursor

java.awt.Cursor getCursor(java.lang.String id)

getCursorInfo

CursorInfo getCursorInfo(java.lang.String id)