7f1fc833dea7e797e6526f7d5c5dcfeafb8aa20a
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / wizards / html / IPreviewer.java
1 /*
2  * $Id: IPreviewer.java,v 1.2 2006-10-21 23:18:43 pombredanne 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 }