|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UI.PrintLevel | |
---|---|
org.sunflow | |
org.sunflow.system | |
org.sunflow.system.ui |
Uses of UI.PrintLevel in org.sunflow |
---|
Methods in org.sunflow with parameters of type UI.PrintLevel | |
---|---|
void |
Benchmark.print(UI.Module m,
UI.PrintLevel level,
java.lang.String s)
|
Uses of UI.PrintLevel in org.sunflow.system |
---|
Methods in org.sunflow.system that return UI.PrintLevel | |
---|---|
static UI.PrintLevel |
UI.PrintLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UI.PrintLevel[] |
UI.PrintLevel.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.PrintLevel | |
---|---|
static java.lang.String |
UI.formatOutput(UI.Module m,
UI.PrintLevel level,
java.lang.String s)
|
void |
UserInterface.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. |
Uses of UI.PrintLevel in org.sunflow.system.ui |
---|
Methods in org.sunflow.system.ui with parameters of type UI.PrintLevel | |
---|---|
void |
SilentInterface.print(UI.Module m,
UI.PrintLevel level,
java.lang.String s)
|
void |
ConsoleInterface.print(UI.Module m,
UI.PrintLevel level,
java.lang.String s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |