de.hftstuttgart.buildingphysics.application
META-INF
MANIFEST.MF +21 -0
css
default.css +0 -0
icons
home.png +0 -0
open_in_app.png +0 -0
save_edit.png +0 -0
src/de/…/buildingphysics/application
handlers
AboutHandler.java +12 -0
HandlerUtils.java +50 -0
NewHandler.java +45 -0
OpenHandler.java +28 -0
QuitHandler.java +17 -0
SaveHandler.java +21 -0
parts
CatalogPart.java +50 -0
.classpath +7 -0
.project +28 -0
Application.e4xmi +51 -0
build.properties +8 -0
de.hftstuttgart.buildingphysics.application.product +50 -0
plugin.xml +18 -0
de.hftstuttgart.buildingphysics.feature
.project +17 -0
build.properties +1 -0
feature.xml +103 -0
de.hftstuttgart.buildingphysics.viewmodel
viewmodels
BuildingPhysicsCatalog.view +1 -1
MaterialCategory.view +12 -0
plugin.xml +4 -12
README.md +15 -1
+ 21
- 0
+ 21
- 0
+ 0
- 0
+ 0
- 0

287 bytes
+ 0
- 0

315 bytes
+ 0
- 0

367 bytes
+ 12
- 0
+ 50
- 0
+ 45
- 0
\ No newline at end of file
+ 28
- 0
\ No newline at end of file
+ 17
- 0
+ 21
- 0
\ No newline at end of file
+ 50
- 0
\ No newline at end of file