net.sf.jguiraffe.gui.platform.javafx.builder.event
Creates a new WindowEventAdapter object converting window events for the specified Java FX window.
Creates a new WindowEventAdapter object converting window events for the specified Java FX window. The adapter is fully initialized and registered as listener at the FX window.
the Java FX window
the JGUIraffe window
the list with event listeners; here JGUIraffe window listeners can be registered
Creates a new instance of WindowAdapter which is associated with the given event listener list.
Creates a new instance of WindowAdapter which is associated with the given event listener list. The new instance is not yet registered at a Java FX Window object however.
the Window acting as the source of events
the object managing the adapter's event listeners
The companion object of WindowEventAdapter.