alessioferrari / tram

a framework for transforming and reusing requirements models
0 stars 0 forks source link

GUI: basic search #15

Closed alessioferrari closed 10 years ago

alessioferrari commented 10 years ago

When a user writes a model name and presses the button, the system shall return a set of model names with transformations in the listbox.

alessioferrari commented 10 years ago

The TRAMapp class interacts solely with the UserManager class, which gives access to all the other classes to perform search and retrieve information. The UserManager works as an Adapter

alessioferrari commented 10 years ago

The basic search is now implemented. We search for a model, we press view and the model is loaded in a panel, as shown below. screen shot 2014-01-30 at 2 59 52 pm