Uses of Class
xal.tools.dispatch.DispatchQueue
Packages that use DispatchQueue
Package
Description
The dispatch package is an attempted Java port of some of the functionality of the open source libdispatch library.
-
Uses of DispatchQueue in xal.tools.dispatch
Methods in xal.tools.dispatch that return DispatchQueueModifier and TypeMethodDescriptionstatic DispatchQueue
DispatchQueue.createConcurrentQueue
(String label) Create a concurrent queuestatic DispatchQueue
DispatchQueue.createSerialQueue
(String label) Create a serial queuestatic DispatchQueue
DispatchQueue.getCurrentQueue()
get the current queue or null if the current thread does not belong to a queuestatic DispatchQueue
DispatchQueue.getGlobalBackgroundPriorityQueue()
Get the global background priority queuestatic DispatchQueue
DispatchQueue.getGlobalDefaultPriorityQueue()
Get the global default priority queuestatic DispatchQueue
DispatchQueue.getGlobalHighPriorityQueue()
Get the global high priority queuestatic DispatchQueue
DispatchQueue.getGlobalLowPriorityQueue()
Get the global low priority queuestatic DispatchQueue
DispatchQueue.getGlobalQueue
(int priority) Get the global queue corresponding to the specified priority.static DispatchQueue
DispatchQueue.getMainQueue()
Get the main queue on which Swing events are dispatched.Methods in xal.tools.dispatch with parameters of type DispatchQueueModifier and TypeMethodDescriptionstatic DispatchTimer
DispatchTimer.getCoalescingInstance
(DispatchQueue eventQueue, Runnable eventHandler) Create a new coalescing timerstatic DispatchTimer
DispatchTimer.getFixedRateInstance
(DispatchQueue eventQueue, Runnable eventHandler) Create a new fixed rate timerConstructors in xal.tools.dispatch with parameters of type DispatchQueueModifierConstructorDescriptionDispatchTimer
(DispatchQueue eventQueue, Runnable eventHandler) ConstructorDispatchTimer
(DispatchTimer.DispatchTimerMode dispatchMode, DispatchQueue eventQueue, Runnable eventHandler) Primary Constructor