FileDocCategorySizeDatePackage
EditListBoxTest.javaAPI Docmp4parser 1.0-RC-17714Wed Dec 19 20:10:22 GMT 2012com.coremedia.iso.boxes

EditListBoxTest

public class EditListBoxTest extends com.googlecode.mp4parser.boxes.BoxWriteReadBase
Created with IntelliJ IDEA. User: sannies Date: 11/18/12 Time: 10:42 PM To change this template use File | Settings | File Templates.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ClassgetBoxUnderTest()

        return EditListBox.class;
    
public voidsetupProperties(java.util.Map addPropsHere, EditListBox box)

        addPropsHere.put("entries", Arrays.asList(new EditListBox.Entry(box, 12423, 0, 1), new EditListBox.Entry(box, 12423, 0, 0.5)));