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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeHelper
public AttributeHelper(TagDescriptor helper)
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
hasElements
protected boolean hasElements()
- Overrides:
hasElements
in class AbstractHelper
- Returns:
true
if this helper has elements
getAttributes
public AttDescriptor[] getAttributes(SimpleNode node)
getAttribute
public AttDescriptor getAttribute(java.lang.String name)
insertResult
protected void insertResult(XMLDocument doc,
int offset,
java.lang.String result,
Descriptor descriptor,
java.lang.String added)
- Overrides:
insertResult
in class AbstractHelper
fillList
protected void fillList(SimpleNode node,
javax.swing.DefaultListModel model)
- Overrides:
fillList
in class AbstractHelper
Copyright © 2006 JAPISoft. All Rights Reserved.