TreeItem

object TreeItem
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

class TreeModificationEvent[T](val delegate: TreeModificationEvent[T]) extends Event with SFXDelegate[TreeModificationEvent[T]]
Companion
object

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.

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.

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.

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.

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.

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.

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.

Implicits

Implicits

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