net.sf.jguiraffe.gui.platform.javafx.builder.components
<invalid inheritdoc annotation> This implementation expects that the container is a ContainerWrapper object.
<invalid inheritdoc annotation> This implementation expects that the container is a ContainerWrapper object. In this case, the component is added to the wrapper. Otherwise, a FormBuilderException exception is thrown.
Obtains a helper object for tooltip creation from the JellyContext of the specified tag and adds a request for the given control to it.
Obtains a helper object for tooltip creation from the JellyContext of the specified tag and adds a request for the given control to it.
the tag
the control for which the tooltip is for
the text of the tooltip
Obtains a helper object for tooltip creation from the JellyContext of the specified tag and adds a request for the given property to it.
Obtains a helper object for tooltip creation from the JellyContext of the specified tag and adds a request for the given property to it.
the tag
the property for which the tooltip is for
the text of the tooltip
Adds a request for the creation of a tool tip for the specified control.
Adds a request for the creation of a tool tip for the specified control. The passed in JellyContext is used to obtain the objects required for tooltip creation.
the JellyContext
the control for which the tooltip is for
the text of the tooltip
Adds a request for the creation of a tool tip for the specified property.
Adds a request for the creation of a tool tip for the specified property. The passed in JellyContext is used to obtain the objects required for tooltip creation.
the JellyContext
the property for which the tooltip is for
the text of the tooltip
<invalid inheritdoc annotation> This implementation directly returns the layout stored in the tag.
<invalid inheritdoc annotation> This implementation directly returns the layout stored in the tag. The corresponding Java FX layout implementation is created when the owning panel is instantiated.
<invalid inheritdoc annotation> This implementation creates a JavaFX Button control wrapped by a JavaFxButtonHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX Button control wrapped by a JavaFxButtonHandler.
Creates a ComponentHandler for interacting with the specified button.
Creates a ComponentHandler for interacting with the specified button. The handler is of type Boolean; its data corresponds to the selected state of the button. This implementation returns a special component handler implementation wrapping the passed in button. It has to be distinguished whether the button is a plain button or a toggle button.
the button to be wrapped by the handler
a command string to be used when registering action listeners at the component handler
a ComponentHandler for this button
<invalid inheritdoc annotation> This implementation directly returns the layout stored in the tag.
<invalid inheritdoc annotation> This implementation directly returns the layout stored in the tag. The corresponding Java FX layout implementation is created when the owning panel is instantiated.
<invalid inheritdoc annotation> This implementation creates a JavaFX CheckBox control wrapped within a JavaFxCheckBoxHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX CheckBox control wrapped within a JavaFxCheckBoxHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX ComboBox control wrapped by a JavaFxComboBoxHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX ComboBox control wrapped by a JavaFxComboBoxHandler.
<invalid inheritdoc annotation> This implementation creates a Java FX-specific event manager object.
<invalid inheritdoc annotation> This implementation creates a Java FX-specific event manager object.
<invalid inheritdoc annotation> This implementation returns a JavaFxFont object initialized with the properties set for the given tag.
<invalid inheritdoc annotation> This implementation returns a JavaFxFont object initialized with the properties set for the given tag.
<invalid inheritdoc annotation> This implementation returns an net.sf.jguiraffe.gui.platform.javafx.common.ImageWrapper object initialized with the image defined by the Locator.
<invalid inheritdoc annotation> This implementation returns an net.sf.jguiraffe.gui.platform.javafx.common.ImageWrapper object initialized with the image defined by the Locator.
<invalid inheritdoc annotation> This implementation creates a Java FX Label component.
<invalid inheritdoc annotation> This implementation creates a Java FX Label component.
<invalid inheritdoc annotation> This implementation creates a JavaFX ListView control wrapped by either a JavaFxListViewHandler or a JavaFxMultiSelectionListHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX ListView control wrapped by either a JavaFxListViewHandler or a JavaFxMultiSelectionListHandler.
<invalid inheritdoc annotation> This implementation creates a ContainerWrapper object.
<invalid inheritdoc annotation> This implementation creates a ContainerWrapper object. The actual panel is created by the wrapper when it is added to its parent.
<invalid inheritdoc annotation> This implementation works similar to createTextField(), except that a Java FX PasswordField control is created.
<invalid inheritdoc annotation> This implementation works similar to createTextField(), except that a Java FX PasswordField control is created.
<invalid inheritdoc annotation> This implementation directly returns the layout stored in the tag.
<invalid inheritdoc annotation> This implementation directly returns the layout stored in the tag. The corresponding Java FX layout implementation is created when the owning panel is instantiated.
<invalid inheritdoc annotation> This implementation creates a JavaFX ProgressBar control wrapped by a JavaFxProgressBarHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX ProgressBar control wrapped by a JavaFxProgressBarHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX RadioButton control wrapped by a JavaFxToggleButtonHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX RadioButton control wrapped by a JavaFxToggleButtonHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX ToggleGroup object.
<invalid inheritdoc annotation> This implementation creates a JavaFX ToggleGroup object. Then it iterates over all values in the given map, casts them to RadioButton objects, and sets the newly created group as the buttons' toggle group.
<invalid inheritdoc annotation> This implementation creates a JavaFX Slider control wrapped by a JavaFxSliderHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX Slider control wrapped by a JavaFxSliderHandler.
<invalid inheritdoc annotation> This implementation delegates to the associated net.sf.jguiraffe.gui.platform.javafx.builder.components.SplitPaneFactory in order to create a JavaFX SplitPane.
<invalid inheritdoc annotation> This implementation delegates to the associated net.sf.jguiraffe.gui.platform.javafx.builder.components.SplitPaneFactory in order to create a JavaFX SplitPane.
<invalid inheritdoc annotation> This implementation creates a JavaFX Label control wrapped by a JavaFxStaticTextHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX Label control wrapped by a JavaFxStaticTextHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX TabPane control wrapped by a JavaFxTabPaneHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX TabPane control wrapped by a JavaFxTabPaneHandler.
<invalid inheritdoc annotation> This implementation delegates to the associated TableHandlerFactory to create a JavaFX TableView component.
<invalid inheritdoc annotation> This implementation delegates to the associated TableHandlerFactory to create a JavaFX TableView component.
<invalid inheritdoc annotation> This implementation creates a Java FX TextArea control wrapped by a JavaFxTextComponentHandler.
<invalid inheritdoc annotation> This implementation creates a Java FX TextArea control wrapped by a JavaFxTextComponentHandler. The text area also mixes in the net.sf.jguiraffe.gui.platform.javafx.builder.components.TextLengthRestriction trait to limit the maximum text length.
<invalid inheritdoc annotation> This implementation creates a Java FX TextField control wrapped by a JavaFxTextComponentHandler.
<invalid inheritdoc annotation> This implementation creates a Java FX TextField control wrapped by a JavaFxTextComponentHandler. The text field also mixes in the net.sf.jguiraffe.gui.platform.javafx.builder.components.TextLengthRestriction trait to limit the maximum text length.
<invalid inheritdoc annotation> This implementation creates a JavaFX ToggleButton control wrapped by a JavaFxToggleButtonHandler.
<invalid inheritdoc annotation> This implementation creates a JavaFX ToggleButton control wrapped by a JavaFxToggleButtonHandler.
<invalid inheritdoc annotation> This implementation delegates to the associated TreeHandlerFactory to create a component handler for a JavaFX TreeView component.
<invalid inheritdoc annotation> This implementation delegates to the associated TreeHandlerFactory to create a component handler for a JavaFX TreeView component.
A sub form context has been closed.
A sub form context has been closed. If necessary, the ComponentManager reference in the builder data is reset.
the Form object associated with the context
A new sub form context has been created.
A new sub form context has been created. If this action was caused by a ColumnComponentTag, a special ComponentManager is temporarily installed to handle the processing of the column component in a special way.
the Form object associated with the new context
<invalid inheritdoc annotation> This implementation can deal with several different widgets and returns corresponding handler implementations.
<invalid inheritdoc annotation> This implementation can deal with several different widgets and returns corresponding handler implementations. If the passed in widget cannot be matched, an exception is thrown.
<invalid inheritdoc annotation> This implementation expects that the label argument is of type Label and the component is an arbitrary Node.
<invalid inheritdoc annotation> This implementation expects that the label argument is of type Label and the component is an arbitrary Node.
<invalid inheritdoc annotation> This implementation is able to set a PercentLayoutBase object into a ContainerWrapper.
<invalid inheritdoc annotation> This implementation is able to set a PercentLayoutBase object into a ContainerWrapper.
the factory for creating split panes
the factory for creating table handlers
the factory object for creating tool tips
the factory object for creating tool tips
the factory for creating TreeHandlers
The Java FX-based implementation of the ComponentManager interface.