]> gerrit.simantics Code Review - simantics/3d.git/commit
Combo property support for annotated property tabs 30/3530/1
authorMarko Luukkainen <marko.luukkainen@semantum.fi>
Fri, 15 Nov 2019 13:44:00 +0000 (15:44 +0200)
committerMarko Luukkainen <marko.luukkainen@semantum.fi>
Fri, 15 Nov 2019 13:47:11 +0000 (13:47 +0000)
commit2a4aa4460d5df9da6b348adb2f5ba8c46b071520
treed2ca7a5b671fb012f00f68e5e1bd4d318e053cbb
parent5ed9e84f079af0000885f74a91845bb298e9a362
Combo property support for annotated property tabs

gitlab #55

Change-Id: I4fde018ed47ccdc9f82e59bac51272ffebd8244b
(cherry picked from commit 79528578707a2103753d895b520fdc6439f52d3e)
org.simantics.g3d/src/org/simantics/g3d/property/AnnotatedPropertyTabContributorFactory.java
org.simantics.g3d/src/org/simantics/g3d/property/ComboPropertyManipulator.java [new file with mode: 0644]
org.simantics.g3d/src/org/simantics/g3d/property/ComboValueProvider.java [new file with mode: 0644]
org.simantics.g3d/src/org/simantics/g3d/property/MethodComboValueProvider.java [new file with mode: 0644]
org.simantics.g3d/src/org/simantics/g3d/property/annotations/GetComboProperty.java [new file with mode: 0644]
org.simantics.g3d/src/org/simantics/g3d/property/annotations/GetComboPropertyValue.java [new file with mode: 0644]
org.simantics.g3d/src/org/simantics/g3d/property/annotations/SetComboPropertyValue.java [new file with mode: 0644]