net.sf.jguiraffe.gui.platform.javafx.builder.components
Creates and initializes a SplitPane component based on the properties defined by the passed in tag.
Creates and initializes a SplitPane component based on the properties defined by the passed in tag.
the tag defining the SplitPane component
the newly created SplitPane
A trait for creating SplitPane components.
An object implementing this trait is associated with the net.sf.jguiraffe.gui.platform.javafx.builder.components.JavaFxComponentManager; it is invoked whenever a SplitPane is requested. All properties of the new SplitPane are defined by the passed in tag.
An implementation of this trait also has to ensure that a SplitPane behaves correctly when it is resized, i.e. additional size is correctly distributed on the managed components.