SortEvent

scalafx.scene.control.SortEvent
See theSortEvent companion class
object SortEvent

Object Companion for scalafx.scene.control.SortEvent

Attributes

Since

8.0

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SortEvent.type

Members list

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.

Attributes

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 parameters

C

SortEvent Type

Value parameters

se

ScalaFX SortEvent

Attributes

Returns

JavaFX SortEvent