Uses of Enum Class
org.sunflow.system.UI.PrintLevel
Packages that use UI.PrintLevel
-
Uses of UI.PrintLevel in org.sunflow
Methods in org.sunflow with parameters of type UI.PrintLevelModifier and TypeMethodDescriptionvoidBenchmark.print(UI.Module m, UI.PrintLevel level, String s) -
Uses of UI.PrintLevel in org.sunflow.system
Methods in org.sunflow.system that return UI.PrintLevelModifier and TypeMethodDescriptionstatic UI.PrintLevelReturns the enum constant of this class with the specified name.static UI.PrintLevel[]UI.PrintLevel.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.PrintLevelModifier 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. -
Uses of UI.PrintLevel in org.sunflow.system.ui
Methods in org.sunflow.system.ui with parameters of type UI.PrintLevelModifier and TypeMethodDescriptionvoidConsoleInterface.print(UI.Module m, UI.PrintLevel level, String s) voidSilentInterface.print(UI.Module m, UI.PrintLevel level, String s)