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 EProgressInfoEProgressInfo.fromInt(int key)ProgressResult.getProgressInfoEnum()static EProgressInfoReturns 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 TypeMethodDescriptionvoidMediaCleanerConsolePanel.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 TypeMethodDescriptionvoidProgressInfoRenderer.addStyle(Color forground, Color background, EProgressInfo epi)voidProgressInfoRenderer.addStyle(Color forground, Color background, Boolean bold, Boolean italic, EProgressInfo epi)voidProgressInfoRenderer.print(JTextPane consoleTextPane, String info, boolean addNewLineBreak, EProgressInfo epi)Displays in a JTextPane a message resulting from a long Swing process.