net.sf.jguiraffe.gui.platform.javafx.builder.utils
The image for an error message.
The image for an information message.
The image for a confirmation/question 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
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
A trait for obtaining the different icons for message dialogs of different types.
Each message dialog type (information, question, warning, error) is associated with a specific icon. The concrete icons to be used can be queried via this trait. This makes it possible to override the default icons with custom ones.