Uses of Enum Class
page.codeberg.friedolyn.gui.GUI.Window
Packages that use GUI.Window
-
Uses of GUI.Window in page.codeberg.friedolyn.gui
Methods in page.codeberg.friedolyn.gui that return GUI.WindowModifier and TypeMethodDescriptionstatic GUI.Window
Returns the enum constant of this class with the specified name.static GUI.Window[]
GUI.Window.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn.gui with parameters of type GUI.WindowModifier and TypeMethodDescriptionprivate static @NonNull GUI.DialogResult
<@NonNull Object> GUI.openDialogWindow
(@NonNull GUI.Window window, @NonNull Object parameters) Opens a dialog window and passes some parameters to its controller class.private static void
GUI.openWindow
(@NonNull GUI.Window window, boolean wait) Shows a given FXML file as a new GUI window.private static void
GUI.openWindowWithParameter
(@NonNull GUI.Window window, @NonNull Object parameter, boolean wait) Opens aGUI.Window
and passes someObject
to its controller class.