Uses of Class
info.bliki.wiki.model.Reference

Packages that use Reference
info.bliki.wiki.model Model classes for rendering Wikipedia texts to HTML, PDF with the IWikiModel interface. 
 

Uses of Reference in info.bliki.wiki.model
 

Fields in info.bliki.wiki.model with type parameters of type Reference
protected  java.util.ArrayList<Reference> AbstractWikiModel.fReferences
           
 

Methods in info.bliki.wiki.model that return types with arguments of type Reference
 java.util.List<Reference> IWikiModel.getReferences()
          Get the internal list of references (i.e. footnotes)
 java.util.List<Reference> AbstractWikiModel.getReferences()
          Get the internal list of references (i.e. footnotes)
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.