ListView

object ListView
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object EditEvent
Companion
class
class EditEvent[T](val delegate: EditEvent[T]) extends Event with SFXDelegate[EditEvent[T]]
Companion
object

Value members

Concrete methods

def editAnyEvent: EventType[EditEvent[Nothing]]

An EventType that indicates some edit event has occurred.

An EventType that indicates some edit event has occurred.

def editCancelEvent: EventType[EditEvent[Nothing]]

An EventType used to indicate that an edit event has just been canceled within the ListView upon which the event was fired.

An EventType used to indicate that an edit event has just been canceled within the ListView upon which the event was fired.

def editCommitEvent: EventType[EditEvent[Nothing]]

An EventType used to indicate that an edit event has been committed within the ListView upon which the event was fired.

An EventType used to indicate that an edit event has been committed within the ListView upon which the event was fired.

def editStartEvent: EventType[EditEvent[Nothing]]

An EventType used to indicate that an edit event has started within the ListView upon which the event was fired.

An EventType used to indicate that an edit event has started within the ListView upon which the event was fired.

Implicits

Implicits

implicit def sfxListView2jfx[T](l: ListView[T]): ListView[T]