com.japisoft.xmlpad.helper
Class AttributeValuesHelper

java.lang.Object
  extended bycom.japisoft.xmlpad.helper.AbstractHelper
      extended bycom.japisoft.xmlpad.helper.AttributeValuesHelper
All Implemented Interfaces:
Helper

public class AttributeValuesHelper
extends AbstractHelper

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Field Summary
 
Fields inherited from class com.japisoft.xmlpad.helper.AbstractHelper
editor, namespace, WIN
 
Constructor Summary
AttributeValuesHelper(AttDescriptor descriptor, char delimiter)
           
 
Method Summary
protected  void fillList(SimpleNode node, javax.swing.DefaultListModel model)
           
 java.lang.String getTitle()
           
protected  boolean hasElements()
           
protected  void prepareDocumentBeforeInserting(XMLDocument document, int offset)
           
 
Methods inherited from class com.japisoft.xmlpad.helper.AbstractHelper
dispose, getListCellRenderer, getLostCharacter, getNamespace, insertResult, setEditor, setLocation, setNamespace, show, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeValuesHelper

public AttributeValuesHelper(AttDescriptor descriptor,
                             char delimiter)
Method Detail

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

prepareDocumentBeforeInserting

protected void prepareDocumentBeforeInserting(XMLDocument document,
                                              int offset)
Overrides:
prepareDocumentBeforeInserting in class AbstractHelper

fillList

protected void fillList(SimpleNode node,
                        javax.swing.DefaultListModel model)
Overrides:
fillList in class AbstractHelper


Copyright © 2006 JAPISoft. All Rights Reserved.