Uses of Class
net.sourceforge.spedit.core.XMLElementWrapper

Packages that use XMLElementWrapper
net.sourceforge.spedit.app   
net.sourceforge.spedit.core   
 

Uses of XMLElementWrapper in net.sourceforge.spedit.app
 

Fields in net.sourceforge.spedit.app declared as XMLElementWrapper
protected  XMLElementWrapper Application.DocumentFrame.ActionElementRemove.wrapper
           
protected  XMLElementWrapper Application.DocumentFrame.ActionElementInsert.wrapper
           
 

Methods in net.sourceforge.spedit.app with parameters of type XMLElementWrapper
 JPopupMenu Application.DocumentFrame.getElementMenu(XMLElementWrapper element, int dot)
          Creates a new JPopupMenu from the given element, which can only be an XMLElementWrapper.
 

Constructors in net.sourceforge.spedit.app with parameters of type XMLElementWrapper
Application.DocumentFrame.ActionElementRemove(XMLElementWrapper wrp)
           
Application.DocumentFrame.ActionElementInsert(XMLElementWrapper wrp, XMLElement elt, int pos)
           
 

Uses of XMLElementWrapper in net.sourceforge.spedit.core
 

Fields in net.sourceforge.spedit.core declared as XMLElementWrapper
protected  XMLElementWrapper XMLElement.wrapper
           
 

Methods in net.sourceforge.spedit.core that return XMLElementWrapper
 XMLElementWrapper XMLElement.getWrapper()
          Returns the Wrapper attached to this XMLElement.