scala-swing
scala-swing copied to clipboard
Common functionality for editors
The current EditableCellsCompanion design doesn't offer the same degree of abstraction and reuse as the renderers.
One big problem is DefaultTreeCellEditor, which contains indispensable functionality, but requires an actual JTree instance to be created, and thus can't be handled at the companion level.