Uses of Class
krut.KRUT_GUI.OutputText

Packages that use OutputText
krut   
krut.KRUT_GUI   
 

Uses of OutputText in krut
 

Fields in krut declared as OutputText
 OutputText Run_KRUT.outWindow
          The output window for the program.
 

Uses of OutputText in krut.KRUT_GUI
 

Fields in krut.KRUT_GUI declared as OutputText
 OutputText CapSizeQuery.myOutput
          An OutputText object that the current class can use to create output.
 OutputText EncodingProgressBar.myOutput
          The output window for this EncodingProgressBar.
 OutputText FPSQuery.myOutput
          The output text window for this class.
 OutputText QualitySlider.myOutput
          An OutputText object that the current class can use to create output.
 OutputText SaveFileChooser.myOutput
          An OutputText object that the current class can use to create output.
 OutputText SoundQuery.myOutput
          An OutputText object that the current class can use to create output.
 

Methods in krut.KRUT_GUI with parameters of type OutputText
 void KrutTimer.setOutput(OutputText output)
          Used to set the output window for this KrutTimer.
 

Constructors in krut.KRUT_GUI with parameters of type OutputText
EncodingProgressBar(OutputText out)
          Creates new form EncodingProgressBar