Gabriel95 / scalafx

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

Missing wrapper for javafx.event.EventDispatchChain #49

Closed GoogleCodeExporter closed 8 years ago

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

scalafx.scene.control.MenuItem
149: def buildEventDispatchChain(tail: jfxe.EventDispatchChain) = 
delegate.buildEventDispatchChain(tail)  
scalafx.scene.control.TableColumn
405: def buildEventDispatchChain(tail: jfxe.EventDispatchChain) = 
delegate.buildEventDispatchChain(tail)  
scalafx.scene.control.TreeItem
258: def buildEventDispatchChain(tail: jfxe.EventDispatchChain) = 

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

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