org.eclipse.nebula.widgets.nattable.util
Class UpdateQueue

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.util.UpdateQueue
Direct Known Subclasses:
ConflationQueue

public class UpdateQueue
extends Object

GUI Update Event Queue


Field Summary
protected  long sleep
           
 
Constructor Summary
protected UpdateQueue()
           
 
Method Summary
 void addRunnable(String id, Runnable runnable)
          Add a new runnable to a map along with a unique id
The last update runnable of an id will be executed only.
static UpdateQueue getInstance()
           
 void stopThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sleep

protected long sleep
Constructor Detail

UpdateQueue

protected UpdateQueue()
Method Detail

getInstance

public static UpdateQueue getInstance()

addRunnable

public void addRunnable(String id,
                        Runnable runnable)
Add a new runnable to a map along with a unique id
The last update runnable of an id will be executed only.

Parameters:
id -
runnable -

stopThread

public void stopThread()


Copyright © 2015. All rights reserved.