bt747.j2se_view.model
Class PositionData

java.lang.Object
  extended by org.jdesktop.beans.AbstractBean
      extended by bt747.j2se_view.model.PositionData

public class PositionData
extends org.jdesktop.beans.AbstractBean

Author:
Mario

Nested Class Summary
 class PositionData.UserWayPointListModel
           
 
Field Summary
static java.lang.String WAYPOINTSELECTED
           
static java.lang.String WPDISPLAYCHANGE
           
 
Constructor Summary
PositionData()
           
PositionData(J2SEAppModel m)
           
 
Method Summary
 void addFiles(java.io.File[] files)
           
 void dataUpdated()
           
 java.util.List<MapWaypoint> getBT747UserWaypoints()
           
 java.util.List<MapWaypoint> getBT747Waypoints()
           
static java.lang.Object getData(MapWaypoint wpt, int type)
           
 GPSRecord[] getSortedWaypointGPSRecords()
           
 java.util.List<java.util.List<GPSRecord>> getTracks()
           
 java.util.List<MapWaypoint> getUserWayPoints()
           
 GPSRecord[] getUserWayPointsGPSRecords()
           
 PositionData.UserWayPointListModel getWaypointListModel()
           
 GPSRecord[] getWayPoints()
           
 void setTracks(java.util.List<java.util.List<GPSRecord>> trks)
           
 void setWayPoints(GPSRecord[] waypoints)
           
 void userWaypointsUpdated()
           
 
Methods inherited from class org.jdesktop.beans.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WAYPOINTSELECTED

public static final java.lang.String WAYPOINTSELECTED
See Also:
Constant Field Values

WPDISPLAYCHANGE

public static final java.lang.String WPDISPLAYCHANGE
See Also:
Constant Field Values
Constructor Detail

PositionData

public PositionData()

PositionData

public PositionData(J2SEAppModel m)
Method Detail

getTracks

public final java.util.List<java.util.List<GPSRecord>> getTracks()

setTracks

public final void setTracks(java.util.List<java.util.List<GPSRecord>> trks)

getWayPoints

public final GPSRecord[] getWayPoints()

getBT747Waypoints

public final java.util.List<MapWaypoint> getBT747Waypoints()

getBT747UserWaypoints

public final java.util.List<MapWaypoint> getBT747UserWaypoints()

setWayPoints

public final void setWayPoints(GPSRecord[] waypoints)

getUserWayPointsGPSRecords

public final GPSRecord[] getUserWayPointsGPSRecords()

getUserWayPoints

public final java.util.List<MapWaypoint> getUserWayPoints()

userWaypointsUpdated

public void userWaypointsUpdated()

dataUpdated

public void dataUpdated()

getWaypointListModel

public PositionData.UserWayPointListModel getWaypointListModel()

getSortedWaypointGPSRecords

public GPSRecord[] getSortedWaypointGPSRecords()

addFiles

public final void addFiles(java.io.File[] files)

getData

public static final java.lang.Object getData(MapWaypoint wpt,
                                             int type)