logo

class

fwt::Tree

sys::Obj
  fwt::Widget
    fwt::Tree

Tree displays a hierarchy of tree nodes which can be expanded and collapsed.

Slots

model

TreeModel model

Backing data model of tree.

Source

onAction

|Event| onAction

Callback when node is double clicked or Return/Enter key is pressed. The data field contains the TreeModel node object.

Source

updateAll

Void updateAll()

Update the entire tree's contents from the model.

Source