Uses of Class
krut.KRUT_Recording.DataList

Packages that use DataList
krut.KRUT_GUI   
krut.KRUT_Recording   
 

Uses of DataList in krut.KRUT_GUI
 

Fields in krut.KRUT_GUI declared as DataList
 DataList EncodingProgressBar.myDataList
          This is the DataList used to cancel the encoding of the movies.
 

Uses of DataList in krut.KRUT_Recording
 

Fields in krut.KRUT_Recording declared as DataList
protected  DataList ScreenGrabber.images
          This object is used to reload the images from the file they are saved in, and then supply them to the JpegImagesToMovieMod class.
 

Methods in krut.KRUT_Recording with parameters of type DataList
 void JpegImagesToMovieMod.setDataList(DataList JPGIm)