Effect Bar Controller
This class models a JavaFX controller for EffectBar.fxml.
Parameters
<P>
the position type
Constructors
Link copied to clipboard
open fun EffectBarController(parentCell: EffectGroupCell<P>, stack: JFXDrawersStack, thisDrawer: JFXDrawer)
Content copied to clipboard
Default constructor.
Link copied to clipboard
open fun EffectBarController(@Nullable displayMonitor: FXOutputMonitor<out Any, out Any>, parentCell: EffectGroupCell<P>, stack: JFXDrawersStack, thisDrawer: JFXDrawer)
Content copied to clipboard
Constructor.
Functions
Link copied to clipboard
Add the Effect to the ListView controlled by this class and to the it.unibo.alchemist.boundary.gui.effects.EffectGroup that the GUI controlled by this claass is representation of.
Link copied to clipboard
The name property of this representation of the group.
Link copied to clipboard
Properties
Link copied to clipboard
private open var displayMonitor: Optional<FXOutputMonitor<out Any, out Any>>
Content copied to clipboard
Link copied to clipboard