Uses of Enum Class
org.sunflow.system.UI.Module
Packages that use UI.Module
-
Uses of UI.Module in org.sunflow
Methods in org.sunflow with parameters of type UI.ModuleModifier and TypeMethodDescriptionvoid
Benchmark.print
(UI.Module m, UI.PrintLevel level, String s) -
Uses of UI.Module in org.sunflow.system
Methods in org.sunflow.system that return UI.ModuleModifier and TypeMethodDescriptionstatic UI.Module
Returns the enum constant of this class with the specified name.static UI.Module[]
UI.Module.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sunflow.system with parameters of type UI.ModuleModifier and TypeMethodDescriptionstatic final String
UI.formatOutput
(UI.Module m, UI.PrintLevel level, String s) void
UserInterface.print
(UI.Module m, UI.PrintLevel level, String s) Displays some information to the user from the specified module with the specified print level.static final void
UI.printDetailed
(UI.Module m, String s, Object... args) static final void
UI.printError
(UI.Module m, String s, Object... args) static final void
static final void
UI.printWarning
(UI.Module m, String s, Object... args) -
Uses of UI.Module in org.sunflow.system.ui
Methods in org.sunflow.system.ui with parameters of type UI.ModuleModifier and TypeMethodDescriptionvoid
ConsoleInterface.print
(UI.Module m, UI.PrintLevel level, String s) void
SilentInterface.print
(UI.Module m, UI.PrintLevel level, String s)