net.sf.jguiraffe.gui.platform.javafx.common
Obtains an instance of ToolTipCreationCallBack from the passed in JellyContext.
Obtains an instance of ToolTipCreationCallBack from the passed in JellyContext. If this is the first request, a new instance is created and is also registered as call back at the component builder data object.
the JellyContext
the tool tip factory
the instance living in the specified context
Obtains an instance of ToolTipCreationCallBack from the passed in tag.
Obtains an instance of ToolTipCreationCallBack from the passed in tag. From the tag the Jelly context can be retrieved in which the instance lives. If this is the first request, a new instance is created and is also registered as call back at the component builder data object.
the current tag
the tool tip factory
the instance living in the context of the provided tag
The companion object for ToolTipCreationCallBack.