Uses of Class
edu.rit.survey.SurveyState

Packages that use SurveyState
edu.rit.survey Package edu.rit.survey contains Survey, an ad hoc collaborative application for an online survey based on Many-to-Many Invocation (M2MI). 
 

Uses of SurveyState in edu.rit.survey
 

Methods in edu.rit.survey that return SurveyState
 SurveyState NewSurveyDialog.getSurveyState()
          Display this new survey dialog and get a survey from the user.
 

Methods in edu.rit.survey with parameters of type SurveyState
 void SurveyUI.addSurvey(SurveyState theSurveyState)
          Add the given survey to this survey UI.
 void SurveyState.merge(SurveyState theSurveyState)
          Merge the given survey state object into this survey state object.
 void SurveyRef.reportSurvey(SurveyState theSurveyState)
          Report the state of a survey.
 void Survey.reportSurvey(SurveyState theSurveyState)
          Report the state of a survey.
 void SurveyUI.setQuestionAnswers(SurveyState theSurveyState)
          Set the question and answers for this survey UI.
 void SurveyUI.setVoteCounts(SurveyState theSurveyState)
          Set the vote counts for this survey UI.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.