Learning Cocoa:
Gespeichert in:
Format: | Buch |
---|---|
Sprache: | English |
Veröffentlicht: |
Beijing ; Cambridge ; Farnham ; Köln ; Paris ; Sebastopol u.a.
O'Reilly
2001
|
Ausgabe: | 1. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XIII, 366 S. Ill. |
ISBN: | 0596001606 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV013884516 | ||
003 | DE-604 | ||
005 | 20041005 | ||
007 | t | ||
008 | 010821s2001 gw a||| |||| 00||| eng d | ||
016 | 7 | |a 961875429 |2 DE-101 | |
020 | |a 0596001606 |9 0-596-00160-6 | ||
035 | |a (OCoLC)50339751 | ||
035 | |a (DE-599)BVBBV013884516 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c DE | ||
049 | |a DE-91G |a DE-384 | ||
050 | 0 | |a QA76.64 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 260 |0 (DE-625)143632: |2 rvk | ||
084 | |a DAT 303f |2 stub | ||
245 | 1 | 0 | |a Learning Cocoa |c Apple Computer, Inc. [Ed.: Troy Mott] |
250 | |a 1. ed. | ||
264 | 1 | |a Beijing ; Cambridge ; Farnham ; Köln ; Paris ; Sebastopol u.a. |b O'Reilly |c 2001 | |
300 | |a XIII, 366 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
630 | 0 | 4 | |a Mac OS |
650 | 4 | |a Application program interfaces (Computer software) | |
650 | 4 | |a C (Computer program language) | |
650 | 4 | |a Cocoa (Application development environment) | |
650 | 4 | |a Object-oriented programming (Computer science) | |
650 | 0 | 7 | |a Cocoa |g Programm |0 (DE-588)4646235-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Cocoa |g Programm |0 (DE-588)4646235-1 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Mott, Troy |e Sonstige |4 oth | |
710 | 2 | |a Apple Computer Inc. |e Sonstige |0 (DE-588)1095305-X |4 oth | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009499075&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-009499075 |
Datensatz im Suchindex
_version_ | 1807772552243707904 |
---|---|
adam_text |
TABLE
OF
CONTENTS
PREFACE
.
IX
I.
COCOA
OVERVIEW
.
1
1.
INTRODUCTION
TO
COCOA
.
3
COCOA
FEATURES
.
4
THE
COCOA
FRAMEWORKS
.
7
2.
OBJECT-ORIENTED
PROGRAMMING
.
17
THE
ADVANTAGES
OF
OBJECT-ORIENTED
PROGRAMMING
.
18
FUNDAMENTAL
OBJECT-ORIENTED
CONCEPTS
.
20
3
OBJECTIVE-C
PRIMER
.
28
LANGUAGE
SUMMARY
.
28
OBJECTIVE-C
IN
ACTION
.
35
4.
DEVELOPMENT
TOOLS
.
42
PROJECT
BUILDER
.
42
INTERFACE
BUILDER
.
44
OTHER
DEVELOPMENT
TOOLS
.
45
USEFUL
COMMAND-LINE
TOOLS
.
46
VI
TABLE
OF
CONTENTS
II.
SINGLE-WINDOW
APPLICATIONS
.
49
5.
HELLO
WORLD
.
.
51
CREATING
THE
PROJECT
.
51
6.
ESSENTIAL
COCOA
PARADIGMS
.
:
.
57
COCOA
'
S
COLLECTION
CLASSES
.
57
CREATE
GRAPHICAL
USER
INTERFACES
IN
COCOA
.
62
CONTROLS,
CELLS,
AND
FORMATTERS
.
80
TA'RGET/ACTION
.
82
OBJECT
OWNERSHIP,
RETENTION,
AND
DISPOSAL
.
91
7.
CURRENCY
CONVERTER
TUTORIAL
.
98
DESIGN
THE
CURRENCY
CONVERTER
APPLICATION
.
99
CREATE
THE
CURRENCY
CONVERTER
PROJECT
.
101
CREATE
THE
CURRENCY
CONVERTER
INTERFACE
.
102
DEFINE
THE
CLASSES
OF
CURRENCY
CONVERTER
.
116
CONNECT
CONVERTERCONTROLLER
TO
THE
INTERFACE
.
117
IMPLEMENT
THE
CLASSES
OF
CURRENCY
CONVERTER
.
119
8.
EVENT
HANDLING
.
124
RESPOND
TO
USER-GENERATED
EVENTS
.
124
RESPOND
TO
PROGRAM-GENERATED
EVENTS
.
139
9.
DATA
FUNCTIONALITY
.
150
TABLE
VIEWS
AND
DATA
SOURCES
.
150
FLATTEN
THE
OBJECT
NETWORK:
CODING
AND
ARCHIVING
.
166
10.
TRAVEL
ADVISOR
TUTORIAL
.
170
TRAVEL
ADVISOR
DESIGN
.
170
CREATE
THE
TRAVEL
ADVISOR
INTERFACE
.
174
DEFINE
THE
CLASSES
OF
TRAVEL
ADVISOR
.
191
IMPLEMENT
THE
CLASSES
OF
TRAVEL
ADVISOR
.
197
III.
MULTIPLE-WINDOW
APPLICATIONS
.
219
11.
COCOA
'
S
MULTIPLE-DOCUMENT
ARCHITECTURE
.
221
ARCHITECTURAL
OVERVIEW
.
222
IMPLEMENT
A
DOCUMENT-BASED
APPLICATION
.
226
TABLE
OF
CONTENTS
VII
12.
TO
DO:
BASICS
.
235
THE
DESIGN
OF
TO
DO
.
235
BUILD
THE
APPLICATION
.
240
13.
TO
DO:
EXTENDED
.
273
CREATE
AND
MANAGE
AN
INFO
WINDOW
.
273
CREATE
SELECTIONNOTIFYMATRIX
.
293
DATA
SYNCHRONIZATION
.
296
CREATE
A
CUSTOM
VIEW
TO
DISPLAY
TODOITEM
STATUS
.
298
SET
UP
TIMERS
.
305
IMPLEMENT
ARCHIVING
AND
UNARCHIVING
(SAVE
AND
OPEN)
.
308
14.
TO
DO:
FINISHING
TOUCHES
.
312
CONFIGURE
APPLICATION
SETTINGS
.
312
ADD
AN
APPLICATION
ICON
.
315
DEFINE
A
DOCUMENT
TYPE
FOR
TO
DO
.
318
ENABLE
COMPILER
OPTIMIZATION
.
318
IV.
REFERENCE
.
321
A.
DRAWING
IN
COCOA
.
323
INDEX
.
349 |
any_adam_object | 1 |
building | Verbundindex |
bvnumber | BV013884516 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.64 |
callnumber-search | QA76.64 |
callnumber-sort | QA 276.64 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 250 ST 260 |
classification_tum | DAT 303f |
ctrlnum | (OCoLC)50339751 (DE-599)BVBBV013884516 |
discipline | Informatik |
edition | 1. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV013884516</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20041005</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">010821s2001 gw a||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">961875429</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0596001606</subfield><subfield code="9">0-596-00160-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)50339751</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV013884516</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91G</subfield><subfield code="a">DE-384</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.64</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 260</subfield><subfield code="0">(DE-625)143632:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 303f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Learning Cocoa</subfield><subfield code="c">Apple Computer, Inc. [Ed.: Troy Mott]</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing ; Cambridge ; Farnham ; Köln ; Paris ; Sebastopol u.a.</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2001</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIII, 366 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">Mac OS</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Application program interfaces (Computer software)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">C (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Cocoa (Application development environment)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Object-oriented programming (Computer science)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Cocoa</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4646235-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Cocoa</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4646235-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Mott, Troy</subfield><subfield code="e">Sonstige</subfield><subfield code="4">oth</subfield></datafield><datafield tag="710" ind1="2" ind2=" "><subfield code="a">Apple Computer Inc.</subfield><subfield code="e">Sonstige</subfield><subfield code="0">(DE-588)1095305-X</subfield><subfield code="4">oth</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009499075&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-009499075</subfield></datafield></record></collection> |
id | DE-604.BV013884516 |
illustrated | Illustrated |
indexdate | 2024-08-19T00:10:50Z |
institution | BVB |
institution_GND | (DE-588)1095305-X |
isbn | 0596001606 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-009499075 |
oclc_num | 50339751 |
open_access_boolean | |
owner | DE-91G DE-BY-TUM DE-384 |
owner_facet | DE-91G DE-BY-TUM DE-384 |
physical | XIII, 366 S. Ill. |
publishDate | 2001 |
publishDateSearch | 2001 |
publishDateSort | 2001 |
publisher | O'Reilly |
record_format | marc |
spelling | Learning Cocoa Apple Computer, Inc. [Ed.: Troy Mott] 1. ed. Beijing ; Cambridge ; Farnham ; Köln ; Paris ; Sebastopol u.a. O'Reilly 2001 XIII, 366 S. Ill. txt rdacontent n rdamedia nc rdacarrier Mac OS Application program interfaces (Computer software) C (Computer program language) Cocoa (Application development environment) Object-oriented programming (Computer science) Cocoa Programm (DE-588)4646235-1 gnd rswk-swf Cocoa Programm (DE-588)4646235-1 s DE-604 Mott, Troy Sonstige oth Apple Computer Inc. Sonstige (DE-588)1095305-X oth DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009499075&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Learning Cocoa Mac OS Application program interfaces (Computer software) C (Computer program language) Cocoa (Application development environment) Object-oriented programming (Computer science) Cocoa Programm (DE-588)4646235-1 gnd |
subject_GND | (DE-588)4646235-1 |
title | Learning Cocoa |
title_auth | Learning Cocoa |
title_exact_search | Learning Cocoa |
title_full | Learning Cocoa Apple Computer, Inc. [Ed.: Troy Mott] |
title_fullStr | Learning Cocoa Apple Computer, Inc. [Ed.: Troy Mott] |
title_full_unstemmed | Learning Cocoa Apple Computer, Inc. [Ed.: Troy Mott] |
title_short | Learning Cocoa |
title_sort | learning cocoa |
topic | Mac OS Application program interfaces (Computer software) C (Computer program language) Cocoa (Application development environment) Object-oriented programming (Computer science) Cocoa Programm (DE-588)4646235-1 gnd |
topic_facet | Mac OS Application program interfaces (Computer software) C (Computer program language) Cocoa (Application development environment) Object-oriented programming (Computer science) Cocoa Programm |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009499075&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT motttroy learningcocoa AT applecomputerinc learningcocoa |