setMatrixClass(_:)
Sets the matrix class to be used in the browser’s columns.
Declaration
func setMatrixClass(_ factoryId: AnyClass)Parameters
- factoryId:
The matrix class (
NSMatrixor anNSMatrixsubclass) used in the browser’s columns.
Sets the matrix class to be used in the browser’s columns.
func setMatrixClass(_ factoryId: AnyClass)The matrix class (NSMatrix or an NSMatrix subclass) used in the browser’s columns.