package grader.Main; import java.util.Collection; /** * * The Item Explorer view of a gradebook's items. * * @author * @version * **/ public class ItemExplorer { /** Default Constructor **/ public ItemExplorer() { } protected Collection items; }