Uses of Interface
org.problets.domain.state.GUIConstants

Packages that use GUIConstants
org.problets.domain.model.expression.step   
org.problets.domain.model.expression.view   
org.problets.domain.model.output.dialog   
org.problets.domain.model.output.view   
org.problets.domain.view.code.synthesis   
 

Uses of GUIConstants in org.problets.domain.model.expression.step
 

Classes in org.problets.domain.model.expression.step that implement GUIConstants
 class AssignmentStepView
          To display an assignment step in demand or error-flag mode
 

Uses of GUIConstants in org.problets.domain.model.expression.view
 

Classes in org.problets.domain.model.expression.view that implement GUIConstants
 class BaseExpressionView
          To display the expression, and provide for displaying underbraces.
 class ExpressionProblemView
          Panel to display the problem and obtain the user's input
 class ExpressionTutorView
          To display the correct answer and feedback
 

Uses of GUIConstants in org.problets.domain.model.output.dialog
 

Classes in org.problets.domain.model.output.dialog that implement GUIConstants
 class AddOutputDialog
          The dialog box to obtain new output for a line of code
 

Uses of GUIConstants in org.problets.domain.model.output.view
 

Classes in org.problets.domain.model.output.view that implement GUIConstants
 class OutputStreamView
          To create a panel that will allow the user to see LineOutputs
 

Uses of GUIConstants in org.problets.domain.view.code.synthesis
 

Classes in org.problets.domain.view.code.synthesis that implement GUIConstants
 class SynthesisCodeSegmentView
          Displays the SynthesisCodeSegment on the panel displaying the code