Uses of Class
net.sf.tourviewer.lib.TourRecord

Packages that use TourRecord
net.sf.tourviewer.lib   
 

Uses of TourRecord in net.sf.tourviewer.lib
 

Methods in net.sf.tourviewer.lib that return TourRecord
 TourRecord TourRecord.getNext()
           
 TourRecord TourRecord.getPrevious()
           
 TourRecord[] Tour.getRecords()
           
 

Methods in net.sf.tourviewer.lib with parameters of type TourRecord
 void Tour.addRecord(TourRecord record)
           
 void TourRecord.setNext(TourRecord next)
           
 void TourRecord.setPrevious(TourRecord previous)
           
 



Copyright © 2005 Steffen Pingel. All Rights Reserved.