/* * $Id: IPreviewer.java,v 1.1 2004-10-05 20:51:57 jsurfer Exp $ * Copyright Narushima Hironori. All rights reserved. */ package net.sourceforge.phpeclipse.wizards.html; /** * */ public interface IPreviewer { String getPreviewText(); }