Class SplitPaneSkin

java.lang.Object
javafx.scene.control.SkinBase<SplitPane>
javafx.scene.control.skin.SplitPaneSkin
All Implemented Interfaces:
Skin<SplitPane>

public class SplitPaneSkin extends SkinBase<SplitPane>
Default skin implementation for the SplitPane control.
Since:
9
See Also:
  • Constructor Details

    • SplitPaneSkin

      public SplitPaneSkin(SplitPane control)
      Creates a new SplitPaneSkin instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.
      Parameters:
      control - The control that this skin should be installed onto.