EffectsGroupBarController

open class EffectsGroupBarController<P : Position2D<out P>?> : Initializable

This class models a JavaFX controller for EffectsGroupBar.fxml.

Parameters

<P>

the position type

Constructors

Link copied to clipboard
open fun EffectsGroupBarController(stack: JFXDrawersStack)
Default constructor.
Link copied to clipboard
open fun EffectsGroupBarController(@Nullable displayMonitor: FXOutputMonitor<out Any, out Any>, stack: JFXDrawersStack)
Constructor.

Functions

Link copied to clipboard
open fun initialize(location: URL, resources: ResourceBundle)

Properties

Link copied to clipboard
private open var displayMonitor: Optional<FXOutputMonitor<out Any, out Any>>
Link copied to clipboard
val EFFECT_GROUP_BAR_LAYOUT: String
Layout path.
Link copied to clipboard
private open val observableEffectsList: ObservableList<EffectGroup<P>>