Uses of Class
page.codeberg.friedolyn.Friedolyn
Packages that use Friedolyn
-
Uses of Friedolyn in page.codeberg.friedolyn.gui
Methods in page.codeberg.friedolyn.gui that return types with arguments of type FriedolynModifier and TypeMethodDescriptionstatic GUI.DialogResult<Friedolyn> GUI.openSetupWindow(@NonNull Friedolyn friedolyn) Opens theGUI.Window.SETUPwindow to let the user set their preferences for the application.Methods in page.codeberg.friedolyn.gui with parameters of type FriedolynModifier and TypeMethodDescriptionstatic voidGUI.openMainWindow(@NonNull Friedolyn friedolyn, boolean wait) Opens theGUI.Window.MAINwindow to let the user interact with the application.static GUI.DialogResult<Friedolyn> GUI.openSetupWindow(@NonNull Friedolyn friedolyn) Opens theGUI.Window.SETUPwindow to let the user set their preferences for the application. -
Uses of Friedolyn in page.codeberg.friedolyn.gui.controllers
Fields in page.codeberg.friedolyn.gui.controllers declared as FriedolynModifier and TypeFieldDescriptionprivate @NonNull FriedolynMainController.friedolynprivate FriedolynSetupController.friedolynHolds theconfigurationthat is being set up.Methods in page.codeberg.friedolyn.gui.controllers that return types with arguments of type FriedolynMethods in page.codeberg.friedolyn.gui.controllers with parameters of type FriedolynModifier and TypeMethodDescriptionvoidvoidIt is required to call this method immediately afterSetupController.initialize(java.net.URL, java.util.ResourceBundle).