Public Member Functions

de.fraunhofer.isst.axbench.editors.properties.tabs.general.GeneralTabProperties Class Reference

this class realize the general tab and the handle of the properties which are defined inside the AXBenchFilesPreferences class (currently only SimpleFilePreferences). More...

List of all members.

Public Member Functions

 GeneralTabProperties (AXLEditorTabAndSectionProvider provider, String id)
Object getDynamicValue (QualifiedName name)
LinkedHashMap< QualifiedName,
LinkedHashMap< String, Object > > 
getProperties ()
 reads in the properties from the SimpleFilePreferences inside AXBenchFilesPreferences class and adapt them for the gui representation.
LinkedHashMap< String,
QualifiedName > 
getSectionPropertiesMap ()

Detailed Description

this class realize the general tab and the handle of the properties which are defined inside the AXBenchFilesPreferences class (currently only SimpleFilePreferences).

Author:
skaegebein
Version:
0.9.0
Since:
0.9.0

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.editors.properties.tabs.general.GeneralTabProperties.GeneralTabProperties ( AXLEditorTabAndSectionProvider  provider,
String  id 
)
Parameters:
provider 

Member Function Documentation

Object de.fraunhofer.isst.axbench.editors.properties.tabs.general.GeneralTabProperties.getDynamicValue ( QualifiedName  name  ) 
Parameters:
name 
Returns:

Reimplemented from de.fraunhofer.isst.axbench.editors.properties.tabs.AXLEditorTabProperties.

LinkedHashMap<QualifiedName, LinkedHashMap<String, Object> > de.fraunhofer.isst.axbench.editors.properties.tabs.general.GeneralTabProperties.getProperties (  )  [virtual]

reads in the properties from the SimpleFilePreferences inside AXBenchFilesPreferences class and adapt them for the gui representation.

Implements de.fraunhofer.isst.axbench.editors.properties.tabs.AXLEditorTabProperties.

LinkedHashMap<String, QualifiedName> de.fraunhofer.isst.axbench.editors.properties.tabs.general.GeneralTabProperties.getSectionPropertiesMap (  )  [virtual]