Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.RuntimeCollective.bboard.bean.Faq

Uses of Faq in com.RuntimeCollective.bboard.bean
 

Subinterfaces of Faq in com.RuntimeCollective.bboard.bean
 interface Help
          A help page.
 

Classes in com.RuntimeCollective.bboard.bean that implement Faq
 class SimpleFaq
          A simple implementation of a Faq list, which uses the same DB tables as SimpleBoard/Topic/Message
 class SimpleHelp
          A simple implementation of a Help page.
 

Methods in com.RuntimeCollective.bboard.bean that return Faq
 Faq SimpleBoard.getFaq()
          Get the FAQ for this board.
 Faq Board.getFaq()
          Get the FAQ for this board.