ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب JavaFX Developers Guide

دانلود کتاب راهنمای توسعهدهندگان JavaFX

JavaFX Developers Guide

مشخصات کتاب

JavaFX Developers Guide

دسته بندی: برنامه نویسی: زبان های برنامه نویسی
ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 0321601653 
ناشر: Addison-Wesley 
سال نشر: 2010 
تعداد صفحات: 1150 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 44 مگابایت 

قیمت کتاب (تومان) : 39,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 12


در صورت تبدیل فایل کتاب JavaFX Developers Guide به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب راهنمای توسعهدهندگان JavaFX نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب راهنمای توسعهدهندگان JavaFX

به روز شده برای JavaFX 1.3 پلت فرم JavaFX نوشتن برنامه هایی را امکان پذیر می کند که می توانند در دستگاه های مختلف از تلفن های همراه تا رایانه های رومیزی، بدون نیاز به تغییر یا تغییر اندک، اجرا شوند. برنامه‌های JavaFX با استفاده از JavaFX Script، یک زبان برنامه‌نویسی جدید و آسان برای استفاده، نوشته می‌شوند. راهنمای توسعه‌دهنده JavaFX™ Kim Topley به طور کامل زبان JavaFX و کتابخانه‌های اصلی آن را پوشش می‌دهد و گام به گام نحوه توسعه و ارائه برنامه‌های JavaFX را برای دسک‌تاپ به شما نشان می‌دهد. و برای دستگاه های تلفن همراه این پوشش کاملی از تمام جنبه‌های زبان، از جمله ابزارهای زبانی که می‌توانید برای توسعه، اشکال‌زدایی، و استقرار کلاس‌های رابط کاربری JavaFX استفاده کنید، فراهم می‌کند.


توضیحاتی درمورد کتاب به خارجی

Updated for JavaFX 1.3The JavaFX platform makes it possible to write applications that can be deployed across devices ranging from cell phones to desktops, with little or no change required. JavaFX applications are written using JavaFX Script, a new and easy-to-use scripting language.Kim Topley’s JavaFX™ Developer’s Guide thoroughly covers the JavaFX language and its core libraries and shows you step by step how to develop and deliver JavaFX applications for the desktop and for mobile devices. It provides complete coverage of all aspects of the language, including Language syntaxTools you can use to develop, debug, and deploy JavaFX applicationsUser interface classes



فهرست مطالب

Cover......Page 1
Table of Contents......Page 9
About the Author......Page 26
Preface......Page 27
I: Introduction to JavaFX......Page 42
The JavaFX Platform......Page 44
The JavaFX Script Language......Page 46
The JavaFX Runtime......Page 50
JavaFX Development Tools......Page 54
Deployment......Page 55
Source File Structure......Page 58
Comments......Page 59
The import Statement......Page 61
Other JavaFX Statements......Page 64
JavaFX Keywords and Reserved Words......Page 68
Script Execution and Arguments......Page 69
Predefined Variables......Page 72
Compiling and Running JavaFX Code......Page 74
Documentation in JavaFX Source Code......Page 84
4 A Simple JavaFX Application......Page 86
Building the SnowStorm Application......Page 87
SnowStorm on the Web, a Phone, and TV......Page 106
Debugging the SnowStorm Application......Page 113
Profiling the SnowStorm Application......Page 118
Source Code for the SnowStorm Application......Page 123
II: The JavaFX Script Language......Page 128
Variable Declarations......Page 130
Object Types......Page 135
Basic Data Types......Page 138
Type Inference......Page 158
Visibility of Variables......Page 160
Expressions and Operations......Page 162
JavaFX Functions......Page 175
Object Literals......Page 188
Sequence Creation......Page 194
The String Form of a Sequence......Page 196
Range Notation......Page 197
Sequence Equality and Copying......Page 198
Querying Sequences......Page 199
Modifying Sequences......Page 203
Operations on Sequences......Page 208
Java Arrays......Page 215
The if Statement......Page 220
The while Statement......Page 222
The for Statement......Page 225
Exception Handling......Page 234
Binding to Variables and Expressions......Page 236
Binding and Functions......Page 248
Binding and Sequences......Page 258
Triggers on Simple Variables......Page 262
Triggers and Sequences......Page 270
Triggers and Instance Variables......Page 277
11 JavaFX Script Classes......Page 280
JavaFX Class Declaration......Page 281
Subclassing and Abstract Classes......Page 290
Using Bound Functions......Page 299
Variable Overrides......Page 300
Class Initialization......Page 302
Classes and Script Files......Page 306
Mixins......Page 307
Built-In Functions......Page 326
Arguments and System Properties......Page 328
Application Shutdown......Page 333
Deferring Operations......Page 335
Functions for Internationalization......Page 336
Local Storage......Page 339
Conditional Features......Page 348
Context and Classes......Page 350
Types and Values......Page 355
Variables and Functions......Page 361
Using Reflection......Page 369
III: User Interfaces with JavaFX......Page 380
14 User Interface Basics......Page 382
The Stage Class......Page 383
The Scene Class......Page 399
Nodes......Page 401
Alerts......Page 410
3D Features......Page 413
Cursors......Page 416
Colors......Page 419
Events......Page 442
Shapes......Page 474
Stroking and Filling Shapes......Page 497
The Text Class......Page 507
Fonts......Page 513
Groups and Custom Nodes......Page 523
Images......Page 527
Transforms......Page 544
Combining Transforms......Page 558
Clipping......Page 564
Coordinates and Bounds......Page 568
Node Layout......Page 579
SnowStorm Revisited......Page 620
Coordinates and Screens......Page 626
Timelines......Page 632
Controlling a Timeline......Page 646
Transitions......Page 654
19 Video and Audio......Page 668
The Media Class......Page 669
The MediaPlayer Class......Page 671
The MediaView Class......Page 680
Effects Overview......Page 692
The JavaFX Effects Classes......Page 697
Blending......Page 727
Lighting......Page 731
The JavaFX Production Suite......Page 744
Using Adobe Illustrator and Photoshop Graphics......Page 746
Importing SVG Graphics......Page 774
Controls Overview......Page 778
The Label Control......Page 779
Button Controls......Page 790
The TextBox Control......Page 802
The PasswordBox Control......Page 812
The ListView Control......Page 814
The ChoiceBox Control......Page 827
The ScrollBar Control......Page 828
The ScrollView Control......Page 835
The Slider Control......Page 838
The ProgressIndicator and ProgressBar Controls......Page 845
The Separator Control......Page 848
Tooltips......Page 849
Style Sheet Basics......Page 852
Style Sheet Property Specifications......Page 865
Swing Component Wrappers......Page 870
Labels......Page 874
Text Input......Page 880
Buttons......Page 884
The SwingList Class......Page 890
The SwingScrollPane Class......Page 893
The SwingComboBox Class......Page 895
The SwingSlider Class......Page 898
Using Other Swing Components......Page 901
Custom Nodes......Page 906
The CoordinateGrid Node......Page 907
Custom Containers......Page 910
Custom Controls......Page 928
Chart Basics......Page 952
Pie Charts......Page 955
Bar Charts......Page 960
Line Charts......Page 967
Area Charts......Page 971
Scatter Charts......Page 973
Bubble Charts......Page 975
Chart Interaction......Page 977
Common Customizations......Page 978
IV: Miscellaneous......Page 988
27 Using External Data Sources......Page 990
The HttpRequest Class......Page 991
Using RESTful Web Services......Page 1015
RSS and Atom Feeds......Page 1036
Tasks and Progress Monitoring......Page 1049
Asynchronous Operations and Database Access......Page 1055
28 Packaging and Deployment......Page 1066
Packaging and Deployment for the Desktop......Page 1067
Packaging and Deployment for Mobile Devices......Page 1086
Development Using Command-Line Tools......Page 1090
Generating Documentation from JavaFX Source......Page 1096
Properties Applicable to Nodes......Page 1102
Properties Applicable to Shapes......Page 1104
Properties Applicable to Containers......Page 1105
Properties Applicable to Controls......Page 1108
Index......Page 1112
A......Page 1113
B......Page 1115
C......Page 1116
D......Page 1121
E......Page 1123
F......Page 1124
G......Page 1127
H......Page 1128
I......Page 1129
J......Page 1130
K......Page 1132
L......Page 1133
M......Page 1134
N......Page 1136
O......Page 1137
P......Page 1138
R......Page 1140
S......Page 1142
T......Page 1147
V......Page 1149
W......Page 1150
Z......Page 1151




نظرات کاربران