OptionalcanCalled to determine whether a row is selectable.
The table being called on
The row that may be selected
Whether the row can be selected (will trigger onRowSelected)
OptionalmenuCalled when a row is right-clicked to get its context menu.
The table being called on
The row that was selected
A menu to display, or nil for no menu
OptionalonCalled when a row is double-clicked.
The table being called on
The row that was selected
OptionalonCalled when a row is selected.
The table being called on
The row that was selected
Use this interface to receive messages on certain events from a table view.