Helper method for converting an object to the specified type.
Helper method for converting an object to the specified type. Because the JGUIraffe library operates on abstract and generic objects type casts have to be performed frequently. This helper method tries to cast the specified object to the desired result type. If this fails, an exception is thrown.
the result type
the object to be converted (must not be null)
the converted object
FormBuilderException
if conversion fails
Adds a mnemonic marker to the specified text if possible.
Adds a mnemonic marker to the specified text if possible. In Java FX, a mnemonic character is specified by putting an underscore in front of it. This method tries to find the given mnemonic character in the text. If it is found (ignoring case), the text is modified to contain the underscore.
the text to be modified
the mnemonic character
the manipulated string
An object providing common functionality related to the creation and manipulation of JavaFX components.
This object defines multiple methods implementing standard functionality which is needed for multiple manager implementations.