Uses of Class
com.japisoft.xmlpad.helper.EntityDescriptor

Packages that use EntityDescriptor
com.japisoft.xmlpad.helper   
 

Uses of EntityDescriptor in com.japisoft.xmlpad.helper
 

Methods in com.japisoft.xmlpad.helper that return EntityDescriptor
 EntityDescriptor[] AbstractEntityHelper.getEntities()
           
 EntityDescriptor[] EntityHelper.getEntities()
           
 

Methods in com.japisoft.xmlpad.helper with parameters of type EntityDescriptor
 void AbstractEntityHelper.addEntityDescriptor(EntityDescriptor entity)
          Add a new entry
 void EntityHelper.addEntityDescriptor(EntityDescriptor descriptor)
          Add a new entity descriptor
 

Constructors in com.japisoft.xmlpad.helper with parameters of type EntityDescriptor
EntityPopup(EntityDescriptor[] entities, int offset, javax.swing.text.Document doc)