]> gerrit.simantics Code Review - simantics/3d.git/commit
Combo property support for annotated property tabs 29/3529/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:44:00 +0000 (15:44 +0200)
commit79528578707a2103753d895b520fdc6439f52d3e
treee90124056ecad85c78787a7f7ad6d37f2a5b7901
parentdaa07327bd3222487742965d433ea2f041e5ae73
Combo property support for annotated property tabs

gitlab #55

Change-Id: I4fde018ed47ccdc9f82e59bac51272ffebd8244b
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]