Package net.sourceforge.hivegui.autowait

This package defines the WaitCursorEventQueue utility class that enables automatic change of cursor to waiting when long operations are performed from the AWT-Event thread.

See:
          Description

Interface Summary
DelayTimerCallback  
 

Class Summary
CursorManager  
DelayTimer This class implements a delay timer that will call trigger() on the DelayTimerCallback delay milliseconds after startTimer() was called, if stopTimer() was not called first.
WaitCursorEventQueue  
 

Package net.sourceforge.hivegui.autowait Description

This package defines the WaitCursorEventQueue utility class that enables automatic change of cursor to waiting when long operations are performed from the AWT-Event thread.