Uses of Class
com.tick42.glue.desktop.windows.PreventClosingOptions
-
Packages that use PreventClosingOptions Package Description com.tick42.glue.desktop.windows The window management API for Glue. -
-
Uses of PreventClosingOptions in com.tick42.glue.desktop.windows
Methods in com.tick42.glue.desktop.windows that return PreventClosingOptions Modifier and Type Method Description static PreventClosingOptionsPreventClosingOptions. allow()static method allows window to closestatic PreventClosingOptionsPreventClosingOptions. dialog()static method that prevents window from closing with confirmation dialogstatic PreventClosingOptionsPreventClosingOptions. prevent()static method that prevents window from closing without dialogMethods in com.tick42.glue.desktop.windows that return types with arguments of type PreventClosingOptions Modifier and Type Method Description CompletionStage<PreventClosingOptions>WindowClosingEventHandler. handleWindowClosing()
-