Uses of Interface
org.eclipse.higgins.icard.ITemplateElement

Packages that use ITemplateElement
org.eclipse.higgins.icard   
 

Uses of ITemplateElement in org.eclipse.higgins.icard
 

Subinterfaces of ITemplateElement in org.eclipse.higgins.icard
 interface ICardTemplate
          Declares which data should the user provide to create a card
 interface ITemplateContainer
          Used to collect ITemplateElement elements into some logical group
 interface ITemplateValue
          Represents user's input data
 

Methods in org.eclipse.higgins.icard that return ITemplateElement
 ITemplateElement ITemplateContainer.getTemplateElementByID(String id)
           
 

Methods in org.eclipse.higgins.icard with parameters of type ITemplateElement
 void ITemplateContainer.addTemplateElement(ITemplateElement element)
          Add ITemplateElement to this container
 void ITemplateContainer.removeTemplateElement(ITemplateElement element)
          Remove ITemplateElement from this container