Uses of Class
org.jsurveylib.model.Label

Packages that use Label
org.jsurveylib.gui.swing.renderer   
org.jsurveylib.gui.swing.widget   
org.jsurveylib.model   
org.jsurveylib.model.question   
 

Uses of Label in org.jsurveylib.gui.swing.renderer
 

Methods in org.jsurveylib.gui.swing.renderer with parameters of type Label
 void QuestionToRenderer.visit(Label type)
           
 

Constructors in org.jsurveylib.gui.swing.renderer with parameters of type Label
LabelRenderer(Label type)
           
 

Uses of Label in org.jsurveylib.gui.swing.widget
 

Constructors in org.jsurveylib.gui.swing.widget with parameters of type Label
ELabel(Label type)
          This constructor will set the type to "text/html" and display the text of the Label.
 

Uses of Label in org.jsurveylib.model
 

Methods in org.jsurveylib.model with parameters of type Label
 void Page.addLabel(Label label)
          Add a label to the page
 void Visitor.visit(Label type)
           
 

Uses of Label in org.jsurveylib.model.question
 

Methods in org.jsurveylib.model.question that return Label
 Label Question.getLabel()
          Returns the Label of this question.
 

Methods in org.jsurveylib.model.question with parameters of type Label
 void Question.setLabel(Label label)
          Set the Label of this question.