Uses of Class
org.episteme.social.sociology.survey.Survey
Packages that use Survey
Package
Description
Core functionality for the org.episteme.social.sociology.loaders package in the Episteme library.
Core functionality for the org.episteme.social.sociology.survey package in the Episteme library.
User interface components and internationalization support for Episteme applications.
-
Uses of Survey in org.episteme.social.sociology.loaders
Subclasses with type arguments of type Survey in org.episteme.social.sociology.loadersModifier and TypeClassDescriptionclassReads, parses, and manages surveys from Google Forms.Methods in org.episteme.social.sociology.loaders that return SurveyModifier and TypeMethodDescriptionprotected SurveyGoogleFormsReader.loadFromSource(String formId) GoogleFormsReader.loadSurvey(String formId) Loads a survey definition from a specific Google Form ID.Methods in org.episteme.social.sociology.loaders that return types with arguments of type Survey -
Uses of Survey in org.episteme.social.sociology.survey
Methods in org.episteme.social.sociology.survey that return SurveyConstructors in org.episteme.social.sociology.survey with parameters of type Survey -
Uses of Survey in org.episteme.social.ui.viewers.sociology
Methods in org.episteme.social.ui.viewers.sociology with parameters of type SurveyModifier and TypeMethodDescriptionstatic voidSurveyViewer.showInDialog(Survey survey) Utility method to show the viewer in a dialog.Constructors in org.episteme.social.ui.viewers.sociology with parameters of type SurveyModifierConstructorDescriptionSurveyViewer(Survey survey) Creates a viewer for the specified survey.