Package it.tidalwave.role.ui.spi
Class ToolBarModelSupport
java.lang.Object
it.tidalwave.role.ui.spi.ToolBarModelSupport
- All Implemented Interfaces:
ToolBarModel,it.tidalwave.util.As
- Direct Known Subclasses:
JavaFXToolBarModel
A support implementation for
ToolBarModel.- Author:
- Fabrizio Giudici
-
Nested Class Summary
Nested classes/interfaces inherited from interface it.tidalwave.util.As
it.tidalwave.util.As.Type<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stream<? extends it.tidalwave.role.ui.UserAction> Finds theUserActioninstances to be bound to toolbar buttons.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.tidalwave.util.As
as, as, asMany, asMany, maybeAs, maybeAsMethods inherited from interface it.tidalwave.role.ui.ToolBarModel
populate
-
Constructor Details
-
ToolBarModelSupport
public ToolBarModelSupport()
-
-
Method Details
-
findToolBarUserActions
Finds theUserActioninstances to be bound to toolbar buttons.- Returns:
- the user actions
-