TS 69 JavaFX CodeTemplates
Author: Alexandr Scherbatiy
Version: 1.0
Last update: 05 August 2010
Introduction:
Comments:
Below are the tables of the JavaFX code templates. Write the code from the first column and press <Tab>. The expected result is shown in the second column.
Keywords
Template
| Result
|
pa
| package
|
im
| import
|
pu
| public
|
pr
| public-read
|
bi
| bind
|
cl
| class Class1 {}
|
Types
Template
| Result
|
In
| Integer
|
Bo
| Boolean
|
Nu
| Number
|
St
| String
|
Operators
Template
| Result
|
for
| for (idx in arr) { }
|
wh
| while (exp) { }
|