ListView

scalafx.scene.control.ListView
See theListView companion class
object ListView

Attributes

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

Members list

Type members

Classlikes

class EditEvent[T](val delegate: EditEvent[T]) extends Event, SFXDelegate[EditEvent[T]]

Attributes

Companion
object
Supertypes
class Event
trait SFXDelegate[EditEvent[T]]
class Object
trait Matchable
class Any
object EditEvent

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
EditEvent.type

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

Implicits

Implicits

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