Class RepeatFiringBehavior

java.lang.Object
org.eclipse.nebula.visualization.widgets.util.RepeatFiringBehavior

public class RepeatFiringBehavior
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    (package private) class  RepeatFiringBehavior.Task  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static int INITIAL_DELAY  
    protected int initialDelay  
    protected static int STEP_DELAY  
    protected int stepDelay  
    protected java.util.Timer timer  
  • Constructor Summary

    Constructors 
    Constructor Description
    RepeatFiringBehavior()  
  • Method Summary

    Modifier and Type Method Description
    void canceled()  
    void pressed()  
    void released()  
    void resume()  
    void setRunTask​(java.lang.Runnable runTask)  
    void suspend()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait