最終更新:2013-01-10 (木) 09:26:23 (4125d)  

NSObject
Top / NSObject

Cocoaフレームワークにおける、すべてのクラス基底クラス?

NSObject* obj;
id obj;

メソッド・プロパティ

Cocoa/Foundation

Value Objects

XML

Strings

Collections

Predicates

  • NSExpression?
  • NSPredicate?
    • NSComparisonPredicate?
    • NSCompoundPredicate?

Operating-System Services

File System

  • NSBundle
  • NSFileHandle?
  • NSFileManager
  • NSMetadataItem?
  • NSMetadataQuery?
  • NSMetadataQueryAttributeValueTuple?
  • NSMetadataQueryResultGroup?
  • NSStream?
    • NSInputStream?
    • NSOutputStream?

URL

  • NSURL
  • NSURLHandle?
  • NSHTTPCookie?
  • NSHTTPCookieStorage?
  • NSCachedURLResponse?
  • NSURLAutorizationChallenge?
  • NSURLCache?
  • NSURLConnection
  • NSURLCredential?
  • NSURLCredentialStorage?
  • NSURLDownload
  • NSURLProtectionSpace?
  • NSURLProtocol?
  • NSURLRequest
    • NSURLMutableURLRequest?
  • NSURLResponse?
    • NSHTTPURLResponse?

Interprocess Communication

  • NSPipe?
  • NSPort
  • NSPortMessage?
  • NSPortNameServer?
    • NSMachBootstrapServer?
    • NSMessagePortNameServer?
    • NSSocketPortNameServer?

Locking/Threading

  • NSConditionLock?
  • NSDistributedLock?
  • NSLock?
  • NSRecursiveLock?
  • NSTask?
  • NSThread

Notifications

Archiving and Serialization

Objective-C Language Services

  • NSAssersionHandler?
  • NSAutoreleasePool
  • NSUndoManager?
  • NSInvocation?
  • NSMethodSigunature?
  • NSClassDescription?
    • NSScriptClassDescription?

Scripting

  • NSAppleScript?
  • NSAppleEventDescriptor?
  • NSAppleEventManager?
  • NSScriptCommand?
    • NSCloneCommand?
    • NSCloseCommand?
    • NSCountCommand?
    • NSCreateCommand?
    • NSDeleteCommand?
    • NSExistsCommand?
    • NSGetCommand?
    • NSMoveCommand?
    • NSQuitCommand?
    • NSSetCommand?
  • NSScriptCommandDescription?
  • NSScriptExecutionContext?
  • NSScriptCoercionHandler?
  • NSScriptObjectSepecifier?
    • NSIndexSepecifier?
    • NSMiddleSepecifier?
    • NSNameSepecifier?
    • NSPropertySepecifier?
    • NSRandomSepecifier?
    • NSRelativeSepecifier?
    • NSUniqueIDSepecifier?
    • NSWhoseSepecifier?
  • NSPositionalSpecifier?
  • NSScriptSuiteRegistry?
  • NSScriptWhoseTest?
    • NSLogicalTest?
    • NSSpecifierTest?

Distributed Objects

  • NSProxy?
    • NSConnection?
    • NSDistantObjectRequest?
    • NSDistantObject?
    • NSProtocolChecker?

Cocoa/Application Kit

User Interface

  • NSCell?
    • NSButtonCell? > NSMenuItemCell? > NSPopUpButtonCell?
    • NSFormCell?
    • NSSegmentedCell?
    • NSSliderCell?
    • NSStepperCell?
    • NSTextFieldCell? > NSComboBoxCell?
    • NSTextFieldCell? > NSSearchFieldCell?
    • NSTextFieldCell? > NSSecureTextFieldCell?
    • NSTextFieldCell? > NSTableHeaderCell?
  • NSBrowserCell?
  • NSImageCell?
  • NSImageAttachmentCell?
  • NSEvent
  • NSMenu?
  • NSMenuItem?
  • NSRuleMaker?
  • NSStatusBar?
  • NSStatusItem?
  • NSTabViewItem?
  • NSTableColumn?
  • NSToolbar?
  • NSToolbarItem?

Controller Layer

  • NSController?
    • NSObjectController?
      • NSArrayController?
      • NSTreeController?
    • NSUserDefaultsController?

Text

  • NSText
  • NSLayoutManger?
  • NSParagraphStyle?
    • NSMutableParagraphStyle?
  • NSTextAttachment?
  • NSTextContainer?
  • NSAttributedString
    • NSMutableAttributedString?
    • NSTextStorage?
  • NSTextTab?
  • NSGlyphInfo?
  • NSGlyphGenerator?
  • NSTypesetter?
    • NSSimpleHorizontalTypesetter?
    • NSATSTypesetter?

Fonts

Graphics

Color

Document Support

  • NSDocument
    • NSPersistentDocument?
  • NSDocumentController?
  • NSFileWrapper?

Printing

  • NSPageLayout?
  • NSPrinter?
  • NSPrintInfo?
  • NSPrintOperation?
  • NSPrintPanel?

Operating System Services

International Character Input Support

  • NSInputManager?
  • NSInputServer?

Interface Builder Support

  • NSNib?
  • NSNibConnector?
    • NSNibControlConnector?
    • NSNibOutletConnector?

関連

参考