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 classBenchmark -
Uses of UserInterface in org.sunflow.system
Methods in org.sunflow.system with parameters of type UserInterface Modifier and Type Method Description static voidUI. 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 classConsoleInterfaceBasic console implementation of a user interface.classSilentInterfaceNull implementation of a user interface.
-