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

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


      throw new Error("Rotate out of order..");
      //return new Rotate(env, angle, child, properties);
     

    case SCROLLABLE:
      return new Scrollable(((IBool)c.get(0)).getValue(), ((IBool)c.get(1)).getValue(), env, (IConstructor)c.get(2),  properties);
     
    case SPACE:
      return new Space( makeChild(env,c,properties,childPropsNext), properties );
     
    case TEXT:
View Full Code Here

TOP

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

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.