Interface ToolBarModel

All Superinterfaces:
it.tidalwave.util.As
All Known Implementing Classes:
JavaFXToolBarModel, ToolBarModelSupport

public interface ToolBarModel extends it.tidalwave.util.As
A model for the application toolbar.
Author:
Fabrizio Giudici
  • Nested Class Summary

    Nested classes/interfaces inherited from interface it.tidalwave.util.As

    it.tidalwave.util.As.Type<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    populate(Object binder, Object toolBar)
    Populates the toolbar with buttons.

    Methods inherited from interface it.tidalwave.util.As

    as, as, asMany, asMany, maybeAs, maybeAs
  • Method Details

    • populate

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