TreeView

scalafx.scene.control.TreeView
See theTreeView companion class
object TreeView

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TreeView.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 apply[T](layoutChildrenOp: () => Unit): TreeView[T]

Creates a new TreeView overriding layoutChildren method from JavaFX's TreeView.

Creates a new TreeView overriding layoutChildren method from JavaFX's TreeView.

Attributes

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 TreeView upon which the event was fired.

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

Attributes

def editCommitEvent: EventType[EditEvent[Nothing]]

An EventType that is used to indicate that an edit in a TreeView has been committed.

An EventType that is used to indicate that an edit in a TreeView has been committed.

Attributes

def editStartEvent: EventType[EditEvent[Nothing]]

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

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

Attributes

Deprecated methods

def nodeLevel(node: TreeItem[_]): Int

Returns the number of levels of 'indentation' of the given TreeItem, based on how many times getParent() can be recursively called.

Returns the number of levels of 'indentation' of the given TreeItem, based on how many times getParent() can be recursively called.

Attributes

Deprecated
[Since version 8.0_20]

Implicits

Implicits

implicit def sfxTreeView2jfx[T](v: TreeView[T]): TreeView[T]