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

Quick Search    Search Deep

Uses of Package
com.RuntimeCollective.questionnaire.bean

Classes in com.RuntimeCollective.questionnaire.bean used by com.RuntimeCollective.questionnaire.bean
Answer
          Interface to implement if you want to create a new kind of Answer for Questionnaires.
Question
          Interface to implement if you want to create a new kind of Question for Questionnaires.
Questionnaire
          The Questionnaire class, which is basically a Publishable container of Questions and UserAnswers.
SimpleAnswer
          Basic and incomplete implementation of the Answer interface, which you can subclass at will to create new types of Answers.
SimpleQuestion
          Basic and incomplete implementation of the Question interface, which you can subclass at will to create new types of Questions.
UserAnswers
          The UserAnswers class, which is basically a set of Answers given by a User to a Questionnaire.
XInManyStringsQuestion
          Common superclass for OneInManyStringsQuestion and ManyInManyStringsQuestion - contains methods useful for both.