net.sf.jguiraffe.gui.platform.javafx.builder.utils
the maximum width of the label for displaying the message text; if the text is wider, it is wrapped
Initializes the bean context.
Initializes the bean context. This method is called by the injection framework.
the BeanContext
An abstract base class for the JavaFX-specific MessageOutput implementation.
This base implements all the functionality for displaying message boxes of different types. To achieve this, it relies on certain providers for obtaining the various elements for constructing message boxes. Which concrete providers to be used has to be defined for concrete sub classes by mixing in the corresponding traits.
A concrete subclass is typically defined in the bean context of a JGUIraffe application. Note that the required dependencies cannot be injected directly because this would lead to cyclic references (the MessageOutput implementation is passed to the ApplicationContext object at creation time; the ApplicationContext is also needed by this object.)
Implementation note: This class is not thread-safe. It is expected to be used only in the JavaFX thread.