EditEvent

scalafx.scene.control.TreeTableView.EditEvent
See theEditEvent companion class
object EditEvent

Attributes

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

Members list

Value members

Concrete fields

val Any: EventType[_]

Common supertype for all edit event types.

Common supertype for all edit event types.

Attributes

Implicits

Implicits

implicit def sfxTreeTableViewEditEvent2jfx[T](v: EditEvent[T]): EditEvent[T]

Converts a ScalaFX EditEvent instance to its JavaFX counterpart.

Converts a ScalaFX EditEvent instance to its JavaFX counterpart.

Value parameters

v

ScalaFX TreeTableView EditEvent

Attributes

Returns

JavaFX TreeTableView EditEvent