Uses of Interface
org.problets.lib.io.output.Scrollable

Packages that use Scrollable
org.problets.domain.viz.data   
org.problets.lib.io.output.text   
org.problets.tutor.view   
org.problets.tutor.view.narration   
 

Uses of Scrollable in org.problets.domain.viz.data
 

Classes in org.problets.domain.viz.data that implement Scrollable
 class DataVisualizer
          Visualizes the data space of a program
 

Uses of Scrollable in org.problets.lib.io.output.text
 

Classes in org.problets.lib.io.output.text that implement Scrollable
 class AnimatedTextView
          To animate displayed text.
 class LinedTextView
          Draws text on a lined background
 

Uses of Scrollable in org.problets.tutor.view
 

Classes in org.problets.tutor.view that implement Scrollable
 class GradeView
          Displays the grade of the student, correct answer and student answer
 

Uses of Scrollable in org.problets.tutor.view.narration
 

Classes in org.problets.tutor.view.narration that implement Scrollable
 class NarrationView
          To print the narration of code execution.