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 CANCEL button.
The resource key for the title of the NO 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 for the title of the OK button.
The resource key for the title of the YES button.
The resource key for the title of the YES button.
The name of the resource bundle with message resources.
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
Creates a new Stage as a child window of the specified parent.
Creates a new Stage as a child window of the specified parent.
the parent window
the new Stage
The image for an error message.
The image for an error message.
The image for an information message.
The image for an information message.
The image for a confirmation/question message.
The image for a confirmation/question message.
The image for a warning message.
The image for a warning message.
Loads an icon with the specified name from the class path.
Loads an icon with the specified name from the class path. It is assumed that this icon is located in the root of the class path and that it actually exists.
the name of the icon to be loaded
the Image that was loaded
the maximum width of the label for displaying the message text; if the text is wider, it is wrapped
the maximum width of the label for displaying the message text; if the text is wider, it is wrapped
Returns the image for the specified message type.
Returns the image for the specified message type. The return value is actually an option. It is possible that specific message types should not have their own icon. In this case, a concrete implementation can return None. This base implementation returns a set of default icons for the pre-defined message types.
the message type (a constant defined by MessageOutput)
an option with the image for this message type
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
Initializes the bean context.
Initializes the bean context. This method is called by the injection framework.
the BeanContext
Returns the YES button.
Returns the YES button.
the application context
the YES button
The MessageOutput implementation for JavaFX.
Almost all functionality is implemented by the base class. This class mainly mixes in the default providers for dynamically obtaining the required components.