Uses of Enum Class
be.gaudry.model.thread.EProgressInfo
Packages that use EProgressInfo
Package
Description
Provides the classes necessary to use threads.
-
Uses of EProgressInfo in be.gaudry.model.thread
Methods in be.gaudry.model.thread that return EProgressInfoModifier 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
Methods in be.gaudry.swing.file.mediacleaner.controls with parameters of type EProgressInfoModifier and TypeMethodDescriptionvoid
MediaCleanerConsolePanel.print(String info, EProgressInfo epi)
-
Uses of EProgressInfo in be.gaudry.swing.utils
Methods in be.gaudry.swing.utils with parameters of type EProgressInfoModifier 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.