improved codetemplate wizards; new html tag wizards
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / wizards / html / IPreviewer.java
1 /*
2  * $Id: IPreviewer.java,v 1.1 2004-10-05 20:51:57 jsurfer Exp $
3  * Copyright Narushima Hironori. All rights reserved.
4  */
5 package net.sourceforge.phpeclipse.wizards.html;
6
7 /**
8  * 
9  */
10 public interface IPreviewer {
11         
12         String getPreviewText();
13         
14 }