Class FxPaneDelegate

All Implemented Interfaces:
FxContainer, FxControl

public class FxPaneDelegate extends FxContainerDelegate
Delegate for FxPane.
Author:
harald
  • Constructor Details

    • FxPaneDelegate

      public FxPaneDelegate(FxPane container)
      Creates the delegate.
      Parameters:
      container - the container
  • Method Details

    • getContainer

      public FxPane 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