NSOutlineViewDelegate_Extensions Class

Definition

public static class NSOutlineViewDelegate_Extensions
type NSOutlineViewDelegate_Extensions = class
Inheritance
NSOutlineViewDelegate_Extensions

Methods

ColumnDidMove(INSOutlineViewDelegate, NSNotification)
ColumnDidResize(INSOutlineViewDelegate, NSNotification)
DidAddRowView(INSOutlineViewDelegate, NSOutlineView, NSTableRowView, nint)
DidClickTableColumn(INSOutlineViewDelegate, NSOutlineView, NSTableColumn)
DidDragTableColumn(INSOutlineViewDelegate, NSOutlineView, NSTableColumn)
DidRemoveRowView(INSOutlineViewDelegate, NSOutlineView, NSTableRowView, nint)
GetCell(INSOutlineViewDelegate, NSOutlineView, NSTableColumn, NSObject)
GetNextTypeSelectMatch(INSOutlineViewDelegate, NSOutlineView, NSObject, NSObject, String)
GetRowHeight(INSOutlineViewDelegate, NSOutlineView, NSObject)
GetSelectionIndexes(INSOutlineViewDelegate, NSOutlineView, NSIndexSet)
GetSelectString(INSOutlineViewDelegate, NSOutlineView, NSTableColumn, NSObject)
GetSizeToFitColumnWidth(INSOutlineViewDelegate, NSOutlineView, nint)
GetView(INSOutlineViewDelegate, NSOutlineView, NSTableColumn, NSObject)
IsGroupItem(INSOutlineViewDelegate, NSOutlineView, NSObject)
ItemDidCollapse(INSOutlineViewDelegate, NSNotification)
ItemDidExpand(INSOutlineViewDelegate, NSNotification)
ItemWillCollapse(INSOutlineViewDelegate, NSNotification)
ItemWillExpand(INSOutlineViewDelegate, NSNotification)
MouseDown(INSOutlineViewDelegate, NSOutlineView, NSTableColumn)
RowViewForItem(INSOutlineViewDelegate, NSOutlineView, NSObject)
SelectionDidChange(INSOutlineViewDelegate, NSNotification)
SelectionIsChanging(INSOutlineViewDelegate, NSNotification)
SelectionShouldChange(INSOutlineViewDelegate, NSOutlineView)
ShouldCollapseItem(INSOutlineViewDelegate, NSOutlineView, NSObject)
ShouldEditTableColumn(INSOutlineViewDelegate, NSOutlineView, NSTableColumn, NSObject)
ShouldExpandItem(INSOutlineViewDelegate, NSOutlineView, NSObject)
ShouldReorder(INSOutlineViewDelegate, NSOutlineView, nint, nint)
ShouldSelectItem(INSOutlineViewDelegate, NSOutlineView, NSObject)
ShouldSelectTableColumn(INSOutlineViewDelegate, NSOutlineView, NSTableColumn)
ShouldShowCellExpansion(INSOutlineViewDelegate, NSOutlineView, NSTableColumn, NSObject)
ShouldShowOutlineCell(INSOutlineViewDelegate, NSOutlineView, NSObject)
ShouldTrackCell(INSOutlineViewDelegate, NSOutlineView, NSCell, NSTableColumn, NSObject)
ShouldTypeSelect(INSOutlineViewDelegate, NSOutlineView, NSEvent, String)
ToolTipForCell(INSOutlineViewDelegate, NSOutlineView, NSCell, CGRect, NSTableColumn, NSObject, CGPoint)
WillDisplayCell(INSOutlineViewDelegate, NSOutlineView, NSObject, NSTableColumn, NSObject)
WillDisplayOutlineCell(INSOutlineViewDelegate, NSOutlineView, NSObject, NSTableColumn, NSObject)

Applies to