Package org.rascalmpl.library.vis.figure.interaction.swtwidgets

Examples of org.rascalmpl.library.vis.figure.interaction.swtwidgets.Combo


     
    case CHOICE:
      return new Choice(env, makeStringList((IList) c.get(0)), c.get(1),  properties);
   
    case COMBO:
      return new Combo(env, makeStringList((IList)c.get(0)), c.get(1),  properties);         
     
    case COMPUTEFIGURE:
      PropertyValue<Boolean> recomp = Properties.produceMaybeComputedValue(Types.BOOL,c.get(0),properties,env);
      return new ComputeFigure(env, properties,  recomp, c.get(1), childPropsNext);
     
View Full Code Here

TOP

Related Classes of org.rascalmpl.library.vis.figure.interaction.swtwidgets.Combo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.