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 classBenchmarkclassSunflowGUI -
Uses of UserInterface in org.sunflow.system
Fields in org.sunflow.system declared as UserInterface Modifier and Type Field Description private static UserInterfaceUI. uiMethods 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.
-