com.japisoft.xmlpad.helper
Class AttributeHelper

java.lang.Object
  |
  +--com.japisoft.xmlpad.helper.AbstractHelper
        |
        +--com.japisoft.xmlpad.helper.AttributeHelper
All Implemented Interfaces:
Helper

public class AttributeHelper
extends AbstractHelper

Helper for attributes

Author:
(c) 2003 JAPISOFT

Field Summary
 
Fields inherited from class com.japisoft.xmlpad.helper.AbstractHelper
WIN
 
Constructor Summary
AttributeHelper(TagDescriptor helper)
           
 
Method Summary
 AttDescriptor getAttribute(java.lang.String name)
           
 AttDescriptor[] getAttributes(com.japisoft.fastparser.node.SimpleNode node)
           
 java.lang.String getTitle()
           
 void prepare(java.lang.Object loc)
          Wait for a tag descriptor
 
Methods inherited from class com.japisoft.xmlpad.helper.AbstractHelper
dispose, getNamespace, setEditor, setLocation, setNamespace, show, show
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeHelper

public AttributeHelper(TagDescriptor helper)
Method Detail

prepare

public void prepare(java.lang.Object loc)
Wait for a tag descriptor


getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface Helper
Overrides:
getTitle in class AbstractHelper
Returns:
a title for the helper popup

getAttributes

public AttDescriptor[] getAttributes(com.japisoft.fastparser.node.SimpleNode node)

getAttribute

public AttDescriptor getAttribute(java.lang.String name)