EditEvent

object EditEvent
class Object
trait Matchable
class Any

Value members

Concrete fields

val Any: EventType[_]

Common supertype for all edit event types.

Common supertype for all edit event types.

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 Params
v

ScalaFX TreeTableView EditEvent

Returns

JavaFX TreeTableView EditEvent