Reorder

scalafx.collections.ObservableBuffer.Reorder
case class Reorder[T](start: Int, end: Int, permutation: Int => Int) extends Change[T]

Indicates a Reordering in an ObservableBuffer.

Value parameters

end

The end of the change interval.

permutation

Function that indicates the permutation that happened. The argument indicates the old index that contained the element prior to this change. Its return is the new index of the same element.

start

The start of the change interval.

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