Gabriel95 / scalafx

Automatically exported from code.google.com/p/scalafx
Other
0 stars 0 forks source link

Missing wrapper for javafx.scene.input.InputMethodRequests #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
it is currently used in the following code:

scalafx.scene.Node
194: def inputMethodRequests_=(v: jfxsi.InputMethodRequests) {  

Original issue reported on code.google.com by Alain.Fa...@gmail.com on 22 Mar 2013 at 2:32

GoogleCodeExporter commented 8 years ago
Change from Defect to Enhancement, as all other missing wrappers.

Original comment by Alain.Fa...@gmail.com on 2 Apr 2013 at 5:04

GoogleCodeExporter commented 8 years ago
This is an interface to be implemented by the nodes that have to work with 
input methods.
There is little we can do there.

Original comment by Alain.Fa...@gmail.com on 14 Apr 2013 at 10:05

GoogleCodeExporter commented 8 years ago
These are interfaces mainly used internally by JavaFX.

Original comment by Alain.Fa...@gmail.com on 26 Apr 2013 at 11:11