Class FxTabPaneDelegate

All Implemented Interfaces:
FxContainer, FxControl

public class FxTabPaneDelegate extends FxContainerDelegate
Delegate for FxTabPane.
Author:
harald
  • Constructor Details

    • FxTabPaneDelegate

      public FxTabPaneDelegate(FxTabPane container)
      Creates the delegate.
      Parameters:
      container - the container
  • Method Details

    • getContainer

      public FxTabPane 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.control.Tab> getComponents()
      Description copied from interface: FxContainer
      Gets the component nodes maintained by this container.
      Returns:
      list of components