Index
All Classes and Interfaces|All Packages
G
- getDefaultInstance() - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
-
Returns a
TaskExecutorServicewhich executes tasks submitted to them on the AWT Event Dispatch Thread. - getSimpleExecutor(boolean) - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
-
Returns a
TaskExecutorwhich executes tasks submitted to them on the AWT Event Dispatch Thread. - getStrictExecutor(boolean) - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
-
Returns a
TaskExecutorwhich 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
BackgroundTaskExecutorto be used with Swing with the given access manager andTaskExecutor. - getSwingExecutorProvider() - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
-
Returns an implementation of
UiExecutorProviderexecuting scheduled tasks on the AWT Event Dispatch Thread. - getSwingExecutorService(boolean) - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
-
Returns a
TaskExecutorServicewhich executes submitted tasks on the AWT Event Dispatch Thread. - getSwingUpdateExecutor() - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
-
Returns an
UpdateTaskExecutorimplementation which executes tasks on the AWT Event Dispatch Thread. - getSwingUpdateExecutor(boolean) - Static method in class org.jtrim2.swing.concurrent.SwingExecutors
-
Returns an
UpdateTaskExecutorimplementation 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.
All Classes and Interfaces|All Packages