Update

scalafx.collections.ObservableBuffer.Update
case class Update[T](from: Int, to: Int) extends Change[T]

Indicates an Update in an ObservableBuffer.

Value parameters

from

Position from where elements were updated

to

Position to where elements were updated (exclusive)

Attributes

See also
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Change[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product