]> gerrit.simantics Code Review - simantics/district.git/commit
Add enable/disable feature for tech type tables 21/4521/3
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:29:14 +0000 (21:29 +0000)
commit63b3e619ad5b28b382f97d5b607060365b6e1caa
tree6683465e67850dad978087756496d29921ca6210
parent57283335590a05798c49460fd63da079e9795079
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
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