Cocoa in a Nutshell

個数:

Cocoa in a Nutshell

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 568 p.
  • 言語 ENG
  • 商品コード 9780596004620
  • DDC分類 005.262

Full Description

Cocoa(r) is more than just a collection of classes, and is certainly more than a simple framework. Cocoa is a complete API set, class library, framework, and development environment for building applications and tools to run on Mac OS(r) X. With over 240 classes, Cocoa is divided into two essential frameworks: Foundation and Application Kit. Above all else, Cocoa is a toolkit for creating Mac OS X application interfaces, and it provides access to all of the standard Aqua(r) interface components such as menus, toolbars, windows, buttons, to name a few. Cocoa in a Nutshell begins with a complete overview of Cocoa's object classes. It provides developers who may be experienced with other application toolkits the grounding they'll need to start developing Cocoa applications. Common programming tasks are described, and many chapters focus on the larger patterns in the frameworks so developers can understand the larger relationships between the classes in Cocoa, which is essential to using the framework effectively. Cocoa in a Nutshell is divided into two parts, with the first part providing a series of overview chapters that describe specific features of the Cocoa frameworks.
Information you'll find in Part I includes: * An overview of the Objective-C language * Coverage of the Foundation and Application Kit frameworks * Overviews of Cocoa's drawing and text handling classes * Network services such as hosts, Rendezvous URL services, sockets, and file handling * Distributed notifications and distributed objects for interapplication communication * Extending Cocoa applications with other frameworks, including the AddressBook, DiscRecording, and Messaging frameworks The second half of the book is a detailed quick reference to Cocoa's Foundation and Application Kit (AppKit) classes. A complement to Apple's documentation, Cocoa in a Nutshell is the only reference to the classes, functions, types, constants, protocols, and methods that make up Cocoa's Foundation and Application Kit frameworks, based on the Jaguar release (Mac OS X 10.2). Peer-reviewed and approved by Apple's engineers to be part of the Apple Developer Connection (ADC) Series, Cocoa in a Nutshell is the book developers will want close at hand as they work. It's the desktop quick reference they can keep by their side to look something up quickly without leaving their work.
Cocoa in a Nutshell is the book developers will want close at hand as they work. It's the desktop quick reference they can keep by their side to look something up quickly without leaving their work.

Contents

Preface I. Introducing Cocoa 1. Objective-C Objects Messaging Classes Creating Object Instances Memory Management Deallocating Objects Categories Naming Conventions 2. Foundation Data Key-Value Coding Working with Files Bundles and Resource Management Archiving Objects User Defaults Notifications Operating System Interaction Threaded Programming 3. The Application Kit AppKit Design Patterns Nibs Application Architecture Controls Menus Sheets Drawers Toolbars Event Handling Document-Based Applications 4. Drawing and Imaging The Role of Quartz Coordinate Systems Graphics Contexts Working with Paths Drawing Text Working with Color Working with Images Transformations 5. Text Handling Text System Architecture Assembling the Text System 6. Networking Hosts URL Resources Rendezvous Network Services Sockets NSFileHandle 7. Interapplication Communication NSPipe 8. Other Frameworks AddressBook The Message Framework Disc Recording Frameworks Third-Party Frameworks II. API Quick Reference How to Use This Quick Reference 9. Foundation Types and Constants Data Types Enumerations Global Variables Constants Exceptions 10. Foundation Functions Assertions Bundles Byte Ordering Decimals Java Setup Hash Tables HFS File Types Map Tables Object Allocation Objective-C Runtime Path Utilities Points Ranges Rects Sizes Uncaught Exceptions Zones 11. Application Kit Types and Constants Data Types Enumerations Global Variables Exceptions 12. Application Kit Functions Accessibility Applications Events Fonts Graphics: General Graphics: Window Depth Interface Styles OpenGL Panels Pasteboards System Beep 13. Foundation Classes 14. Foundation Protocols 15. Application Kit Classes 16. Application Kit Protocols Method Index III. Appendix Appendix: Resources for Cocoa Developers Index