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.SETUP
window to let the user set their preferences for the application.Methods in page.codeberg.friedolyn.gui with parameters of type FriedolynModifier and TypeMethodDescriptionstatic void
GUI.openMainWindow
(@NonNull Friedolyn friedolyn, boolean wait) Opens theGUI.Window.MAIN
window to let the user interact with the application.static GUI.DialogResult
<Friedolyn> GUI.openSetupWindow
(@NonNull Friedolyn friedolyn) Opens theGUI.Window.SETUP
window 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 Friedolyn
MainController.friedolyn
private Friedolyn
SetupController.friedolyn
Holds theconfiguration
that 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 TypeMethodDescriptionvoid
void
It is required to call this method immediately afterSetupController.initialize(java.net.URL, java.util.ResourceBundle)
.