net.sourceforge.hivegui.component
Class CursorFactoryImpl

java.lang.Object
  extended by net.sourceforge.hivegui.component.CursorFactoryImpl
All Implemented Interfaces:
CursorFactory, Cursors

public class CursorFactoryImpl
extends java.lang.Object
implements CursorFactory

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
 
Constructor Summary
CursorFactoryImpl(org.apache.commons.logging.Log logger, java.util.List<CursorContribution> config)
           
 
Method Summary
 java.awt.Cursor getCursor(java.lang.String id)
           
 CursorInfo getCursorInfo(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CursorFactoryImpl

public CursorFactoryImpl(org.apache.commons.logging.Log logger,
                         java.util.List<CursorContribution> config)
Method Detail

getCursor

public java.awt.Cursor getCursor(java.lang.String id)
Specified by:
getCursor in interface CursorFactory

getCursorInfo

public CursorInfo getCursorInfo(java.lang.String id)
Specified by:
getCursorInfo in interface CursorFactory