EffectBarController
open fun EffectBarController( parentCell: EffectGroupCell<P>, stack: JFXDrawersStack, thisDrawer: JFXDrawer)
Content copied to clipboard
Default constructor.
Parameters
parentCell
the cell that EffectGroupCell that will open this drawer
stack
the stack where to open the effect properties
thisDrawer
the drawer the layout this controller is assigned to is loaded into
open fun EffectBarController( @Nullable displayMonitor: FXOutputMonitor<out Any, out Any>, parentCell: EffectGroupCell<P>, stack: JFXDrawersStack, thisDrawer: JFXDrawer)
Content copied to clipboard
Constructor.
Parameters
displayMonitor
the graphical it.unibo.alchemist.boundary.interfaces.OutputMonitor
parentCell
the cell that EffectGroupCell that will open this drawer
stack
the stack where to open the effect properties
thisDrawer
the drawer the layout this controller is assigned to is loaded into