Contents

setMatrixClass(_:)

Sets the matrix class to be used in the browser’s columns.

Declaration

func setMatrixClass(_ factoryId: AnyClass)

Parameters

  • factoryId:

    The matrix class (NSMatrix or an NSMatrix subclass) used in the browser’s columns.

See Also

Deprecated