Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

ProjectList.java

Go to the documentation of this file.
00001 
00066 package com.arcle.rmt.superwaba.vc.rqml;
00067 import com.arcle.rmt.rqml.RQMLFirstClass;
00068 import com.arcle.rmt.superwaba.vc.ElementList;
00069 
00077 public class ProjectList extends ElementList {
00078     public ProjectList(ProjectListController ctrl) {
00079         super(ctrl,"Projects");
00080     }
00081 
00082     //-----------------------------------------------------------------------
00083     // Implemented Abstract Methods
00084 
00085     protected int getElementCount() {
00086         return getDocument().getProjectCount();
00087     }
00088 
00089     protected RQMLFirstClass getElementAt(int i) {
00090         return getDocument().getProjectAt(i);
00091     }
00092 }

Generated on Fri Jun 18 19:51:24 2004 for Arcle Rambutan by doxygen 1.3.5