hohwille / client

Client framework to abstract from underlying UI technologies
Apache License 2.0
0 stars 0 forks source link

drag and drop support #8

Open hohwille opened 9 years ago

hohwille commented 9 years ago

We need an API and implementation for drag and drop. Should not be hard but to design a good API is not so easy. Especially for trees where this will typically depend on the node-type and end-user should have a lot of flexibility in their model. I have seen various APIs from other toolkits so I have enough ideas...