Uses of Class
org.sunflow.system.UI.Module
-
Packages that use UI.Module Package Description org.sunflow org.sunflow.system org.sunflow.system.ui -
-
Uses of UI.Module in org.sunflow
Methods in org.sunflow with parameters of type UI.Module Modifier and Type Method Description voidBenchmark. print(UI.Module m, UI.PrintLevel level, java.lang.String s) -
Uses of UI.Module in org.sunflow.system
Methods in org.sunflow.system that return UI.Module Modifier and Type Method Description static UI.ModuleUI.Module. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UI.Module[]UI.Module. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sunflow.system with parameters of type UI.Module Modifier and Type Method Description static java.lang.StringUI. formatOutput(UI.Module m, UI.PrintLevel level, java.lang.String s)voidUserInterface. print(UI.Module m, UI.PrintLevel level, java.lang.String s)Displays some information to the user from the specified module with the specified print level.static voidUI. printDetailed(UI.Module m, java.lang.String s, java.lang.Object... args)static voidUI. printError(UI.Module m, java.lang.String s, java.lang.Object... args)static voidUI. printInfo(UI.Module m, java.lang.String s, java.lang.Object... args)static voidUI. printWarning(UI.Module m, java.lang.String s, java.lang.Object... args) -
Uses of UI.Module in org.sunflow.system.ui
Methods in org.sunflow.system.ui with parameters of type UI.Module Modifier and Type Method Description voidConsoleInterface. print(UI.Module m, UI.PrintLevel level, java.lang.String s)voidSilentInterface. print(UI.Module m, UI.PrintLevel level, java.lang.String s)
-