net.sf.jguiraffe.gui.platform.javafx.builder.utils
The resource key for the title of the CANCEL button.
The resource key for the title of the NO button.
The resource key for for the title of the OK button.
The resource key for the title of the YES button.
The name of the resource bundle with message resources.
Returns the CANCEL button.
Returns the CANCEL button.
the application context
the CANCEL button
Helper method for creating and initializing a button with a caption defined by the passed in resource key.
Helper method for creating and initializing a button with a caption defined by the passed in resource key. This method is called by the base implementations of the methods for returning specific buttons. It implements the default button creation and initializing logic.
the application context (for resolving the resource key)
the resource key for the button caption
the newly created button object
Returns the NO button.
Returns the NO button.
the application context
the NO button
Returns the OK button.
Returns the OK button.
the application context
the OK button
Returns the YES button.
Returns the YES button.
the application context
the YES button
A trait for obtaining the different buttons for message windows.
The default message dialogs produced by a MessageOutput object can contain a number of different buttons. All requests for buttons are handled by this trait. Thus it is possible to inject specific button implementations.
This base implementation produces normal JavaFX buttons whose titles are obtained from a default resource bundle shipped with the JGUIraffe JavaFX library.