Uses of Interface
org.sunflow.system.UserInterface
-
Packages that use UserInterface Package Description org.sunflow org.sunflow.system org.sunflow.system.ui -
-
Uses of UserInterface in org.sunflow
Classes in org.sunflow that implement UserInterface Modifier and Type Class Description class
Benchmark
class
SunflowGUI
-
Uses of UserInterface in org.sunflow.system
Fields in org.sunflow.system declared as UserInterface Modifier and Type Field Description private static UserInterface
UI. ui
Methods in org.sunflow.system with parameters of type UserInterface Modifier and Type Method Description static void
UI. set(UserInterface ui)
Sets the active user interface implementation. -
Uses of UserInterface in org.sunflow.system.ui
Classes in org.sunflow.system.ui that implement UserInterface Modifier and Type Class Description class
ConsoleInterface
Basic console implementation of a user interface.class
SilentInterface
Null implementation of a user interface.
-