- Type Parameters:
B- the concrete type of the binderT- 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
-
Method Details
-
populate
Populates the toolbar with buttons.- Parameters:
binder- the bindertoolBar- the toolbar
-