Package ssv.interaction.model.spoon2

Examples of ssv.interaction.model.spoon2.SpoonInteractionModelView


public class SpoonModelFactory extends InteractionModelFactory {

  @Override
  public InteractionLauncher createLauncher() {
    // TODO Auto-generated method stub
    return new SpoonInteractionLauncher();
  }
View Full Code Here


  }

  @Override
  public InteractionModelView getModelView() {
    // TODO Auto-generated method stub
    return new SpoonInteractionModelView();
  }
View Full Code Here

TOP

Related Classes of ssv.interaction.model.spoon2.SpoonInteractionModelView

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.