Interface ToolBarControl<B,T>

Type Parameters:
B - the concrete type of the binder
T - the concrete type of the toolbar
All Known Subinterfaces:
JavaFXToolBarControl
All Known Implementing Classes:
ToolBarControlSupport

public interface ToolBarControl<B,T>
A model for the application toolbar.
Author:
Fabrizio Giudici
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    populate(B binder, T toolBar)
    Populates the toolbar with buttons.
  • Method Details

    • populate

      void populate(@Nonnull B binder, @Nonnull T toolBar)
      Populates the toolbar with buttons.
      Parameters:
      binder - the binder
      toolBar - the toolbar