EffectPropertiesController

open class EffectPropertiesController : Initializable

This class models a JavaFX controller for EffectProperties.fxml.

Using the FXML design it builds the basic components, then using reflection on the effect specified in constructor it builds up the other effect-specific controls.

Constructors

Link copied to clipboard
open fun EffectPropertiesController(effect: EffectFX<out Any>, stack: JFXDrawersStack, thisDrawer: JFXDrawer)
Default constructor.

Functions

Link copied to clipboard
open fun effectNameProperty(): StringProperty
The JavaFX Property that wraps the effectname.
Link copied to clipboard
open fun initialize(location: URL, resources: ResourceBundle)

Properties

Link copied to clipboard
val EFFECT_PROPERTIES_LAYOUT: String
Layout path.