Uses of Class
org.problets.domain.view.code.synthesis.SynthesisCodeSegment

Packages that use SynthesisCodeSegment
org.problets.domain.view.code.synthesis   
 

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

Methods in org.problets.domain.view.code.synthesis that return SynthesisCodeSegment
 SynthesisCodeSegment SynthesisCodeLine.getCodeSegment(int xCoord)
          If the xCoord is within the x extent of a SynthesisCodeSegmentView object, returns its corresponding model.
 SynthesisCodeSegment SynthesisCodeSegmentView.getModel()
          Returns a reference to the model of this segment
 

Methods in org.problets.domain.view.code.synthesis with parameters of type SynthesisCodeSegment
 boolean SynthesisCodeSegmentDialog.readCode(SynthesisCodeSegment codeSegment, int x, int y)
          Shows the dialog at the x and y provided, reads the input and saves it in the CodeSegment object.
 

Constructors in org.problets.domain.view.code.synthesis with parameters of type SynthesisCodeSegment
SynthesisCodeSegmentView(SynthesisCodeSegment inModel)