Uses of Interface
io.github.tonywasher.joceanus.tethys.api.thread.TethysUIThread
Packages that use TethysUIThread
Package
Description
Package containing utility threads to handle background tasks.
Prometheus FieldSet Panel.
Thread API.
Thread core classes.
Launch classes for Themis.
-
Uses of TethysUIThread in io.github.tonywasher.joceanus.prometheus.threads
Classes in io.github.tonywasher.joceanus.prometheus.threads that implement TethysUIThreadModifier and TypeClassDescriptionclassThread to create an encrypted backup of a data set.classThread to create tables in a database to represent a data set.classThread to create tables in a database to represent a data set.classLoaderThread extension to create an XML backup.classThread to load changes from an encrypted backup.classThread to load data from the database.classLoaderThread extension to load an XML backup.classThread to purge tables in a database that represent a data set.classThread to renew security in the data set.classThread to store changes in the DataSet to a database.classThread to change the password. -
Uses of TethysUIThread in io.github.tonywasher.joceanus.prometheus.ui.panel
Methods in io.github.tonywasher.joceanus.prometheus.ui.panel with parameters of type TethysUIThreadModifier and TypeMethodDescriptionprotected voidPrometheusMainWindow.startThread(TethysUIThread<?> pThread) Start a thread. -
Uses of TethysUIThread in io.github.tonywasher.joceanus.tethys.api.thread
Methods in io.github.tonywasher.joceanus.tethys.api.thread with parameters of type TethysUIThreadModifier and TypeMethodDescription<T> voidTethysUIThreadManager.startThread(TethysUIThread<T> pThread) Start a thread. -
Uses of TethysUIThread in io.github.tonywasher.joceanus.tethys.core.thread
Methods in io.github.tonywasher.joceanus.tethys.core.thread with parameters of type TethysUIThreadModifier and TypeMethodDescription<T> voidTethysUICoreThreadManager.startThread(TethysUIThread<T> pThread) protected abstract <T> RunnableTethysUICoreThreadManager.wrapThread(TethysUIThread<T> pThread) Create thread wrapper. -
Uses of TethysUIThread in io.github.tonywasher.joceanus.themis.gui.launch
Classes in io.github.tonywasher.joceanus.themis.gui.launch that implement TethysUIThread