Uses of Enum Class
be.gaudry.model.thread.EProgressInfo
Package
Description
Provides the classes necessary to use threads.
-
Uses of EProgressInfo in be.gaudry.model.thread
Modifier and TypeMethodDescriptionstatic EProgressInfo
EProgressInfo.fromInt(int key)
ProgressResult.getProgressInfoEnum()
static EProgressInfo
Returns the enum constant of this class with the specified name.static EProgressInfo[]
EProgressInfo.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EProgressInfo in be.gaudry.swing.file.mediacleaner.controls
Modifier and TypeMethodDescriptionvoid
MediaCleanerConsolePanel.print(String info, EProgressInfo epi)
-
Uses of EProgressInfo in be.gaudry.swing.utils
Modifier and TypeMethodDescriptionvoid
ProgressInfoRenderer.addStyle(Color forground, Color background, EProgressInfo epi)
void
ProgressInfoRenderer.addStyle(Color forground, Color background, Boolean bold, Boolean italic, EProgressInfo epi)
void
ProgressInfoRenderer.print(JTextPane consoleTextPane, String info, boolean addNewLineBreak, EProgressInfo epi)
Displays in a JTextPane a message resulting from a long Swing process.