Package it.tidalwave.ui.core
Interface ToolBarControl<B,T>
- Type Parameters:
B
- the concrete type of the binderT
- the concrete type of the toolbar
- All Known Implementing Classes:
ToolBarControlSupport
public interface ToolBarControl<B,T>
A model for the application toolbar.
- Author:
- Fabrizio Giudici
-
Method Summary
-
Method Details
-
populate
Populates the toolbar with buttons.- Parameters:
binder
- the bindertoolBar
- the toolbar
-