]> gerrit.simantics Code Review - simantics/district.git/commit
Add enable/disable feature for tech type tables 84/4484/1
authorReino Ruusu <reino.ruusu@semantum.fi>
Mon, 5 Oct 2020 12:52:51 +0000 (15:52 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 6 Oct 2020 21:42:45 +0000 (21:42 +0000)
commit157a2a58f52d8243c365b4701cbef64d7c36c6c9
tree39bde502336ef22cd9cdbb28f0ed97ff020d6721
parentd59cdf50287cc7f5f9bda8d7f724271ad73b0267
Add enable/disable feature for tech type tables

gitlab #101

Also:
- Some new SCL entry points for DB requests
- Some refactoring of tech type table data provider
- Some refactoring of TechTypeTableData request

Change-Id: I1b335b49f387e0b9b2651879279f79f40ed293f8
(cherry picked from commit 63b3e619ad5b28b382f97d5b607060365b6e1caa)
12 files changed:
org.simantics.district.network.ontology/graph/DistrictNetworkTechType.pgraph
org.simantics.district.network.ui/src/org/simantics/district/network/ui/techtype/adapters/TechTypeEditorAdapter.java
org.simantics.district.network.ui/src/org/simantics/district/network/ui/techtype/table/EnableListener.java [new file with mode: 0644]
org.simantics.district.network.ui/src/org/simantics/district/network/ui/techtype/table/TechTypeTable.java
org.simantics.district.network.ui/src/org/simantics/district/network/ui/techtype/table/TechTypeTableDataProvider.java
org.simantics.district.network.ui/src/org/simantics/district/network/ui/techtype/table/TechTypeTableView.java
org.simantics.district.network/scl/Simantics/District/TechType.scl
org.simantics.district.network/src/org/simantics/district/network/techtype/TechTypeUtils.java
org.simantics.district.network/src/org/simantics/district/network/techtype/requests/EnableTechTypeItem.java [new file with mode: 0644]
org.simantics.district.network/src/org/simantics/district/network/techtype/requests/TechTypeTableData.java
org.simantics.district.network/src/org/simantics/district/network/techtype/requests/TechTypeTableRecords.java [new file with mode: 0644]
org.simantics.district.network/src/org/simantics/district/network/techtype/requests/WriteTechTypeTable.java