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) =
Comment #1
Posted on Apr 2, 2013 by Happy RhinoChange from Defect to Enhancement, as all other missing wrappers.
Comment #2
Posted on Apr 14, 2013 by Happy RhinoIt would make little sense to wrap these three interfaces, since they are implemented by some classes which are already wrapped.
Comment #3
Posted on Apr 26, 2013 by Happy RhinoThese are interfaces mainly used internally by JavaFX.
Status: WontFix
Labels:
Priority-Medium
Type-Enhancement