Java javafx.stage Modality fields, constructors, methods, implement or subclass

Example usage for Java javafx.stage Modality fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.stage Modality.

The text is from its open source code.

Field

ModalityNONE
Defines a top-level window that is not modal and does not block any other window.
ModalityWINDOW_MODAL
Defines a modal window that block events from being delivered to its entire owner window hierarchy.
ModalityAPPLICATION_MODAL
Defines a modal window that blocks events from being delivered to any other application window.