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 Link icon

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

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

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

    Methods inherited from interface it.tidalwave.util.As Link icon

    as, as, asMany, asMany, maybeAs, maybeAs
  • Method Details Link icon

    • populate Link icon

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