com.japisoft.xmlpad.helper
Interface Helper

All Known Subinterfaces:
EntityHelper, TagHelper
All Known Implementing Classes:
AbstractEntityHelper, AbstractHelper, AbstractTagHelper

public interface Helper

Helper interface

Author:
(c) 2003 JAPISOFT

Method Summary
 void dispose()
          Free unused ressource
 void prepare(java.lang.Object loc)
          Prepare the helper at this location
 boolean show(XMLEditor editor, int offset)
          Show the helper at this offset
 

Method Detail

show

public boolean show(XMLEditor editor,
                    int offset)
Show the helper at this offset


prepare

public void prepare(java.lang.Object loc)
Prepare the helper at this location


dispose

public void dispose()
Free unused ressource