Uses of Interface
bt747.sys.interfaces.BT747Vector

Packages that use BT747Vector
bt747.j2se_view.model   
bt747.model   
bt747.sys   
bt747.sys.interfaces   
gps.log   
gps.log.in   
gps.tracks   
net.sf.bt747.j2se.system   
net.sf.bt747.waba.system   
 

Uses of BT747Vector in bt747.j2se_view.model
 

Methods in bt747.j2se_view.model that return BT747Vector
 BT747Vector LogFileTableModel.getLogfileInfos()
           
 

Methods in bt747.j2se_view.model with parameters of type BT747Vector
 void LogFileTableModel.setLogfileInfos(BT747Vector logfileInfos)
           
 

Uses of BT747Vector in bt747.model
 

Fields in bt747.model declared as BT747Vector
static BT747Vector AppSettings.logFiles
          Vector of LogFileInfo.
 

Uses of BT747Vector in bt747.sys
 

Methods in bt747.sys that return BT747Vector
static BT747Vector JavaLibBridge.getVectorInstance()
           
 

Methods in bt747.sys with parameters of type BT747Vector
static java.lang.String[] JavaLibBridge.toStringArrayAndEmpty(BT747Vector vector)
           
 

Uses of BT747Vector in bt747.sys.interfaces
 

Methods in bt747.sys.interfaces that return BT747Vector
 BT747Vector JavaLibImplementation.getVectorInstance()
           
 

Uses of BT747Vector in gps.log
 

Fields in gps.log declared as BT747Vector
 BT747Vector TracksAndWayPoints.tracks
          BT747Vector of tracks (BT747Vector) of trackpoints GPSRecord.
 BT747Vector TracksAndWayPoints.waypoints
          BT747Vector of waypoints of type GPSRecord .
 

Uses of BT747Vector in gps.log.in
 

Methods in gps.log.in with parameters of type BT747Vector
 void MultiLogConvert.setLogFiles(BT747Vector logFiles)
          Set the logfiles to convert.
 

Uses of BT747Vector in gps.tracks
 

Methods in gps.tracks that return BT747Vector
 BT747Vector Track.getTrackpoints()
           
 

Methods in gps.tracks with parameters of type BT747Vector
 void Track.setTrackpoints(BT747Vector trackpoints)
           
 

Uses of BT747Vector in net.sf.bt747.j2se.system
 

Classes in net.sf.bt747.j2se.system that implement BT747Vector
 class J2SEVector
           
 

Methods in net.sf.bt747.j2se.system that return BT747Vector
 BT747Vector J2SEJavaTranslations.getVectorInstance()
           
 

Uses of BT747Vector in net.sf.bt747.waba.system
 

Classes in net.sf.bt747.waba.system that implement BT747Vector
 class WabaVector
           
 

Methods in net.sf.bt747.waba.system that return BT747Vector
 BT747Vector WabaJavaTranslations.getVectorInstance()