https://developer.apple.com/documentation/appkit/nsscrubberselectionview
"An abstract base class for specifying the appearance of a highlighted or selected item in a scrubber."
스크러버에서 강조된 혹은 선택된 아이템의 모양을 구체화하기 위한 추상 베이스클래스입니다.
class NSScrubberSelectionView : NSScrubberArrangedView
스크러버 컨트롤 내에서 아이템의 선택 혹은 강조 모양을 커스터마이징하기 위하 서브클래스를 생성하시기 바랍니다. NSScrubberSelectionStyle에서 makeSelectionView() 메소드로부터 서브클래스의 인스턴스를 반환할 필요가 있습니다.
스크러버 내부에서 특정 인덱스 위치에 있는 아이템입니다.
https://developer.apple.com/documentation/appkit/nsscrubberitemview
https://velog.io/@panther222128/NSScrubberItemView
스크러버에 의해 관리되는 레이아웃을 가진 뷰에 대한 추상 베이스 클래스입니다.
https://developer.apple.com/documentation/appkit/nsscrubberarrangedview
https://velog.io/@panther222128/NSScrubberArrangedView
스크러버 아이템에서 이미지 표시를 위한 구체화 뷰 서브클래스입니다.
https://developer.apple.com/documentation/appkit/nsscrubberimageitemview
https://velog.io/@panther222128/NSScrubberImageItemView
스크러버 컨트롤 내에서 선택되고 강조된 아이템을 위한 데코레이션 액세서리 뷰를 제공하는 추상 클래스입니다.
https://developer.apple.com/documentation/appkit/nsscrubberselectionstyle
https://velog.io/@panther222128/NSScrubberSelectionStyle
스크러버에 있는 아이템 텍스트 표시를 위한 구체화 뷰 서브클래스입니다.
https://developer.apple.com/documentation/appkit/nsscrubbertextitemview
https://velog.io/@panther222128/NSScrubberTextItemView