Class FxButtonBarDelegate

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

public class FxButtonBarDelegate extends FxContainerDelegate
Delegate for FxButtonBar.
Author:
harald
  • Constructor Details

    • FxButtonBarDelegate

      public FxButtonBarDelegate(FxButtonBar container)
      Creates the delegate.
      Parameters:
      container - the container
  • Method Details

    • getContainer

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