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 TypeMethodDescriptionvoidBenchmark.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.ModuleReturns 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 StringUI.formatOutput(UI.Module m, UI.PrintLevel level, String s) voidUserInterface.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 voidUI.printDetailed(UI.Module m, String s, Object... args) static final voidUI.printError(UI.Module m, String s, Object... args) static final voidstatic final voidUI.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 TypeMethodDescriptionvoidConsoleInterface.print(UI.Module m, UI.PrintLevel level, String s) voidSilentInterface.print(UI.Module m, UI.PrintLevel level, String s)