openmolecules.org

 
Home » DataWarrior » Functionality » Question about the selection on scatter plot and trees (Just curious about the implementation and name for the selection)
Re: Question about the selection on scatter plot and trees [message #100 is a reply to message #99] Sun, 23 August 2015 14:16 Go to previous messageGo to previous message
thomas is currently offline  thomas
Messages: 655
Registered: June 2014
Senior Member
The selection is row based. Every row has a selection flag, which defines, whether the row is selected or not. All views share this selection, i.e. they show the same rows selected. If the selection is changed from one view, all other views are informed and update the selection display accordingly. The selection is part of the data model and the concept used is called model-view-controller pattern, but this is pretty standard. About similar implementations in JavaScript I don't know. Java, which DataWarrior is developed in, and JavaScript are entirely different worlds. Hope, this answers the question, Thomas.
 
Read Message
Read Message
Read Message
Previous Topic: UI suggestions for Table and Form views
Next Topic: how to associate detail information
Goto Forum:
  


Current Time: Mon Apr 29 04:58:34 CEST 2024

Total time taken to generate the page: 0.04770 seconds