Uses of Class org.sunflow.system.UI.Module

Uses in package org.sunflow.system.ui

Methods with parameter type org.sunflow.system.UI.Module

void
Displays some information to the user from the specified module with the specified print level.
void

Uses in package org.sunflow.system

Methods with parameter type org.sunflow.system.UI.Module

String
UI.formatOutput(UI.Module m, UI.PrintLevel level, String s)
void
Displays some information to the user from the specified module with the specified print level.
void
UI.printDetailed(UI.Module m, String s, Object... args)
void
UI.printError(UI.Module m, String s, Object... args)
void
UI.printInfo(UI.Module m, String s, Object... args)
void
UI.printWarning(UI.Module m, String s, Object... args)

Uses in package org.sunflow

Methods with parameter type org.sunflow.system.UI.Module

void
Benchmark.print(UI.Module m, UI.PrintLevel level, String s)