Package org.objectstyle.wolips.wodclipse.core.document

Examples of org.objectstyle.wolips.wodclipse.core.document.DocumentWodModel


/**
* @author mschrag
*/
public class WodModelUtils {
  public static IWodModel createWodModel(IFile wodFile, IDocument wodDocument) {
    return new DocumentWodModel(wodFile, wodDocument);
  }
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.wodclipse.core.document.DocumentWodModel

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.