~danilovesky/workcraft/trunk-ui-property-filter

« back to all changes in this revision

Viewing changes to STGPlugin/src/org/workcraft/plugins/stg/propertydescriptors/TypePropertyDescriptor.java

  • Committer: Danil Sokolov
  • Date: 2015-04-14 13:29:45 UTC
  • mfrom: (598.2.4 trunk-bug)
  • Revision ID: danilovesky@gmail.com-20150414132945-j86ynv6ttfdb1wav
Merge proposal for blueprint ui-default-properties approved.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        public Class<?> getType() {
28
28
                return int.class;
29
29
        }
 
30
        
 
31
        @Override
 
32
        public boolean isWritable() {
 
33
                return true;
 
34
        }
30
35
 
31
36
        @Override
32
37
        public boolean isCombinable() {
33
38
                return true;
34
39
        }
35
 
                
 
40
        
36
41
        @Override
37
 
        public boolean isWritable() {
38
 
                return true;
 
42
        public boolean isTemplatable() {
 
43
                return false;
39
44
        }
40
45
 
41
46
        @Override