TTreeViewDataSourceController

Overview

Location

Instance Methods


constructor

 

constructor(aOwner: TTreeView)

 

TTreeViewDataSourceController(TTreeView aOwner)

 

init(_ aOwner: TTreeView)

 

TTreeViewDataSourceController(TTreeView aOwner)

 

Sub New(aOwner As TTreeView)

Parameters:

  • aOwner:

outlineView (not nullable NSOutlineView) child(NSInteger) ofItem(id): not nullable id

 

method outlineView(outlineView: not nullable NSOutlineView) child(index: NSInteger) ofItem(item: id): not nullable id

 

id! outlineView(NSOutlineView! outlineView) child(NSInteger index) ofItem(id item)

 

func outlineView(_ outlineView: NSOutlineView, child index: NSInteger, ofItem item: id) -> id

 

id outlineView(NSOutlineView outlineView) child(NSInteger index) ofItem(id item)

 

Function outlineView(outlineView As NSOutlineView) child(index As NSInteger) ofItem(item As id) As id

Parameters:

  • outlineView:
  • index:
  • item:

outlineView (not nullable NSOutlineView) isItemExpandable(not nullable id): BOOL

 

method outlineView(outlineView: not nullable NSOutlineView) isItemExpandable(item: not nullable id): BOOL

 

BOOL outlineView(NSOutlineView! outlineView) isItemExpandable(id! item)

 

func outlineView(_ outlineView: NSOutlineView, isItemExpandable item: id) -> BOOL

 

BOOL outlineView(NSOutlineView outlineView) isItemExpandable(id item)

 

Function outlineView(outlineView As NSOutlineView) isItemExpandable(item As id) As BOOL

Parameters:

  • outlineView:
  • item:

outlineView (not nullable NSOutlineView) numberOfChildrenOfItem(id): NSInteger

 

method outlineView(outlineView: not nullable NSOutlineView) numberOfChildrenOfItem(item: id): NSInteger

 

NSInteger outlineView(NSOutlineView! outlineView) numberOfChildrenOfItem(id item)

 

func outlineView(_ outlineView: NSOutlineView, numberOfChildrenOfItem item: id) -> NSInteger

 

NSInteger outlineView(NSOutlineView outlineView) numberOfChildrenOfItem(id item)

 

Function outlineView(outlineView As NSOutlineView) numberOfChildrenOfItem(item As id) As NSInteger

Parameters:

  • outlineView:
  • item:

outlineView (not nullable NSOutlineView) objectValueForTableColumn(NSTableColumn) byItem(id): id

 

method outlineView(outlineView: not nullable NSOutlineView) objectValueForTableColumn(tableColumn: NSTableColumn) byItem(item: id): id

 

id outlineView(NSOutlineView! outlineView) objectValueForTableColumn(NSTableColumn tableColumn) byItem(id item)

 

func outlineView(_ outlineView: NSOutlineView, objectValueForTableColumn tableColumn: NSTableColumn, byItem item: id) -> id

 

id outlineView(NSOutlineView outlineView) objectValueForTableColumn(NSTableColumn tableColumn) byItem(id item)

 

Function outlineView(outlineView As NSOutlineView) objectValueForTableColumn(tableColumn As NSTableColumn) byItem(item As id) As id

Parameters:

  • outlineView:
  • tableColumn:
  • item: