plusAssign

operator fun Labeled.plusAssign(otherProperty: StringProperty)

Operator definition for += for Labels that binds the Label's Text property to another StringProperty

Parameters

otherProperty

StringProperty to bind the Label's Text property to.


operator fun StringProperty.plusAssign(otherProperty: ObservableValue<String>)


operator fun Pane.plusAssign(newChild: Node)

Operator to add a Node to a Pane or Pane subclass

Parameters

newChild

The Node to add to the Pane