com.japisoft.xmlpad.helper
Class StaticTagHelper

java.lang.Object
  extended bycom.japisoft.xmlpad.helper.AbstractHelper
      extended bycom.japisoft.xmlpad.helper.AbstractTagHelper
          extended bycom.japisoft.xmlpad.helper.StaticTagHelper
All Implemented Interfaces:
Helper, TagHelper

public class StaticTagHelper
extends AbstractTagHelper

This helper will not take into account the XML structure

Author:
(c) 2003 JAPISOFT

Field Summary
 
Fields inherited from class com.japisoft.xmlpad.helper.AbstractHelper
WIN
 
Constructor Summary
StaticTagHelper()
           
 
Methods inherited from class com.japisoft.xmlpad.helper.AbstractTagHelper
addTag, addTagDescriptor, getTag, getTags, prepare, setForcePrefix, setIcon, setLocation
 
Methods inherited from class com.japisoft.xmlpad.helper.AbstractHelper
dispose, show
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.japisoft.xmlpad.helper.Helper
dispose, show
 

Constructor Detail

StaticTagHelper

public StaticTagHelper()