Gabriel95 / scalafx

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

IndexedCell should extend Cell #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently `scalafx.scene.control.IndexedCell` extends 
`scalafx.scene.control.Labeled`

`IndexedCell` should extend `scalafx.scene.control.Cell`

This is a serious problem, `IndexedCell` is missing important properties, like 
`item`, implemented in `Cell`. 

Original issue reported on code.google.com by jpsacha on 8 Nov 2013 at 3:02

GoogleCodeExporter commented 8 years ago
This issue was closed by revision f6bc8f7d65b4.

Original comment by jpsacha on 8 Nov 2013 at 4:45