TreeItem

scalafx.scene.control.TreeItem
See theTreeItem companion class
object TreeItem

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def branchCollapsedEvent[T]: EventType[TreeModificationEvent[Nothing]]

An EventType used when the TreeItem receives a modification to its expanded property, such that the TreeItem is now in the collapsed state.

An EventType used when the TreeItem receives a modification to its expanded property, such that the TreeItem is now in the collapsed state.

Attributes

def branchExpandedEvent[T]: EventType[TreeModificationEvent[Nothing]]

An EventType used when the TreeItem receives a modification to its expanded property, such that the TreeItem is now in the expanded state.

An EventType used when the TreeItem receives a modification to its expanded property, such that the TreeItem is now in the expanded state.

Attributes

def childrenModificationEvent[T]: EventType[TreeModificationEvent[Nothing]]

An EventType used when the TreeItem receives a direct modification to its children list.

An EventType used when the TreeItem receives a direct modification to its children list.

Attributes

def expandedItemCountChangeEvent[T]: EventType[TreeModificationEvent[Nothing]]

The general EventType used when the TreeItem receives a modification that results in the number of children being visible changes.

The general EventType used when the TreeItem receives a modification that results in the number of children being visible changes.

Attributes

Since

8.0

def graphicChangedEvent[T]: EventType[TreeModificationEvent[Nothing]]

An EventType used when the TreeItem receives a modification to its graphic property.

An EventType used when the TreeItem receives a modification to its graphic property.

Attributes

def treeNotificationEvent[T]: EventType[TreeModificationEvent[Nothing]]

The base EventType used to indicate that an event has occurred within a TreeItem.

The base EventType used to indicate that an event has occurred within a TreeItem.

Attributes

def valueChangedEvent[T]: EventType[TreeModificationEvent[Nothing]]

An EventType used when the TreeItem receives a modification to its value property.

An EventType used when the TreeItem receives a modification to its value property.

Attributes

Implicits

Implicits

implicit def sfxTreeItemToJfx[T](v: TreeItem[T]): TreeItem[T]