Index

G J O S 
All Classes and Interfaces|All Packages

G

getDefaultInstance() - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
Returns a TaskExecutorService which executes tasks submitted to them on the AWT Event Dispatch Thread.
getSimpleExecutor(boolean) - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
Returns a TaskExecutor which executes tasks submitted to them on the AWT Event Dispatch Thread.
getStrictExecutor(boolean) - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
Returns a TaskExecutor which executes tasks submitted to them on the AWT Event Dispatch Thread.
getSwingBackgroundTaskExecutor(AccessManager<IDType, RightType>, TaskExecutor) - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
Creates a new BackgroundTaskExecutor to be used with Swing with the given access manager and TaskExecutor.
getSwingExecutorProvider() - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
Returns an implementation of UiExecutorProvider executing scheduled tasks on the AWT Event Dispatch Thread.
getSwingExecutorService(boolean) - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
Returns a TaskExecutorService which executes submitted tasks on the AWT Event Dispatch Thread.
getSwingUpdateExecutor() - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
Returns an UpdateTaskExecutor implementation which executes tasks on the AWT Event Dispatch Thread.
getSwingUpdateExecutor(boolean) - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
Returns an UpdateTaskExecutor implementation which executes tasks on the AWT Event Dispatch Thread.

J

jtrim.swing.concurrent - module jtrim.swing.concurrent
 

O

org.jtrim2.swing.concurrent - package org.jtrim2.swing.concurrent
Contains classes and interface to help with executing tasks of Swing applications concurrently.

S

SwingExecutors - Class in org.jtrim2.swing.concurrent
Defines factory methods for executor implementations executing scheduled tasks on the AWT Event Dispatch Thread.
G J O S 
All Classes and Interfaces|All Packages