Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.view
Class RecordCollectionView  view RecordCollectionView download RecordCollectionView.java

java.lang.Object
  extended bynectar.view.RecordCollectionView

public class RecordCollectionView
extends java.lang.Object


Field Summary
private  java.util.List list
           
 
Constructor Summary
RecordCollectionView()
          Creates a new instance of RecordCollectionView
 
Method Summary
 void addRecord(nectar.record.Record record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

private java.util.List list
Constructor Detail

RecordCollectionView

public RecordCollectionView()
Creates a new instance of RecordCollectionView

Method Detail

addRecord

public void addRecord(nectar.record.Record record)