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.WindowReturns 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 voidGUI.openWindow(@NonNull GUI.Window window, boolean wait) Shows a given FXML file as a new GUI window.private static voidGUI.openWindowWithParameter(@NonNull GUI.Window window, @NonNull Object parameter, boolean wait) Opens aGUI.Windowand passes someObjectto its controller class.