Remove

scalafx.collections.ObservableBuffer.Remove
case class Remove[T](position: Int, removed: Iterable[T]) extends Change[T]

Indicates a Removal in an ObservableBuffer.

Value parameters

position

Position from where elements were removed

removed

elements removed

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