Gabriel95 / scalafx

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

Missing wrapper for javafx.event.EventTarget #50

Closed GoogleCodeExporter closed 8 years ago

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

scalafx.scene.input.TouchPoint
79: def belongsTo(target: jfxe.EventTarget) = delegate.belongsTo(target) 
89: def grab(target: jfxe.EventTarget) = delegate.grab(target)  

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

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
It would make little sense to wrap these three interfaces, since they are 
implemented by some classes which are already wrapped.

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

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