agonism.dovetail.site
Interface IFactory

All Known Implementing Classes:
DefaultFactory

public interface IFactory

Factory for creating new DoveTail objects. Override these methods to return app-specific subclasses.


Method Summary
 Form newForm(QForm peer)
          Factory method for a new form
 Location newLocation(QLocation peer)
          Factory method for a new location
 Page newPage(QPage peer)
          Factory method for a new page
 Query newQuery(QQuery peer)
          Factory method for a new query
 

Method Detail

newPage

public Page newPage(QPage peer)
Factory method for a new page

newLocation

public Location newLocation(QLocation peer)
Factory method for a new location

newForm

public Form newForm(QForm peer)
Factory method for a new form

newQuery

public Query newQuery(QQuery peer)
Factory method for a new query