osate / osate2

Open Source AADL2 Tool Environment
http://osate.org
Eclipse Public License 2.0
36 stars 8 forks source link

Add property group filter to AADL property view #521

Closed lwrage closed 4 years ago

ArslanIbnDaud commented 9 years ago

First, alter the tree filter viewer's layout to add a non-editable combobox menu to the right. This menu contains the property groups that are defined. Each grouop has a name and a subset of the current properties. Selecting that group makes only that subset of properties visible in the AADL property view. The menu should also contain a 'default' entry which lets all properties be visible (eg the current behavior).

Should also add a resource file to osate-core, which contains the subset names and subsets. For now this can be a raw text file that is read when the property group menu is created.