Serialized Form
Package org.jsurveylib.gui |
Package org.jsurveylib.gui.swing |
firstPage
javax.swing.JMenuItem firstPage
previousPage
javax.swing.JMenuItem previousPage
nextPage
javax.swing.JMenuItem nextPage
lastPage
javax.swing.JMenuItem lastPage
survey
Survey survey
pageArea
javax.swing.JPanel pageArea
- The panel containing the question objects
pager
java.awt.CardLayout pager
- The card layout used to switch between pages
pageComponents
java.util.List<E> pageComponents
- The vector of pages
pageNumberLabel
javax.swing.JLabel pageNumberLabel
- The label indicating the current page
previousButton
javax.swing.JButton previousButton
- Navigation
nextButton
javax.swing.JButton nextButton
finishButton
javax.swing.JButton finishButton
survey
Survey survey
Package org.jsurveylib.gui.swing.renderer |
bag
Bag bag
renderers
java.util.List<E> renderers
packer
javax.swing.JPanel packer
questionToRenderer
QuestionToRenderer questionToRenderer
Package org.jsurveylib.gui.swing.util |
Package org.jsurveylib.gui.swing.widget |
useSpecificDir
boolean useSpecificDir
cache
java.lang.String cache
- Content Cache (so that we actually know when something was changed)
listeners
java.util.Vector<E> listeners
- Event listeners
cache
java.lang.String cache
- Content Cache (so that we actually know when something was changed)
listeners
java.util.Vector<E> listeners
- Event listeners
Package org.jsurveylib.model.script.interpreter |