Class FxSplitPaneDelegate

java.lang.Object
org.tentackle.fx.FxControlDelegate
org.tentackle.fx.FxContainerDelegate
org.tentackle.fx.container.delegate.FxSplitPaneDelegate
All Implemented Interfaces:
FxContainer, FxControl

public class FxSplitPaneDelegate extends FxContainerDelegate
Delegate for FxSplitPane.
Author:
harald
  • Constructor Details

    • FxSplitPaneDelegate

      public FxSplitPaneDelegate(FxSplitPane container)
      Creates the delegate.
      Parameters:
      container - the container
  • Method Details

    • getContainer

      public FxSplitPane getContainer()
      Description copied from class: FxContainerDelegate
      Gets the container of this delegate.
      Specified by:
      getContainer in class FxContainerDelegate
      Returns:
      the container
    • getComponents

      public javafx.collections.ObservableList<javafx.scene.Node> getComponents()
      Description copied from interface: FxContainer
      Gets the component nodes maintained by this container.
      Returns:
      list of components