benhutchison / ScalaSwingContrib

Collection of community contributions to Scala Swing
21 stars 9 forks source link

Add move into the TreeModel interface #17

Closed OndrejSpanel closed 8 years ago

OndrejSpanel commented 8 years ago

Implemented a move in the tree model. While move can be replaced with delete / insert, this has some serious drawbacks:

This pull request adds move into the TreeModel interface, it implements move in the internal tree model and provides a demo implementation for both internal and external model demos (using Cut / Paste interface).

OndrejSpanel commented 8 years ago

Closing, PR contains unrelated commits container in other PRs.