com.japisoft.xmlpad.helper.model
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
 java.lang.String getNamespace()
           
 java.lang.String getTitle()
           
 void setEditor(XMLEditor editor)
          For inner usage
 void setLocation(SimpleNode loc, int offset)
          Prepare the helper at this location
 boolean show(int offset, java.lang.String charToInsert)
          Show the helper at this offset
 

Method Detail

getNamespace

public java.lang.String getNamespace()

setEditor

public void setEditor(XMLEditor editor)
For inner usage


show

public boolean show(int offset,
                    java.lang.String charToInsert)
Show the helper at this offset


setLocation

public void setLocation(SimpleNode loc,
                        int offset)
Prepare the helper at this location


dispose

public void dispose()
Free unused ressource


getTitle

public java.lang.String getTitle()
Returns:
a title for the helper popup


Copyright © 2006 JAPISoft. All Rights Reserved.