org.eclipse.nebula.widgets.nattable.util
Class Scheduler
java.lang.Object
   org.eclipse.nebula.widgets.nattable.util.Scheduler
org.eclipse.nebula.widgets.nattable.util.Scheduler
- All Implemented Interfaces: 
- ThreadFactory
- public class Scheduler 
- extends Object- implements ThreadFactory
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Scheduler
public Scheduler(String threadNamePrefix)
schedule
public ScheduledFuture<?> schedule(Runnable runnable,
                                   long initialDelayMillis)
- 
 
- 
 
scheduleAtFixedRate
public ScheduledFuture<?> scheduleAtFixedRate(Runnable runnable,
                                              long initialDelayMillis,
                                              long refreshIntervalMillis)
- 
 
- 
 
scheduleWithFixedDelay
public ScheduledFuture<?> scheduleWithFixedDelay(Runnable runnable,
                                                 long initialDelayMillis,
                                                 long refreshIntervalMillis)
- 
 
- 
 
unschedule
public void unschedule(ScheduledFuture<?> future)
- 
 
- 
 
newThread
public Thread newThread(Runnable r)
- 
- Specified by:
- newThreadin interface- ThreadFactory
 
- 
 
submit
public Future<?> submit(Runnable runnable)
- 
 
- 
 
Copyright © 2014. All rights reserved.