SortEvent

object SortEvent

Object Companion for scalafx.scene.control.SortEvent

Object Companion for scalafx.scene.control.SortEvent

Since

8.0

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def sortEvent[C]: EventType[SortEvent[C]]

Concrete fields

val Any: EventType[SortEvent[_]]

Common supertype for all sort event types.

Common supertype for all sort event types.

Implicits

Implicits

implicit def sfxSortEvent2jfx[C](se: SortEvent[C]): SortEvent[C]

Converts a ScalaFX SortEvent to its JavaFX couterpart.

Converts a ScalaFX SortEvent to its JavaFX couterpart.

Type Params
C

SortEvent Type

Value Params
se

ScalaFX SortEvent

Returns

JavaFX SortEvent