Uses of Interface
org.jsurveylib.model.question.InsertQuestionListener

Packages that use InsertQuestionListener
org.jsurveylib   
org.jsurveylib.gui.swing   
org.jsurveylib.model.script.interpreter   
 

Uses of InsertQuestionListener in org.jsurveylib
 

Methods in org.jsurveylib with parameters of type InsertQuestionListener
 void Survey.addInsertQuestionListener(InsertQuestionListener listener)
          FOR INTERNAL USE ONLY. Add a listener that gets informed when a new question is inserted into the survey.
 void Survey.removeInsertQuestionListener(InsertQuestionListener listener)
          FOR INTERNAL USE ONLY. Remove a insert question listener.
 

Uses of InsertQuestionListener in org.jsurveylib.gui.swing
 

Classes in org.jsurveylib.gui.swing that implement InsertQuestionListener
 class SurveyPanel
          This class displays the Survey object.
 

Uses of InsertQuestionListener in org.jsurveylib.model.script.interpreter
 

Classes in org.jsurveylib.model.script.interpreter that implement InsertQuestionListener
 class ScriptInterpreter
          FOR INTERNAL USE ONLY.

Copyright (c)2007, Daniel Kaplan