クラスの名の頭にときどきついているNSはNeXTSTEPの略。NeXTSTEPはOSXの前に作られたOSの名前らしいよ。
Objective-CはNeXTSTEP用に開発されたのでいまだにNSが残っているらしい。
AppKitDefinesクラス
AppKitErrorsクラス
NSAccessibilityクラス
NSActionCellクラス
NSAffineTransformクラス
NSAlertクラス
NSAnimationクラス
NSAnimationContextクラス
NSAppleScriptExtensionsクラス
NSApplicationクラス
NSApplicationScriptingクラス
NSArrayControllerクラス
NSATSTypesetterクラス
NSAttributedStringクラス
NSBezierPathクラス
NSBitmapImageRepクラス
NSBoxクラス
NSBrowserクラス
NSBrowserCellクラス
NSButtonクラス:ボタンの機能を利用
NSButtonCellクラス
NSCachedImageRepクラス
NSCellクラス
NSCIImageRepクラス
NSClipViewクラス
NSCollectionViewクラス
NSColorクラス(NSカラー):色の機能を利用
NSColorListクラス
NSColorPanelクラス
NSColorPickerクラス
NSColorPickingクラス
NSColorSpaceクラス
NSColorWellクラス
NSComboBoxクラス
NSComboBoxCellクラス
NSControlクラス
NSControllerクラス
NSCursorクラス
NSCustomImageRepクラス
NSDatePickerクラス
NSDatePickerCellクラス
NSDictionaryControllerクラス
NSDockTileクラス
NSDocumentクラス
NSDocumentControllerクラス
NSDocumentScriptingクラス
NSDraggingクラス
NSDrawerクラス
NSEPSImageRepクラス
NSErrorsクラス
NSEventクラス
NSFileWrapperクラス
NSFontクラス
NSFontDescriptorクラス
NSFontManagerクラス
NSFontPanelクラス
NSFormクラス
NSFormCellクラス
NSGlyphGeneratorクラス
NSGlyphInfoクラス
NSGradientクラス
NSGraphicsクラス
NSGraphicsContextクラス
NSHelpManagerクラス
NSImageクラス
NSImageCellクラス
NSImageRepクラス
NSImageViewクラス
NSInputManagerクラス
NSInputServerクラス
NSInterfaceStyleクラス
NSKeyValueBindingクラス
NSLayoutManagerクラス
NSLevelIndicatorクラス
NSLevelIndicatorCellクラス
NSMatrixクラス
NSMenuクラス
NSMenuItemクラス
NSMenuItemCellクラス
NSMenuViewクラス
NSMovieクラス
NSMovieViewクラス
NSNibクラス
NSNibConnectorクラス
NSNibControlConnectorクラス
NSNibDeclarationsクラス
NSNibLoadingクラス
NSNibOutletConnectorクラス
NSObjectControllerクラス
NSOpenGLクラス
NSOpenGLLayerクラス
NSOpenGLViewクラス
NSOpenPanelクラス
NSOutlineViewクラス
NSPageLayoutクラス
NSPanelクラス
NSParagraphStyleクラス
NSPasteboardクラス
NSPasteboardItemクラス
NSPathCellクラス
NSPathComponentCellクラス
NSPathControlクラス
NSPDFImageRepクラス
NSPersistentDocumentクラス
NSPICTImageRepクラス
NSPopUpButtonクラス
NSPopUpButtonCellクラス
NSPredicateEditorクラス
NSPredicateEditorRowTemplateクラス
NSPrinterクラス
NSPrintInfoクラス
NSPrintOperationクラス
NSPrintPanelクラス
NSProgressIndicatorクラス
NSQuickDrawViewクラス
NSResponderクラス
NSRuleEditorクラス
NSRulerMarkerクラス
NSRulerViewクラス
NSRunningApplicationクラス
NSSavePanelクラス
NSScreenクラス
NSScrollerクラス
NSScrollViewクラス
NSSearchFieldクラス
NSSearchFieldCellクラス
NSSecureTextFieldクラス
NSSegmentedCellクラス
NSSegmentedControlクラス
NSShadowクラス
NSSimpleHorizontalTypesetterクラス
NSSliderクラス
NSSliderCellクラス
NSSoundクラス
NSSpeechRecognizerクラス
NSSpeechSynthesizerクラス
NSSpellCheckerクラス
NSSpellProtocolクラス
NSSpellServerクラス
NSSplitViewクラス
NSStatusBarクラス
NSStatusItemクラス
NSStepperクラス
NSStepperCellクラス
NSStringDrawingクラス
NSTableColumnクラス
NSTableHeaderCellクラス
NSTableHeaderViewクラス
NSTableViewクラス
NSTabViewクラス
NSTabViewItemクラス
NSTextクラス
NSTextAttachmentクラス
NSTextContainerクラス
NSTextFieldクラス:テキストフィールドの機能を利用
NSTextFieldCellクラス
NSTextInputClientクラス
NSTextInputContextクラス
NSTextListクラス
NSTextStorageクラス
NSTextStorageScriptingクラス
NSTextTableクラス
NSTextViewクラス
NSTokenFieldクラス
NSTokenFieldCellクラス
NSToolbarクラス
NSToolbarItemクラス
NSToolbarItemGroupクラス
NSTouchクラス
NSTrackingAreaクラス
NSTreeControllerクラス
NSTreeNodeクラス
NSTypesetterクラス
NSUserDefaultsControllerクラス
NSUserInterfaceItemSearchingクラス
NSUserInterfaceValidationクラス
NSViewクラス
NSViewControllerクラス
NSWindowクラス
NSWindowControllerクラス
NSWindowScriptingクラス
NSWorkspaceクラス
AppKitDefinesクラス
AppKitErrorsクラス
NSAccessibilityクラス
NSActionCellクラス
NSAffineTransformクラス
NSAlertクラス
NSAnimationクラス
NSAnimationContextクラス
NSAppleScriptExtensionsクラス
NSApplicationクラス
NSApplicationScriptingクラス
NSArrayControllerクラス
NSATSTypesetterクラス
NSAttributedStringクラス
NSBezierPathクラス
NSBitmapImageRepクラス
NSBoxクラス
NSBrowserクラス
NSBrowserCellクラス
NSButtonクラス
NSButtonCellクラス
NSCachedImageRepクラス
NSCellクラス
NSCIImageRepクラス
NSClipViewクラス
NSCollectionViewクラス
NSColorクラス
ウィンドウのインスタンス名 window
(例:ウィンドウの背景色をRGBカラーで指定)
self.window.backgroundColor = [NSColor colorWithDeviceRed:1.0 green:0.0 blue:0.0 alpha:1.0];
(例:ウィンドウの背景色をCMYKカラーで指定)
self.window.backgroundColor = [NSColor colorWithDeviceCyan:0.0 magenta:1.0 yellow:1.0 black:0.0 alpha:1.0];
(例:ウィンドウの背景色を定義されている色で指定)
self.window.backgroundColor.backgroundColor = [NSColor blueColor];
■定義されている色
黒:blackColor
青:blueColor
茶:brownColor
clearColor
シアン:cyanColor
darkGrayColor
灰:grayColor
緑:greenColor
lightGrayColor
マゼンタ:magentaColor
オレンジ:orangeColor
紫:purpleColor
赤:redColor
白:whiteColor
黄:yellowColor
NSColorListクラス
NSColorPanelクラス
NSColorPickerクラス
NSColorPickingクラス
NSColorSpaceクラス
NSColorWellクラス
NSComboBoxクラス
NSComboBoxCellクラス
NSControlクラス
NSControllerクラス
NSCursorクラス
NSCustomImageRepクラス
NSDatePickerクラス
NSDatePickerCellクラス
NSDictionaryControllerクラス
NSDockTileクラス
NSDocumentクラス
NSDocumentControllerクラス
NSDocumentScriptingクラス
NSDraggingクラス
NSDrawerクラス
NSEPSImageRepクラス
NSErrorsクラス
NSEventクラス
NSFileWrapperクラス
NSFontクラス
NSFontDescriptorクラス
NSFontManagerクラス
NSFontPanelクラス
NSFormクラス
NSFormCellクラス
NSGlyphGeneratorクラス
NSGlyphInfoクラス
NSGradientクラス
NSGraphicsクラス
NSGraphicsContextクラス
NSHelpManagerクラス
NSImageクラス
NSImageCellクラス
NSImageRepクラス
NSImageViewクラス
NSInputManagerクラス
NSInputServerクラス
NSInterfaceStyleクラス
NSKeyValueBindingクラス
NSLayoutManagerクラス
NSLevelIndicatorクラス
NSLevelIndicatorCellクラス
NSMatrixクラス
NSMenuクラス
NSMenuItemクラス
NSMenuItemCellクラス
NSMenuViewクラス
NSMovieクラス
NSMovieViewクラス
NSNibクラス
NSNibConnectorクラス
NSNibControlConnectorクラス
NSNibDeclarationsクラス
NSNibLoadingクラス
NSNibOutletConnectorクラス
NSObjectControllerクラス
NSOpenGLクラス
NSOpenGLLayerクラス
NSOpenGLViewクラス
NSOpenPanelクラス
NSOutlineViewクラス
NSPageLayoutクラス
NSPanelクラス
NSParagraphStyleクラス
NSPasteboardクラス
NSPasteboardItemクラス
NSPathCellクラス
NSPathComponentCellクラス
NSPathControlクラス
NSPDFImageRepクラス
NSPersistentDocumentクラス
NSPICTImageRepクラス
NSPopUpButtonクラス
NSPopUpButtonCellクラス
NSPredicateEditorクラス
NSPredicateEditorRowTemplateクラス
NSPrinterクラス
NSPrintInfoクラス
NSPrintOperationクラス
NSPrintPanelクラス
NSProgressIndicatorクラス
NSQuickDrawViewクラス
NSResponderクラス
NSRuleEditorクラス
NSRulerMarkerクラス
NSRulerViewクラス
NSRunningApplicationクラス
NSSavePanelクラス
NSScreenクラス
NSScrollerクラス
NSScrollViewクラス
NSSearchFieldクラス
NSSearchFieldCellクラス
NSSecureTextFieldクラス
NSSegmentedCellクラス
NSSegmentedControlクラス
NSShadowクラス
NSSimpleHorizontalTypesetterクラス
NSSliderクラス
NSSliderCellクラス
NSSoundクラス
NSSpeechRecognizerクラス
NSSpeechSynthesizerクラス
NSSpellCheckerクラス
NSSpellProtocolクラス
NSSpellServerクラス
NSSplitViewクラス
NSStatusBarクラス
NSStatusItemクラス
NSStepperクラス
NSStepperCellクラス
NSStringDrawingクラス
NSTableColumnクラス
NSTableHeaderCellクラス
NSTableHeaderViewクラス
NSTableViewクラス
NSTabViewクラス
NSTabViewItemクラス
NSTextクラス
NSTextAttachmentクラス
NSTextContainerクラス
NSTextFieldクラス
NSTextFieldCellクラス
NSTextInputClientクラス
NSTextInputContextクラス
NSTextListクラス
NSTextStorageクラス
NSTextStorageScriptingクラス
NSTextTableクラス
NSTextViewクラス
NSTokenField.hクラス
NSTokenFieldCellクラス
NSToolbarクラス
NSToolbarItemクラス
NSToolbarItemGroupクラス
NSTouchクラス
NSTrackingAreaクラス
NSTreeControllerクラス
NSTreeNodeクラス
NSTypesetterクラス
NSUserDefaultsControllerクラス
NSUserInterfaceItemSearchingクラス
NSUserInterfaceValidationクラス
NSViewクラス
NSViewControllerクラス
NSWindowクラス
NSWindowControllerクラス
NSWindowScriptingクラス
NSWorkspaceクラス