RVS_BTDriver_MacOS_Test_Harness_Device_Detail_ViewController
class RVS_BTDriver_MacOS_Test_Harness_Device_Detail_ViewController : RVS_BTDriver_MacOS_Test_Harness_Base_Device_ViewControllerextension RVS_BTDriver_MacOS_Test_Harness_Device_Detail_ViewController: NSTableViewDelegateextension RVS_BTDriver_MacOS_Test_Harness_Device_Detail_ViewController: NSTableViewDataSource- 
                  
                  This is the storyboard instantiation ID. DeclarationSwift static let storyboardID: String
- 
                  
                  The cancel button that dismisses the screen. DeclarationSwift @IBOutlet weak var cancelButton: NSButton!
- 
                  
                  The table that displays the property state. DeclarationSwift @IBOutlet weak var propertyTable: NSTableView!
- 
                  
                  This is the data that is to be displayed by the table. DeclarationSwift var tableData: [RVS_BTDriver_MacOS_Test_Harness_Device_Detail_ViewController_TableDataTuple]
- 
                  
                  Sets up the UI elements. DeclarationSwift func setUpUI()
- 
                  
                  Sets up the table data. DeclarationSwift func setUpTableData()
- 
                  
                  Sets up the table. DeclarationSwift func populateTable()
- 
                  
                  Called after the view has loaded and initialized from the storyboard. DeclarationSwift override func viewDidLoad()
- 
                  
                  Called to supply the view for a row. DeclarationSwift func tableView(_ inTableView: NSTableView, viewFor inColumn: NSTableColumn?, row inRow: Int) -> NSView?ParametersinTableViewThe table instance. viewForThe column object. rowThe 0-based index of the row. 
- 
                  
                  Called to indicate whether or not the row is a group header (indicated by no value). DeclarationSwift func tableView(_ inTableView: NSTableView, isGroupRow inRow: Int) -> BoolParametersinTableViewThe table instance. isGroupRowThe 0-based Int index of the row. Return ValueTrue, if this is a group header row. 
- 
                  
                  Returns the height of a given row. DeclarationSwift func tableView(_ inTableView: NSTableView, heightOfRow inRow: Int) -> CGFloatParametersinTableViewThe table instance. heightOfRowThe 0-based Int index of the row. Return ValueThe height, in display units, of the row. 
- 
                  
                  Called to supply the number of rows in the table. DeclarationSwift func numberOfRows(in inTableView: NSTableView) -> IntParametersinTableViewThe table instance. Return ValueA 1-based Int, with 0 being no rows. 
 View on GitHub
            View on GitHub
           RVS_BTDriver_MacOS_Test_Harness_Device_Detail_ViewController Class Reference
      RVS_BTDriver_MacOS_Test_Harness_Device_Detail_ViewController Class Reference