Examples of LodgeItPaste


Examples of net.sourceforge.eclipastie.provider.lodgeit.internal.LodgeItPaste

* @since 11.04.2009
*/
public class LodgeItPasteFactory implements IPasteProviderFactory {

  public IPasteProvider createInstance() {
    return new LodgeItPaste();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.