jrubyfx 1.2.0-java → 2.0.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,6 +33,7 @@ module JRubyFX
33
33
  'animation_timer' => "Java::JavafxAnimation::AnimationTimer",
34
34
  'fade_transition' => "Java::JavafxAnimation::FadeTransition",
35
35
  'fill_transition' => "Java::JavafxAnimation::FillTransition",
36
+ 'interpolatable' => "Java::JavafxAnimation::Interpolatable",
36
37
  'interpolator' => "Java::JavafxAnimation::Interpolator",
37
38
  'key_frame' => "Java::JavafxAnimation::KeyFrame",
38
39
  'key_value' => "Java::JavafxAnimation::KeyValue",
@@ -46,7 +47,123 @@ module JRubyFX
46
47
  'timeline' => "Java::JavafxAnimation::Timeline",
47
48
  'transition' => "Java::JavafxAnimation::Transition",
48
49
  'translate_transition' => "Java::JavafxAnimation::TranslateTransition",
50
+ 'application' => "Java::JavafxApplication::Application",
51
+ 'conditional_feature' => "Java::JavafxApplication::ConditionalFeature",
52
+ 'host_services' => "Java::JavafxApplication::HostServices",
49
53
  'platform' => "Java::JavafxApplication::Platform",
54
+ 'preloader' => "Java::JavafxApplication::Preloader",
55
+ 'binding' => "Java::JavafxBeansBinding::Binding",
56
+ 'bindings' => "Java::JavafxBeansBinding::Bindings",
57
+ 'boolean_binding' => "Java::JavafxBeansBinding::BooleanBinding",
58
+ 'boolean_expression' => "Java::JavafxBeansBinding::BooleanExpression",
59
+ 'double_binding' => "Java::JavafxBeansBinding::DoubleBinding",
60
+ 'double_expression' => "Java::JavafxBeansBinding::DoubleExpression",
61
+ 'float_binding' => "Java::JavafxBeansBinding::FloatBinding",
62
+ 'float_expression' => "Java::JavafxBeansBinding::FloatExpression",
63
+ 'integer_binding' => "Java::JavafxBeansBinding::IntegerBinding",
64
+ 'integer_expression' => "Java::JavafxBeansBinding::IntegerExpression",
65
+ 'list_binding' => "Java::JavafxBeansBinding::ListBinding",
66
+ 'list_expression' => "Java::JavafxBeansBinding::ListExpression",
67
+ 'long_binding' => "Java::JavafxBeansBinding::LongBinding",
68
+ 'long_expression' => "Java::JavafxBeansBinding::LongExpression",
69
+ 'map_binding' => "Java::JavafxBeansBinding::MapBinding",
70
+ 'map_expression' => "Java::JavafxBeansBinding::MapExpression",
71
+ 'number_binding' => "Java::JavafxBeansBinding::NumberBinding",
72
+ 'number_expression' => "Java::JavafxBeansBinding::NumberExpression",
73
+ 'number_expression_base' => "Java::JavafxBeansBinding::NumberExpressionBase",
74
+ 'object_binding' => "Java::JavafxBeansBinding::ObjectBinding",
75
+ 'object_expression' => "Java::JavafxBeansBinding::ObjectExpression",
76
+ 'set_binding' => "Java::JavafxBeansBinding::SetBinding",
77
+ 'set_expression' => "Java::JavafxBeansBinding::SetExpression",
78
+ 'string_binding' => "Java::JavafxBeansBinding::StringBinding",
79
+ 'string_expression' => "Java::JavafxBeansBinding::StringExpression",
80
+ 'when' => "Java::JavafxBeansBinding::When",
81
+ 'default_property' => "Java::JavafxBeans::DefaultProperty",
82
+ 'invalidation_listener' => "Java::JavafxBeans::InvalidationListener",
83
+ 'named_arg' => "Java::JavafxBeans::NamedArg",
84
+ 'observable' => "Java::JavafxBeans::Observable",
85
+ 'weak_invalidation_listener' => "Java::JavafxBeans::WeakInvalidationListener",
86
+ 'weak_listener' => "Java::JavafxBeans::WeakListener",
87
+ 'java_bean_boolean_property' => "Java::JavafxBeansPropertyAdapter::JavaBeanBooleanProperty",
88
+ 'java_bean_boolean_property_builder' => "Java::JavafxBeansPropertyAdapter::JavaBeanBooleanPropertyBuilder",
89
+ 'java_bean_double_property' => "Java::JavafxBeansPropertyAdapter::JavaBeanDoubleProperty",
90
+ 'java_bean_double_property_builder' => "Java::JavafxBeansPropertyAdapter::JavaBeanDoublePropertyBuilder",
91
+ 'java_bean_float_property' => "Java::JavafxBeansPropertyAdapter::JavaBeanFloatProperty",
92
+ 'java_bean_float_property_builder' => "Java::JavafxBeansPropertyAdapter::JavaBeanFloatPropertyBuilder",
93
+ 'java_bean_integer_property' => "Java::JavafxBeansPropertyAdapter::JavaBeanIntegerProperty",
94
+ 'java_bean_integer_property_builder' => "Java::JavafxBeansPropertyAdapter::JavaBeanIntegerPropertyBuilder",
95
+ 'java_bean_long_property' => "Java::JavafxBeansPropertyAdapter::JavaBeanLongProperty",
96
+ 'java_bean_long_property_builder' => "Java::JavafxBeansPropertyAdapter::JavaBeanLongPropertyBuilder",
97
+ 'java_bean_object_property' => "Java::JavafxBeansPropertyAdapter::JavaBeanObjectProperty",
98
+ 'java_bean_object_property_builder' => "Java::JavafxBeansPropertyAdapter::JavaBeanObjectPropertyBuilder",
99
+ 'java_bean_property' => "Java::JavafxBeansPropertyAdapter::JavaBeanProperty",
100
+ 'java_bean_string_property' => "Java::JavafxBeansPropertyAdapter::JavaBeanStringProperty",
101
+ 'java_bean_string_property_builder' => "Java::JavafxBeansPropertyAdapter::JavaBeanStringPropertyBuilder",
102
+ 'read_only_java_bean_boolean_property' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanBooleanProperty",
103
+ 'read_only_java_bean_boolean_property_builder' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanBooleanPropertyBuilder",
104
+ 'read_only_java_bean_double_property' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanDoubleProperty",
105
+ 'read_only_java_bean_double_property_builder' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanDoublePropertyBuilder",
106
+ 'read_only_java_bean_float_property' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanFloatProperty",
107
+ 'read_only_java_bean_float_property_builder' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanFloatPropertyBuilder",
108
+ 'read_only_java_bean_integer_property' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanIntegerProperty",
109
+ 'read_only_java_bean_integer_property_builder' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanIntegerPropertyBuilder",
110
+ 'read_only_java_bean_long_property' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanLongProperty",
111
+ 'read_only_java_bean_long_property_builder' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanLongPropertyBuilder",
112
+ 'read_only_java_bean_object_property' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanObjectProperty",
113
+ 'read_only_java_bean_object_property_builder' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanObjectPropertyBuilder",
114
+ 'read_only_java_bean_property' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanProperty",
115
+ 'read_only_java_bean_string_property' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanStringProperty",
116
+ 'read_only_java_bean_string_property_builder' => "Java::JavafxBeansPropertyAdapter::ReadOnlyJavaBeanStringPropertyBuilder",
117
+ 'boolean_property' => "Java::JavafxBeansProperty::BooleanProperty",
118
+ 'boolean_property_base' => "Java::JavafxBeansProperty::BooleanPropertyBase",
119
+ 'double_property' => "Java::JavafxBeansProperty::DoubleProperty",
120
+ 'double_property_base' => "Java::JavafxBeansProperty::DoublePropertyBase",
121
+ 'float_property' => "Java::JavafxBeansProperty::FloatProperty",
122
+ 'float_property_base' => "Java::JavafxBeansProperty::FloatPropertyBase",
123
+ 'integer_property' => "Java::JavafxBeansProperty::IntegerProperty",
124
+ 'integer_property_base' => "Java::JavafxBeansProperty::IntegerPropertyBase",
125
+ 'list_property' => "Java::JavafxBeansProperty::ListProperty",
126
+ 'list_property_base' => "Java::JavafxBeansProperty::ListPropertyBase",
127
+ 'long_property' => "Java::JavafxBeansProperty::LongProperty",
128
+ 'long_property_base' => "Java::JavafxBeansProperty::LongPropertyBase",
129
+ 'map_property' => "Java::JavafxBeansProperty::MapProperty",
130
+ 'map_property_base' => "Java::JavafxBeansProperty::MapPropertyBase",
131
+ 'object_property' => "Java::JavafxBeansProperty::ObjectProperty",
132
+ 'object_property_base' => "Java::JavafxBeansProperty::ObjectPropertyBase",
133
+ 'property' => "Java::JavafxBeansProperty::Property",
134
+ 'read_only_boolean_property' => "Java::JavafxBeansProperty::ReadOnlyBooleanProperty",
135
+ 'read_only_boolean_property_base' => "Java::JavafxBeansProperty::ReadOnlyBooleanPropertyBase",
136
+ 'read_only_boolean_wrapper' => "Java::JavafxBeansProperty::ReadOnlyBooleanWrapper",
137
+ 'read_only_double_property' => "Java::JavafxBeansProperty::ReadOnlyDoubleProperty",
138
+ 'read_only_double_property_base' => "Java::JavafxBeansProperty::ReadOnlyDoublePropertyBase",
139
+ 'read_only_double_wrapper' => "Java::JavafxBeansProperty::ReadOnlyDoubleWrapper",
140
+ 'read_only_float_property' => "Java::JavafxBeansProperty::ReadOnlyFloatProperty",
141
+ 'read_only_float_property_base' => "Java::JavafxBeansProperty::ReadOnlyFloatPropertyBase",
142
+ 'read_only_float_wrapper' => "Java::JavafxBeansProperty::ReadOnlyFloatWrapper",
143
+ 'read_only_integer_property' => "Java::JavafxBeansProperty::ReadOnlyIntegerProperty",
144
+ 'read_only_integer_property_base' => "Java::JavafxBeansProperty::ReadOnlyIntegerPropertyBase",
145
+ 'read_only_integer_wrapper' => "Java::JavafxBeansProperty::ReadOnlyIntegerWrapper",
146
+ 'read_only_list_property' => "Java::JavafxBeansProperty::ReadOnlyListProperty",
147
+ 'read_only_list_property_base' => "Java::JavafxBeansProperty::ReadOnlyListPropertyBase",
148
+ 'read_only_list_wrapper' => "Java::JavafxBeansProperty::ReadOnlyListWrapper",
149
+ 'read_only_long_property' => "Java::JavafxBeansProperty::ReadOnlyLongProperty",
150
+ 'read_only_long_property_base' => "Java::JavafxBeansProperty::ReadOnlyLongPropertyBase",
151
+ 'read_only_long_wrapper' => "Java::JavafxBeansProperty::ReadOnlyLongWrapper",
152
+ 'read_only_map_property' => "Java::JavafxBeansProperty::ReadOnlyMapProperty",
153
+ 'read_only_map_property_base' => "Java::JavafxBeansProperty::ReadOnlyMapPropertyBase",
154
+ 'read_only_map_wrapper' => "Java::JavafxBeansProperty::ReadOnlyMapWrapper",
155
+ 'read_only_object_property' => "Java::JavafxBeansProperty::ReadOnlyObjectProperty",
156
+ 'read_only_object_property_base' => "Java::JavafxBeansProperty::ReadOnlyObjectPropertyBase",
157
+ 'read_only_object_wrapper' => "Java::JavafxBeansProperty::ReadOnlyObjectWrapper",
158
+ 'read_only_property' => "Java::JavafxBeansProperty::ReadOnlyProperty",
159
+ 'read_only_set_property' => "Java::JavafxBeansProperty::ReadOnlySetProperty",
160
+ 'read_only_set_property_base' => "Java::JavafxBeansProperty::ReadOnlySetPropertyBase",
161
+ 'read_only_set_wrapper' => "Java::JavafxBeansProperty::ReadOnlySetWrapper",
162
+ 'read_only_string_property' => "Java::JavafxBeansProperty::ReadOnlyStringProperty",
163
+ 'read_only_string_property_base' => "Java::JavafxBeansProperty::ReadOnlyStringPropertyBase",
164
+ 'read_only_string_wrapper' => "Java::JavafxBeansProperty::ReadOnlyStringWrapper",
165
+ 'set_property' => "Java::JavafxBeansProperty::SetProperty",
166
+ 'set_property_base' => "Java::JavafxBeansProperty::SetPropertyBase",
50
167
  'simple_boolean_property' => "Java::JavafxBeansProperty::SimpleBooleanProperty",
51
168
  'simple_double_property' => "Java::JavafxBeansProperty::SimpleDoubleProperty",
52
169
  'simple_float_property' => "Java::JavafxBeansProperty::SimpleFloatProperty",
@@ -57,30 +174,181 @@ module JRubyFX
57
174
  'simple_object_property' => "Java::JavafxBeansProperty::SimpleObjectProperty",
58
175
  'simple_set_property' => "Java::JavafxBeansProperty::SimpleSetProperty",
59
176
  'simple_string_property' => "Java::JavafxBeansProperty::SimpleStringProperty",
177
+ 'string_property' => "Java::JavafxBeansProperty::StringProperty",
178
+ 'string_property_base' => "Java::JavafxBeansProperty::StringPropertyBase",
60
179
  'change_listener' => "Java::JavafxBeansValue::ChangeListener",
180
+ 'observable_boolean_value' => "Java::JavafxBeansValue::ObservableBooleanValue",
181
+ 'observable_double_value' => "Java::JavafxBeansValue::ObservableDoubleValue",
182
+ 'observable_float_value' => "Java::JavafxBeansValue::ObservableFloatValue",
183
+ 'observable_integer_value' => "Java::JavafxBeansValue::ObservableIntegerValue",
184
+ 'observable_list_value' => "Java::JavafxBeansValue::ObservableListValue",
185
+ 'observable_long_value' => "Java::JavafxBeansValue::ObservableLongValue",
186
+ 'observable_map_value' => "Java::JavafxBeansValue::ObservableMapValue",
187
+ 'observable_number_value' => "Java::JavafxBeansValue::ObservableNumberValue",
188
+ 'observable_object_value' => "Java::JavafxBeansValue::ObservableObjectValue",
189
+ 'observable_set_value' => "Java::JavafxBeansValue::ObservableSetValue",
190
+ 'observable_string_value' => "Java::JavafxBeansValue::ObservableStringValue",
191
+ 'observable_value' => "Java::JavafxBeansValue::ObservableValue",
192
+ 'observable_value_base' => "Java::JavafxBeansValue::ObservableValueBase",
193
+ 'weak_change_listener' => "Java::JavafxBeansValue::WeakChangeListener",
194
+ 'writable_boolean_value' => "Java::JavafxBeansValue::WritableBooleanValue",
195
+ 'writable_double_value' => "Java::JavafxBeansValue::WritableDoubleValue",
196
+ 'writable_float_value' => "Java::JavafxBeansValue::WritableFloatValue",
197
+ 'writable_integer_value' => "Java::JavafxBeansValue::WritableIntegerValue",
198
+ 'writable_list_value' => "Java::JavafxBeansValue::WritableListValue",
199
+ 'writable_long_value' => "Java::JavafxBeansValue::WritableLongValue",
200
+ 'writable_map_value' => "Java::JavafxBeansValue::WritableMapValue",
201
+ 'writable_number_value' => "Java::JavafxBeansValue::WritableNumberValue",
202
+ 'writable_object_value' => "Java::JavafxBeansValue::WritableObjectValue",
203
+ 'writable_set_value' => "Java::JavafxBeansValue::WritableSetValue",
204
+ 'writable_string_value' => "Java::JavafxBeansValue::WritableStringValue",
205
+ 'writable_value' => "Java::JavafxBeansValue::WritableValue",
206
+ 'array_change_listener' => "Java::JavafxCollections::ArrayChangeListener",
61
207
  'fx_collections' => "Java::JavafxCollections::FXCollections",
62
- 'worker' => "Java::JavafxConcurrent::Worker",
63
- 'task' => "Java::JavafxConcurrent::Task",
208
+ 'list_change_listener' => "Java::JavafxCollections::ListChangeListener",
209
+ 'map_change_listener' => "Java::JavafxCollections::MapChangeListener",
210
+ 'modifiable_observable_list_base' => "Java::JavafxCollections::ModifiableObservableListBase",
211
+ 'observable_array' => "Java::JavafxCollections::ObservableArray",
212
+ 'observable_array_base' => "Java::JavafxCollections::ObservableArrayBase",
213
+ 'observable_float_array' => "Java::JavafxCollections::ObservableFloatArray",
214
+ 'observable_integer_array' => "Java::JavafxCollections::ObservableIntegerArray",
215
+ 'observable_list' => "Java::JavafxCollections::ObservableList",
216
+ 'observable_list_base' => "Java::JavafxCollections::ObservableListBase",
217
+ 'observable_map' => "Java::JavafxCollections::ObservableMap",
218
+ 'observable_set' => "Java::JavafxCollections::ObservableSet",
219
+ 'set_change_listener' => "Java::JavafxCollections::SetChangeListener",
220
+ 'weak_list_change_listener' => "Java::JavafxCollections::WeakListChangeListener",
221
+ 'weak_map_change_listener' => "Java::JavafxCollections::WeakMapChangeListener",
222
+ 'weak_set_change_listener' => "Java::JavafxCollections::WeakSetChangeListener",
223
+ 'filtered_list' => "Java::JavafxCollectionsTransformation::FilteredList",
224
+ 'sorted_list' => "Java::JavafxCollectionsTransformation::SortedList",
225
+ 'transformation_list' => "Java::JavafxCollectionsTransformation::TransformationList",
226
+ 'scheduled_service' => "Java::JavafxConcurrent::ScheduledService",
64
227
  'service' => "Java::JavafxConcurrent::Service",
65
- 'event' => "Java::JavafxEvent::Event",
228
+ 'task' => "Java::JavafxConcurrent::Task",
229
+ 'worker' => "Java::JavafxConcurrent::Worker",
230
+ 'worker_state_event' => "Java::JavafxConcurrent::WorkerStateEvent",
231
+ 'compound_selector' => "Java::JavafxCss::CompoundSelector",
232
+ 'css_meta_data' => "Java::JavafxCss::CssMetaData",
233
+ 'css_parser' => "Java::JavafxCss::CssParser",
234
+ 'declaration' => "Java::JavafxCss::Declaration",
235
+ 'font_css_meta_data' => "Java::JavafxCss::FontCssMetaData",
236
+ 'font_face' => "Java::JavafxCss::FontFace",
237
+ 'match' => "Java::JavafxCss::Match",
238
+ 'parsed_value' => "Java::JavafxCss::ParsedValue",
239
+ 'pseudo_class' => "Java::JavafxCss::PseudoClass",
240
+ 'rule' => "Java::JavafxCss::Rule",
241
+ 'selector' => "Java::JavafxCss::Selector",
242
+ 'simple_selector' => "Java::JavafxCss::SimpleSelector",
243
+ 'simple_styleable_boolean_property' => "Java::JavafxCss::SimpleStyleableBooleanProperty",
244
+ 'simple_styleable_double_property' => "Java::JavafxCss::SimpleStyleableDoubleProperty",
245
+ 'simple_styleable_float_property' => "Java::JavafxCss::SimpleStyleableFloatProperty",
246
+ 'simple_styleable_integer_property' => "Java::JavafxCss::SimpleStyleableIntegerProperty",
247
+ 'simple_styleable_long_property' => "Java::JavafxCss::SimpleStyleableLongProperty",
248
+ 'simple_styleable_object_property' => "Java::JavafxCss::SimpleStyleableObjectProperty",
249
+ 'simple_styleable_string_property' => "Java::JavafxCss::SimpleStyleableStringProperty",
250
+ 'size' => "Java::JavafxCss::Size",
251
+ 'size_units' => "Java::JavafxCss::SizeUnits",
252
+ 'style' => "Java::JavafxCss::Style",
253
+ 'styleable' => "Java::JavafxCss::Styleable",
254
+ 'styleable_boolean_property' => "Java::JavafxCss::StyleableBooleanProperty",
255
+ 'styleable_double_property' => "Java::JavafxCss::StyleableDoubleProperty",
256
+ 'styleable_float_property' => "Java::JavafxCss::StyleableFloatProperty",
257
+ 'styleable_integer_property' => "Java::JavafxCss::StyleableIntegerProperty",
258
+ 'styleable_long_property' => "Java::JavafxCss::StyleableLongProperty",
259
+ 'styleable_object_property' => "Java::JavafxCss::StyleableObjectProperty",
260
+ 'styleable_property' => "Java::JavafxCss::StyleableProperty",
261
+ 'styleable_property_factory' => "Java::JavafxCss::StyleablePropertyFactory",
262
+ 'styleable_string_property' => "Java::JavafxCss::StyleableStringProperty",
263
+ 'style_class' => "Java::JavafxCss::StyleClass",
264
+ 'style_converter' => "Java::JavafxCss::StyleConverter",
265
+ 'style_origin' => "Java::JavafxCss::StyleOrigin",
266
+ 'stylesheet' => "Java::JavafxCss::Stylesheet",
267
+ 'boolean_converter' => "Java::JavafxCssConverter::BooleanConverter",
268
+ 'color_converter' => "Java::JavafxCssConverter::ColorConverter",
269
+ 'cursor_converter' => "Java::JavafxCssConverter::CursorConverter",
270
+ 'derive_color_converter' => "Java::JavafxCssConverter::DeriveColorConverter",
271
+ 'derive_size_converter' => "Java::JavafxCssConverter::DeriveSizeConverter",
272
+ 'duration_converter' => "Java::JavafxCssConverter::DurationConverter",
273
+ 'effect_converter' => "Java::JavafxCssConverter::EffectConverter",
274
+ 'enum_converter' => "Java::JavafxCssConverter::EnumConverter",
275
+ 'font_converter' => "Java::JavafxCssConverter::FontConverter",
276
+ 'insets_converter' => "Java::JavafxCssConverter::InsetsConverter",
277
+ 'ladder_converter' => "Java::JavafxCssConverter::LadderConverter",
278
+ 'paint_converter' => "Java::JavafxCssConverter::PaintConverter",
279
+ 'shape_converter' => "Java::JavafxCssConverter::ShapeConverter",
280
+ 'size_converter' => "Java::JavafxCssConverter::SizeConverter",
281
+ 'stop_converter' => "Java::JavafxCssConverter::StopConverter",
282
+ 'url_converter' => "Java::JavafxCssConverter::URLConverter",
283
+ 'jfx_panel' => "Java::JavafxEmbedSwing::JFXPanel",
284
+ 'swing_fx_utils' => "Java::JavafxEmbedSwing::SwingFXUtils",
285
+ 'swing_node' => "Java::JavafxEmbedSwing::SwingNode",
66
286
  'action_event' => "Java::JavafxEvent::ActionEvent",
287
+ 'event' => "Java::JavafxEvent::Event",
288
+ 'event_dispatch_chain' => "Java::JavafxEvent::EventDispatchChain",
289
+ 'event_dispatcher' => "Java::JavafxEvent::EventDispatcher",
67
290
  'event_handler' => "Java::JavafxEvent::EventHandler",
291
+ 'event_target' => "Java::JavafxEvent::EventTarget",
292
+ 'event_type' => "Java::JavafxEvent::EventType",
293
+ 'weak_event_handler' => "Java::JavafxEvent::WeakEventHandler",
294
+ 'fxml' => "Java::JavafxFxml::FXML",
295
+ 'fxml_loader' => "Java::JavafxFxml::FXMLLoader",
68
296
  'initializable' => "Java::JavafxFxml::Initializable",
297
+ 'java_fx_builder_factory' => "Java::JavafxFxml::JavaFXBuilderFactory",
69
298
  'load_exception' => "Java::JavafxFxml::LoadException",
299
+ 'load_listener' => "Java::JavafxFxml::LoadListener",
300
+ 'bounding_box' => "Java::JavafxGeometry::BoundingBox",
301
+ 'bounds' => "Java::JavafxGeometry::Bounds",
302
+ 'dimension2_d' => "Java::JavafxGeometry::Dimension2D",
70
303
  'horizontal_direction' => "Java::JavafxGeometry::HorizontalDirection",
71
304
  'h_pos' => "Java::JavafxGeometry::HPos",
72
305
  'insets' => "Java::JavafxGeometry::Insets",
306
+ 'node_orientation' => "Java::JavafxGeometry::NodeOrientation",
73
307
  'orientation' => "Java::JavafxGeometry::Orientation",
308
+ 'point2_d' => "Java::JavafxGeometry::Point2D",
309
+ 'point3_d' => "Java::JavafxGeometry::Point3D",
74
310
  'pos' => "Java::JavafxGeometry::Pos",
75
311
  'rectangle2_d' => "Java::JavafxGeometry::Rectangle2D",
76
312
  'side' => "Java::JavafxGeometry::Side",
77
313
  'vertical_direction' => "Java::JavafxGeometry::VerticalDirection",
78
314
  'v_pos' => "Java::JavafxGeometry::VPos",
315
+ 'collation' => "Java::JavafxPrint::Collation",
316
+ 'job_settings' => "Java::JavafxPrint::JobSettings",
317
+ 'page_layout' => "Java::JavafxPrint::PageLayout",
318
+ 'page_orientation' => "Java::JavafxPrint::PageOrientation",
319
+ 'page_range' => "Java::JavafxPrint::PageRange",
320
+ 'paper' => "Java::JavafxPrint::Paper",
321
+ 'paper_source' => "Java::JavafxPrint::PaperSource",
322
+ 'print_color' => "Java::JavafxPrint::PrintColor",
323
+ 'printer' => "Java::JavafxPrint::Printer",
324
+ 'printer_attributes' => "Java::JavafxPrint::PrinterAttributes",
325
+ 'printer_job' => "Java::JavafxPrint::PrinterJob",
326
+ 'print_quality' => "Java::JavafxPrint::PrintQuality",
327
+ 'print_resolution' => "Java::JavafxPrint::PrintResolution",
328
+ 'print_sides' => "Java::JavafxPrint::PrintSides",
329
+ 'accessible_action' => "Java::JavafxScene::AccessibleAction",
330
+ 'accessible_attribute' => "Java::JavafxScene::AccessibleAttribute",
331
+ 'accessible_role' => "Java::JavafxScene::AccessibleRole",
332
+ 'ambient_light' => "Java::JavafxScene::AmbientLight",
333
+ 'cache_hint' => "Java::JavafxScene::CacheHint",
334
+ 'camera' => "Java::JavafxScene::Camera",
335
+ 'cursor' => "Java::JavafxScene::Cursor",
336
+ 'depth_test' => "Java::JavafxScene::DepthTest",
79
337
  'group' => "Java::JavafxScene::Group",
338
+ 'image_cursor' => "Java::JavafxScene::ImageCursor",
339
+ 'light_base' => "Java::JavafxScene::LightBase",
80
340
  'node' => "Java::JavafxScene::Node",
341
+ 'parallel_camera' => "Java::JavafxScene::ParallelCamera",
81
342
  'parent' => "Java::JavafxScene::Parent",
343
+ 'perspective_camera' => "Java::JavafxScene::PerspectiveCamera",
344
+ 'point_light' => "Java::JavafxScene::PointLight",
82
345
  'scene' => "Java::JavafxScene::Scene",
346
+ 'scene_antialiasing' => "Java::JavafxScene::SceneAntialiasing",
347
+ 'snapshot_parameters' => "Java::JavafxScene::SnapshotParameters",
348
+ 'snapshot_result' => "Java::JavafxScene::SnapshotResult",
349
+ 'sub_scene' => "Java::JavafxScene::SubScene",
83
350
  'canvas' => "Java::JavafxSceneCanvas::Canvas",
351
+ 'graphics_context' => "Java::JavafxSceneCanvas::GraphicsContext",
84
352
  'area_chart' => "Java::JavafxSceneChart::AreaChart",
85
353
  'axis' => "Java::JavafxSceneChart::Axis",
86
354
  'bar_chart' => "Java::JavafxSceneChart::BarChart",
@@ -96,23 +364,43 @@ module JRubyFX
96
364
  'value_axis' => "Java::JavafxSceneChart::ValueAxis",
97
365
  'xy_chart' => "Java::JavafxSceneChart::XYChart",
98
366
  'accordion' => "Java::JavafxSceneControl::Accordion",
367
+ 'alert' => "Java::JavafxSceneControl::Alert",
99
368
  'button' => "Java::JavafxSceneControl::Button",
369
+ 'button_bar' => "Java::JavafxSceneControl::ButtonBar",
370
+ 'button_base' => "Java::JavafxSceneControl::ButtonBase",
371
+ 'button_type' => "Java::JavafxSceneControl::ButtonType",
100
372
  'cell' => "Java::JavafxSceneControl::Cell",
101
373
  'check_box' => "Java::JavafxSceneControl::CheckBox",
102
374
  'check_box_tree_item' => "Java::JavafxSceneControl::CheckBoxTreeItem",
103
375
  'check_menu_item' => "Java::JavafxSceneControl::CheckMenuItem",
104
376
  'choice_box' => "Java::JavafxSceneControl::ChoiceBox",
377
+ 'choice_dialog' => "Java::JavafxSceneControl::ChoiceDialog",
105
378
  'color_picker' => "Java::JavafxSceneControl::ColorPicker",
106
379
  'combo_box' => "Java::JavafxSceneControl::ComboBox",
380
+ 'combo_box_base' => "Java::JavafxSceneControl::ComboBoxBase",
381
+ 'content_display' => "Java::JavafxSceneControl::ContentDisplay",
107
382
  'context_menu' => "Java::JavafxSceneControl::ContextMenu",
383
+ 'control' => "Java::JavafxSceneControl::Control",
384
+ 'custom_menu_item' => "Java::JavafxSceneControl::CustomMenuItem",
385
+ 'date_cell' => "Java::JavafxSceneControl::DateCell",
386
+ 'date_picker' => "Java::JavafxSceneControl::DatePicker",
387
+ 'dialog' => "Java::JavafxSceneControl::Dialog",
388
+ 'dialog_event' => "Java::JavafxSceneControl::DialogEvent",
389
+ 'dialog_pane' => "Java::JavafxSceneControl::DialogPane",
390
+ 'focus_model' => "Java::JavafxSceneControl::FocusModel",
108
391
  'hyperlink' => "Java::JavafxSceneControl::Hyperlink",
392
+ 'indexed_cell' => "Java::JavafxSceneControl::IndexedCell",
393
+ 'index_range' => "Java::JavafxSceneControl::IndexRange",
109
394
  'label' => "Java::JavafxSceneControl::Label",
395
+ 'labeled' => "Java::JavafxSceneControl::Labeled",
110
396
  'list_cell' => "Java::JavafxSceneControl::ListCell",
111
397
  'list_view' => "Java::JavafxSceneControl::ListView",
112
398
  'menu' => "Java::JavafxSceneControl::Menu",
113
399
  'menu_bar' => "Java::JavafxSceneControl::MenuBar",
114
400
  'menu_button' => "Java::JavafxSceneControl::MenuButton",
115
401
  'menu_item' => "Java::JavafxSceneControl::MenuItem",
402
+ 'multiple_selection_model' => "Java::JavafxSceneControl::MultipleSelectionModel",
403
+ 'overrun_style' => "Java::JavafxSceneControl::OverrunStyle",
116
404
  'pagination' => "Java::JavafxSceneControl::Pagination",
117
405
  'password_field' => "Java::JavafxSceneControl::PasswordField",
118
406
  'popup_control' => "Java::JavafxSceneControl::PopupControl",
@@ -120,31 +408,132 @@ module JRubyFX
120
408
  'progress_indicator' => "Java::JavafxSceneControl::ProgressIndicator",
121
409
  'radio_button' => "Java::JavafxSceneControl::RadioButton",
122
410
  'radio_menu_item' => "Java::JavafxSceneControl::RadioMenuItem",
411
+ 'resize_features_base' => "Java::JavafxSceneControl::ResizeFeaturesBase",
123
412
  'scroll_bar' => "Java::JavafxSceneControl::ScrollBar",
124
413
  'scroll_pane' => "Java::JavafxSceneControl::ScrollPane",
414
+ 'scroll_to_event' => "Java::JavafxSceneControl::ScrollToEvent",
415
+ 'selection_mode' => "Java::JavafxSceneControl::SelectionMode",
416
+ 'selection_model' => "Java::JavafxSceneControl::SelectionModel",
125
417
  'separator' => "Java::JavafxSceneControl::Separator",
126
418
  'separator_menu_item' => "Java::JavafxSceneControl::SeparatorMenuItem",
419
+ 'single_selection_model' => "Java::JavafxSceneControl::SingleSelectionModel",
420
+ 'skin' => "Java::JavafxSceneControl::Skin",
421
+ 'skin_base' => "Java::JavafxSceneControl::SkinBase",
422
+ 'skinnable' => "Java::JavafxSceneControl::Skinnable",
127
423
  'slider' => "Java::JavafxSceneControl::Slider",
424
+ 'sort_event' => "Java::JavafxSceneControl::SortEvent",
425
+ 'spinner' => "Java::JavafxSceneControl::Spinner",
426
+ 'spinner_value_factory' => "Java::JavafxSceneControl::SpinnerValueFactory",
128
427
  'split_menu_button' => "Java::JavafxSceneControl::SplitMenuButton",
129
428
  'split_pane' => "Java::JavafxSceneControl::SplitPane",
130
429
  'tab' => "Java::JavafxSceneControl::Tab",
131
- 'table_view' => "Java::JavafxSceneControl::TableView",
132
430
  'table_cell' => "Java::JavafxSceneControl::TableCell",
133
431
  'table_column' => "Java::JavafxSceneControl::TableColumn",
432
+ 'table_column_base' => "Java::JavafxSceneControl::TableColumnBase",
433
+ 'table_focus_model' => "Java::JavafxSceneControl::TableFocusModel",
434
+ 'table_position' => "Java::JavafxSceneControl::TablePosition",
435
+ 'table_position_base' => "Java::JavafxSceneControl::TablePositionBase",
436
+ 'table_row' => "Java::JavafxSceneControl::TableRow",
437
+ 'table_selection_model' => "Java::JavafxSceneControl::TableSelectionModel",
438
+ 'table_view' => "Java::JavafxSceneControl::TableView",
134
439
  'tab_pane' => "Java::JavafxSceneControl::TabPane",
135
440
  'text_area' => "Java::JavafxSceneControl::TextArea",
136
441
  'text_field' => "Java::JavafxSceneControl::TextField",
442
+ 'text_formatter' => "Java::JavafxSceneControl::TextFormatter",
443
+ 'text_input_control' => "Java::JavafxSceneControl::TextInputControl",
444
+ 'text_input_dialog' => "Java::JavafxSceneControl::TextInputDialog",
137
445
  'titled_pane' => "Java::JavafxSceneControl::TitledPane",
446
+ 'toggle' => "Java::JavafxSceneControl::Toggle",
138
447
  'toggle_button' => "Java::JavafxSceneControl::ToggleButton",
139
448
  'toggle_group' => "Java::JavafxSceneControl::ToggleGroup",
140
449
  'tool_bar' => "Java::JavafxSceneControl::ToolBar",
141
450
  'tooltip' => "Java::JavafxSceneControl::Tooltip",
142
451
  'tree_cell' => "Java::JavafxSceneControl::TreeCell",
143
452
  'tree_item' => "Java::JavafxSceneControl::TreeItem",
453
+ 'tree_sort_mode' => "Java::JavafxSceneControl::TreeSortMode",
454
+ 'tree_table_cell' => "Java::JavafxSceneControl::TreeTableCell",
455
+ 'tree_table_column' => "Java::JavafxSceneControl::TreeTableColumn",
456
+ 'tree_table_position' => "Java::JavafxSceneControl::TreeTablePosition",
457
+ 'tree_table_row' => "Java::JavafxSceneControl::TreeTableRow",
458
+ 'tree_table_view' => "Java::JavafxSceneControl::TreeTableView",
144
459
  'tree_view' => "Java::JavafxSceneControl::TreeView",
145
- 'content_display' => "Java::JavafxSceneControl::ContentDisplay",
146
- 'overrun_style' => "Java::JavafxSceneControl::OverrunStyle",
147
- 'selection_mode' => "Java::JavafxSceneControl::SelectionMode",
460
+ 'check_box_list_cell' => "Java::JavafxSceneControlCell::CheckBoxListCell",
461
+ 'check_box_table_cell' => "Java::JavafxSceneControlCell::CheckBoxTableCell",
462
+ 'check_box_tree_cell' => "Java::JavafxSceneControlCell::CheckBoxTreeCell",
463
+ 'check_box_tree_table_cell' => "Java::JavafxSceneControlCell::CheckBoxTreeTableCell",
464
+ 'choice_box_list_cell' => "Java::JavafxSceneControlCell::ChoiceBoxListCell",
465
+ 'choice_box_table_cell' => "Java::JavafxSceneControlCell::ChoiceBoxTableCell",
466
+ 'choice_box_tree_cell' => "Java::JavafxSceneControlCell::ChoiceBoxTreeCell",
467
+ 'choice_box_tree_table_cell' => "Java::JavafxSceneControlCell::ChoiceBoxTreeTableCell",
468
+ 'combo_box_list_cell' => "Java::JavafxSceneControlCell::ComboBoxListCell",
469
+ 'combo_box_table_cell' => "Java::JavafxSceneControlCell::ComboBoxTableCell",
470
+ 'combo_box_tree_cell' => "Java::JavafxSceneControlCell::ComboBoxTreeCell",
471
+ 'combo_box_tree_table_cell' => "Java::JavafxSceneControlCell::ComboBoxTreeTableCell",
472
+ 'map_value_factory' => "Java::JavafxSceneControlCell::MapValueFactory",
473
+ 'progress_bar_table_cell' => "Java::JavafxSceneControlCell::ProgressBarTableCell",
474
+ 'progress_bar_tree_table_cell' => "Java::JavafxSceneControlCell::ProgressBarTreeTableCell",
475
+ 'property_value_factory' => "Java::JavafxSceneControlCell::PropertyValueFactory",
476
+ 'text_field_list_cell' => "Java::JavafxSceneControlCell::TextFieldListCell",
477
+ 'text_field_table_cell' => "Java::JavafxSceneControlCell::TextFieldTableCell",
478
+ 'text_field_tree_cell' => "Java::JavafxSceneControlCell::TextFieldTreeCell",
479
+ 'text_field_tree_table_cell' => "Java::JavafxSceneControlCell::TextFieldTreeTableCell",
480
+ 'tree_item_property_value_factory' => "Java::JavafxSceneControlCell::TreeItemPropertyValueFactory",
481
+ 'accordion_skin' => "Java::JavafxSceneControlSkin::AccordionSkin",
482
+ 'button_bar_skin' => "Java::JavafxSceneControlSkin::ButtonBarSkin",
483
+ 'button_skin' => "Java::JavafxSceneControlSkin::ButtonSkin",
484
+ 'cell_skin_base' => "Java::JavafxSceneControlSkin::CellSkinBase",
485
+ 'check_box_skin' => "Java::JavafxSceneControlSkin::CheckBoxSkin",
486
+ 'choice_box_skin' => "Java::JavafxSceneControlSkin::ChoiceBoxSkin",
487
+ 'color_picker_skin' => "Java::JavafxSceneControlSkin::ColorPickerSkin",
488
+ 'combo_box_base_skin' => "Java::JavafxSceneControlSkin::ComboBoxBaseSkin",
489
+ 'combo_box_list_view_skin' => "Java::JavafxSceneControlSkin::ComboBoxListViewSkin",
490
+ 'combo_box_popup_control' => "Java::JavafxSceneControlSkin::ComboBoxPopupControl",
491
+ 'context_menu_skin' => "Java::JavafxSceneControlSkin::ContextMenuSkin",
492
+ 'date_cell_skin' => "Java::JavafxSceneControlSkin::DateCellSkin",
493
+ 'date_picker_skin' => "Java::JavafxSceneControlSkin::DatePickerSkin",
494
+ 'hyperlink_skin' => "Java::JavafxSceneControlSkin::HyperlinkSkin",
495
+ 'labeled_skin_base' => "Java::JavafxSceneControlSkin::LabeledSkinBase",
496
+ 'label_skin' => "Java::JavafxSceneControlSkin::LabelSkin",
497
+ 'list_cell_skin' => "Java::JavafxSceneControlSkin::ListCellSkin",
498
+ 'list_view_skin' => "Java::JavafxSceneControlSkin::ListViewSkin",
499
+ 'menu_bar_skin' => "Java::JavafxSceneControlSkin::MenuBarSkin",
500
+ 'menu_button_skin' => "Java::JavafxSceneControlSkin::MenuButtonSkin",
501
+ 'menu_button_skin_base' => "Java::JavafxSceneControlSkin::MenuButtonSkinBase",
502
+ 'nested_table_column_header' => "Java::JavafxSceneControlSkin::NestedTableColumnHeader",
503
+ 'pagination_skin' => "Java::JavafxSceneControlSkin::PaginationSkin",
504
+ 'progress_bar_skin' => "Java::JavafxSceneControlSkin::ProgressBarSkin",
505
+ 'progress_indicator_skin' => "Java::JavafxSceneControlSkin::ProgressIndicatorSkin",
506
+ 'radio_button_skin' => "Java::JavafxSceneControlSkin::RadioButtonSkin",
507
+ 'scroll_bar_skin' => "Java::JavafxSceneControlSkin::ScrollBarSkin",
508
+ 'scroll_pane_skin' => "Java::JavafxSceneControlSkin::ScrollPaneSkin",
509
+ 'separator_skin' => "Java::JavafxSceneControlSkin::SeparatorSkin",
510
+ 'slider_skin' => "Java::JavafxSceneControlSkin::SliderSkin",
511
+ 'spinner_skin' => "Java::JavafxSceneControlSkin::SpinnerSkin",
512
+ 'split_menu_button_skin' => "Java::JavafxSceneControlSkin::SplitMenuButtonSkin",
513
+ 'split_pane_skin' => "Java::JavafxSceneControlSkin::SplitPaneSkin",
514
+ 'table_cell_skin' => "Java::JavafxSceneControlSkin::TableCellSkin",
515
+ 'table_cell_skin_base' => "Java::JavafxSceneControlSkin::TableCellSkinBase",
516
+ 'table_column_header' => "Java::JavafxSceneControlSkin::TableColumnHeader",
517
+ 'table_header_row' => "Java::JavafxSceneControlSkin::TableHeaderRow",
518
+ 'table_row_skin' => "Java::JavafxSceneControlSkin::TableRowSkin",
519
+ 'table_row_skin_base' => "Java::JavafxSceneControlSkin::TableRowSkinBase",
520
+ 'table_view_skin' => "Java::JavafxSceneControlSkin::TableViewSkin",
521
+ 'table_view_skin_base' => "Java::JavafxSceneControlSkin::TableViewSkinBase",
522
+ 'tab_pane_skin' => "Java::JavafxSceneControlSkin::TabPaneSkin",
523
+ 'text_area_skin' => "Java::JavafxSceneControlSkin::TextAreaSkin",
524
+ 'text_field_skin' => "Java::JavafxSceneControlSkin::TextFieldSkin",
525
+ 'text_input_control_skin' => "Java::JavafxSceneControlSkin::TextInputControlSkin",
526
+ 'titled_pane_skin' => "Java::JavafxSceneControlSkin::TitledPaneSkin",
527
+ 'toggle_button_skin' => "Java::JavafxSceneControlSkin::ToggleButtonSkin",
528
+ 'tool_bar_skin' => "Java::JavafxSceneControlSkin::ToolBarSkin",
529
+ 'tooltip_skin' => "Java::JavafxSceneControlSkin::TooltipSkin",
530
+ 'tree_cell_skin' => "Java::JavafxSceneControlSkin::TreeCellSkin",
531
+ 'tree_table_cell_skin' => "Java::JavafxSceneControlSkin::TreeTableCellSkin",
532
+ 'tree_table_row_skin' => "Java::JavafxSceneControlSkin::TreeTableRowSkin",
533
+ 'tree_table_view_skin' => "Java::JavafxSceneControlSkin::TreeTableViewSkin",
534
+ 'tree_view_skin' => "Java::JavafxSceneControlSkin::TreeViewSkin",
535
+ 'virtual_container_base' => "Java::JavafxSceneControlSkin::VirtualContainerBase",
536
+ 'virtual_flow' => "Java::JavafxSceneControlSkin::VirtualFlow",
148
537
  'blend' => "Java::JavafxSceneEffect::Blend",
149
538
  'blend_mode' => "Java::JavafxSceneEffect::BlendMode",
150
539
  'bloom' => "Java::JavafxSceneEffect::Bloom",
@@ -154,10 +543,13 @@ module JRubyFX
154
543
  'color_input' => "Java::JavafxSceneEffect::ColorInput",
155
544
  'displacement_map' => "Java::JavafxSceneEffect::DisplacementMap",
156
545
  'drop_shadow' => "Java::JavafxSceneEffect::DropShadow",
546
+ 'effect' => "Java::JavafxSceneEffect::Effect",
547
+ 'float_map' => "Java::JavafxSceneEffect::FloatMap",
157
548
  'gaussian_blur' => "Java::JavafxSceneEffect::GaussianBlur",
158
549
  'glow' => "Java::JavafxSceneEffect::Glow",
159
550
  'image_input' => "Java::JavafxSceneEffect::ImageInput",
160
551
  'inner_shadow' => "Java::JavafxSceneEffect::InnerShadow",
552
+ 'light' => "Java::JavafxSceneEffect::Light",
161
553
  'lighting' => "Java::JavafxSceneEffect::Lighting",
162
554
  'motion_blur' => "Java::JavafxSceneEffect::MotionBlur",
163
555
  'perspective_transform' => "Java::JavafxSceneEffect::PerspectiveTransform",
@@ -166,70 +558,111 @@ module JRubyFX
166
558
  'shadow' => "Java::JavafxSceneEffect::Shadow",
167
559
  'image' => "Java::JavafxSceneImage::Image",
168
560
  'image_view' => "Java::JavafxSceneImage::ImageView",
561
+ 'pixel_format' => "Java::JavafxSceneImage::PixelFormat",
169
562
  'pixel_reader' => "Java::JavafxSceneImage::PixelReader",
170
563
  'pixel_writer' => "Java::JavafxSceneImage::PixelWriter",
564
+ 'writable_image' => "Java::JavafxSceneImage::WritableImage",
565
+ 'writable_pixel_format' => "Java::JavafxSceneImage::WritablePixelFormat",
171
566
  'clipboard' => "Java::JavafxSceneInput::Clipboard",
172
567
  'clipboard_content' => "Java::JavafxSceneInput::ClipboardContent",
173
568
  'context_menu_event' => "Java::JavafxSceneInput::ContextMenuEvent",
569
+ 'data_format' => "Java::JavafxSceneInput::DataFormat",
570
+ 'dragboard' => "Java::JavafxSceneInput::Dragboard",
174
571
  'drag_event' => "Java::JavafxSceneInput::DragEvent",
175
572
  'gesture_event' => "Java::JavafxSceneInput::GestureEvent",
176
573
  'input_event' => "Java::JavafxSceneInput::InputEvent",
177
574
  'input_method_event' => "Java::JavafxSceneInput::InputMethodEvent",
575
+ 'input_method_highlight' => "Java::JavafxSceneInput::InputMethodHighlight",
576
+ 'input_method_requests' => "Java::JavafxSceneInput::InputMethodRequests",
577
+ 'input_method_text_run' => "Java::JavafxSceneInput::InputMethodTextRun",
578
+ 'key_character_combination' => "Java::JavafxSceneInput::KeyCharacterCombination",
178
579
  'key_code' => "Java::JavafxSceneInput::KeyCode",
580
+ 'key_code_combination' => "Java::JavafxSceneInput::KeyCodeCombination",
581
+ 'key_combination' => "Java::JavafxSceneInput::KeyCombination",
179
582
  'key_event' => "Java::JavafxSceneInput::KeyEvent",
180
583
  'mnemonic' => "Java::JavafxSceneInput::Mnemonic",
181
584
  'mouse_button' => "Java::JavafxSceneInput::MouseButton",
182
585
  'mouse_drag_event' => "Java::JavafxSceneInput::MouseDragEvent",
183
586
  'mouse_event' => "Java::JavafxSceneInput::MouseEvent",
587
+ 'pick_result' => "Java::JavafxSceneInput::PickResult",
184
588
  'rotate_event' => "Java::JavafxSceneInput::RotateEvent",
185
589
  'scroll_event' => "Java::JavafxSceneInput::ScrollEvent",
186
590
  'swipe_event' => "Java::JavafxSceneInput::SwipeEvent",
187
591
  'touch_event' => "Java::JavafxSceneInput::TouchEvent",
592
+ 'touch_point' => "Java::JavafxSceneInput::TouchPoint",
188
593
  'transfer_mode' => "Java::JavafxSceneInput::TransferMode",
189
594
  'zoom_event' => "Java::JavafxSceneInput::ZoomEvent",
190
595
  'anchor_pane' => "Java::JavafxSceneLayout::AnchorPane",
596
+ 'background' => "Java::JavafxSceneLayout::Background",
597
+ 'background_fill' => "Java::JavafxSceneLayout::BackgroundFill",
598
+ 'background_image' => "Java::JavafxSceneLayout::BackgroundImage",
599
+ 'background_position' => "Java::JavafxSceneLayout::BackgroundPosition",
600
+ 'background_repeat' => "Java::JavafxSceneLayout::BackgroundRepeat",
601
+ 'background_size' => "Java::JavafxSceneLayout::BackgroundSize",
602
+ 'border' => "Java::JavafxSceneLayout::Border",
603
+ 'border_image' => "Java::JavafxSceneLayout::BorderImage",
191
604
  'border_pane' => "Java::JavafxSceneLayout::BorderPane",
605
+ 'border_repeat' => "Java::JavafxSceneLayout::BorderRepeat",
606
+ 'border_stroke' => "Java::JavafxSceneLayout::BorderStroke",
607
+ 'border_stroke_style' => "Java::JavafxSceneLayout::BorderStrokeStyle",
608
+ 'border_widths' => "Java::JavafxSceneLayout::BorderWidths",
192
609
  'column_constraints' => "Java::JavafxSceneLayout::ColumnConstraints",
610
+ 'constraints_base' => "Java::JavafxSceneLayout::ConstraintsBase",
611
+ 'corner_radii' => "Java::JavafxSceneLayout::CornerRadii",
193
612
  'flow_pane' => "Java::JavafxSceneLayout::FlowPane",
194
613
  'grid_pane' => "Java::JavafxSceneLayout::GridPane",
195
614
  'hbox' => "Java::JavafxSceneLayout::HBox",
196
615
  'pane' => "Java::JavafxSceneLayout::Pane",
197
616
  'priority' => "Java::JavafxSceneLayout::Priority",
617
+ 'region' => "Java::JavafxSceneLayout::Region",
198
618
  'row_constraints' => "Java::JavafxSceneLayout::RowConstraints",
199
619
  'stack_pane' => "Java::JavafxSceneLayout::StackPane",
200
620
  'tile_pane' => "Java::JavafxSceneLayout::TilePane",
201
621
  'vbox' => "Java::JavafxSceneLayout::VBox",
202
622
  'audio_clip' => "Java::JavafxSceneMedia::AudioClip",
203
623
  'audio_equalizer' => "Java::JavafxSceneMedia::AudioEqualizer",
624
+ 'audio_spectrum_listener' => "Java::JavafxSceneMedia::AudioSpectrumListener",
204
625
  'audio_track' => "Java::JavafxSceneMedia::AudioTrack",
205
626
  'equalizer_band' => "Java::JavafxSceneMedia::EqualizerBand",
206
627
  'media' => "Java::JavafxSceneMedia::Media",
207
- 'media_exception' => "Java::JavafxSceneMedia::MediaException",
208
628
  'media_error_event' => "Java::JavafxSceneMedia::MediaErrorEvent",
629
+ 'media_exception' => "Java::JavafxSceneMedia::MediaException",
209
630
  'media_marker_event' => "Java::JavafxSceneMedia::MediaMarkerEvent",
210
631
  'media_player' => "Java::JavafxSceneMedia::MediaPlayer",
211
632
  'media_view' => "Java::JavafxSceneMedia::MediaView",
633
+ 'subtitle_track' => "Java::JavafxSceneMedia::SubtitleTrack",
634
+ 'track' => "Java::JavafxSceneMedia::Track",
212
635
  'video_track' => "Java::JavafxSceneMedia::VideoTrack",
213
636
  'color' => "Java::JavafxScenePaint::Color",
214
637
  'cycle_method' => "Java::JavafxScenePaint::CycleMethod",
215
638
  'image_pattern' => "Java::JavafxScenePaint::ImagePattern",
216
639
  'linear_gradient' => "Java::JavafxScenePaint::LinearGradient",
640
+ 'material' => "Java::JavafxScenePaint::Material",
217
641
  'paint' => "Java::JavafxScenePaint::Paint",
642
+ 'phong_material' => "Java::JavafxScenePaint::PhongMaterial",
218
643
  'radial_gradient' => "Java::JavafxScenePaint::RadialGradient",
219
644
  'stop' => "Java::JavafxScenePaint::Stop",
645
+ 'robot' => "Java::JavafxSceneRobot::Robot",
220
646
  'arc' => "Java::JavafxSceneShape::Arc",
221
647
  'arc_to' => "Java::JavafxSceneShape::ArcTo",
222
648
  'arc_type' => "Java::JavafxSceneShape::ArcType",
649
+ 'box' => "Java::JavafxSceneShape::Box",
223
650
  'circle' => "Java::JavafxSceneShape::Circle",
224
651
  'close_path' => "Java::JavafxSceneShape::ClosePath",
225
652
  'cubic_curve' => "Java::JavafxSceneShape::CubicCurve",
226
653
  'cubic_curve_to' => "Java::JavafxSceneShape::CubicCurveTo",
654
+ 'cull_face' => "Java::JavafxSceneShape::CullFace",
655
+ 'cylinder' => "Java::JavafxSceneShape::Cylinder",
656
+ 'draw_mode' => "Java::JavafxSceneShape::DrawMode",
227
657
  'ellipse' => "Java::JavafxSceneShape::Ellipse",
228
658
  'fill_rule' => "Java::JavafxSceneShape::FillRule",
229
659
  'hline_to' => "Java::JavafxSceneShape::HLineTo",
230
660
  'line' => "Java::JavafxSceneShape::Line",
231
661
  'line_to' => "Java::JavafxSceneShape::LineTo",
662
+ 'mesh' => "Java::JavafxSceneShape::Mesh",
663
+ 'mesh_view' => "Java::JavafxSceneShape::MeshView",
232
664
  'move_to' => "Java::JavafxSceneShape::MoveTo",
665
+ 'observable_face_array' => "Java::JavafxSceneShape::ObservableFaceArray",
233
666
  'path' => "Java::JavafxSceneShape::Path",
234
667
  'path_element' => "Java::JavafxSceneShape::PathElement",
235
668
  'polygon' => "Java::JavafxSceneShape::Polygon",
@@ -238,25 +671,42 @@ module JRubyFX
238
671
  'quad_curve_to' => "Java::JavafxSceneShape::QuadCurveTo",
239
672
  'rectangle' => "Java::JavafxSceneShape::Rectangle",
240
673
  'shape' => "Java::JavafxSceneShape::Shape",
674
+ 'shape3_d' => "Java::JavafxSceneShape::Shape3D",
675
+ 'sphere' => "Java::JavafxSceneShape::Sphere",
241
676
  'stroke_line_cap' => "Java::JavafxSceneShape::StrokeLineCap",
242
677
  'stroke_line_join' => "Java::JavafxSceneShape::StrokeLineJoin",
243
678
  'stroke_type' => "Java::JavafxSceneShape::StrokeType",
244
679
  'svg_path' => "Java::JavafxSceneShape::SVGPath",
680
+ 'triangle_mesh' => "Java::JavafxSceneShape::TriangleMesh",
681
+ 'vertex_format' => "Java::JavafxSceneShape::VertexFormat",
245
682
  'vline_to' => "Java::JavafxSceneShape::VLineTo",
246
683
  'font' => "Java::JavafxSceneText::Font",
247
684
  'font_posture' => "Java::JavafxSceneText::FontPosture",
248
685
  'font_smoothing_type' => "Java::JavafxSceneText::FontSmoothingType",
249
686
  'font_weight' => "Java::JavafxSceneText::FontWeight",
687
+ 'hit_info' => "Java::JavafxSceneText::HitInfo",
250
688
  'text' => "Java::JavafxSceneText::Text",
251
689
  'text_alignment' => "Java::JavafxSceneText::TextAlignment",
252
690
  'text_bounds_type' => "Java::JavafxSceneText::TextBoundsType",
691
+ 'text_flow' => "Java::JavafxSceneText::TextFlow",
253
692
  'affine' => "Java::JavafxSceneTransform::Affine",
693
+ 'matrix_type' => "Java::JavafxSceneTransform::MatrixType",
694
+ 'non_invertible_transform_exception' => "Java::JavafxSceneTransform::NonInvertibleTransformException",
254
695
  'rotate' => "Java::JavafxSceneTransform::Rotate",
255
696
  'scale' => "Java::JavafxSceneTransform::Scale",
256
697
  'shear' => "Java::JavafxSceneTransform::Shear",
698
+ 'transform' => "Java::JavafxSceneTransform::Transform",
699
+ 'transform_changed_event' => "Java::JavafxSceneTransform::TransformChangedEvent",
257
700
  'translate' => "Java::JavafxSceneTransform::Translate",
258
- 'web_view' => "Java::JavafxSceneWeb::WebView",
259
701
  'html_editor' => "Java::JavafxSceneWeb::HTMLEditor",
702
+ 'html_editor_skin' => "Java::JavafxSceneWeb::HTMLEditorSkin",
703
+ 'popup_features' => "Java::JavafxSceneWeb::PopupFeatures",
704
+ 'prompt_data' => "Java::JavafxSceneWeb::PromptData",
705
+ 'web_engine' => "Java::JavafxSceneWeb::WebEngine",
706
+ 'web_error_event' => "Java::JavafxSceneWeb::WebErrorEvent",
707
+ 'web_event' => "Java::JavafxSceneWeb::WebEvent",
708
+ 'web_history' => "Java::JavafxSceneWeb::WebHistory",
709
+ 'web_view' => "Java::JavafxSceneWeb::WebView",
260
710
  'directory_chooser' => "Java::JavafxStage::DirectoryChooser",
261
711
  'file_chooser' => "Java::JavafxStage::FileChooser",
262
712
  'modality' => "Java::JavafxStage::Modality",
@@ -267,7 +717,34 @@ module JRubyFX
267
717
  'stage_style' => "Java::JavafxStage::StageStyle",
268
718
  'window' => "Java::JavafxStage::Window",
269
719
  'window_event' => "Java::JavafxStage::WindowEvent",
720
+ 'builder' => "Java::JavafxUtil::Builder",
721
+ 'builder_factory' => "Java::JavafxUtil::BuilderFactory",
722
+ 'callback' => "Java::JavafxUtil::Callback",
270
723
  'duration' => "Java::JavafxUtil::Duration",
724
+ 'fx_permission' => "Java::JavafxUtil::FXPermission",
725
+ 'pair' => "Java::JavafxUtil::Pair",
726
+ 'string_converter' => "Java::JavafxUtil::StringConverter",
727
+ 'big_decimal_string_converter' => "Java::JavafxUtilConverter::BigDecimalStringConverter",
728
+ 'big_integer_string_converter' => "Java::JavafxUtilConverter::BigIntegerStringConverter",
729
+ 'boolean_string_converter' => "Java::JavafxUtilConverter::BooleanStringConverter",
730
+ 'byte_string_converter' => "Java::JavafxUtilConverter::ByteStringConverter",
731
+ 'character_string_converter' => "Java::JavafxUtilConverter::CharacterStringConverter",
732
+ 'currency_string_converter' => "Java::JavafxUtilConverter::CurrencyStringConverter",
733
+ 'date_string_converter' => "Java::JavafxUtilConverter::DateStringConverter",
734
+ 'date_time_string_converter' => "Java::JavafxUtilConverter::DateTimeStringConverter",
735
+ 'default_string_converter' => "Java::JavafxUtilConverter::DefaultStringConverter",
736
+ 'double_string_converter' => "Java::JavafxUtilConverter::DoubleStringConverter",
737
+ 'float_string_converter' => "Java::JavafxUtilConverter::FloatStringConverter",
738
+ 'format_string_converter' => "Java::JavafxUtilConverter::FormatStringConverter",
739
+ 'integer_string_converter' => "Java::JavafxUtilConverter::IntegerStringConverter",
740
+ 'local_date_string_converter' => "Java::JavafxUtilConverter::LocalDateStringConverter",
741
+ 'local_date_time_string_converter' => "Java::JavafxUtilConverter::LocalDateTimeStringConverter",
742
+ 'local_time_string_converter' => "Java::JavafxUtilConverter::LocalTimeStringConverter",
743
+ 'long_string_converter' => "Java::JavafxUtilConverter::LongStringConverter",
744
+ 'number_string_converter' => "Java::JavafxUtilConverter::NumberStringConverter",
745
+ 'percentage_string_converter' => "Java::JavafxUtilConverter::PercentageStringConverter",
746
+ 'short_string_converter' => "Java::JavafxUtilConverter::ShortStringConverter",
747
+ 'time_string_converter' => "Java::JavafxUtilConverter::TimeStringConverter",
271
748
  }
272
749
  end
273
750
  end