|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Route | |
---|---|
triptracker.client.gps.core | |
triptracker.client.gps.ui | |
triptracker.client.map.ui | |
triptracker.client.net | |
triptracker.server | |
triptracker.server.persistence |
Uses of Route in triptracker.client.gps.core |
---|
Methods in triptracker.client.gps.core that return Route | |
---|---|
Route |
GPSClientModel.getActiveRoute()
Returns the active route |
Methods in triptracker.client.gps.core with parameters of type Route | |
---|---|
String |
GPSClientModel.getRouteDesc(Route route)
Returns a route's desciption |
int |
GPSClientModel.getRouteId(Route route)
Returns a route's id |
void |
GPSClientModel.setActiveRoute(Route route)
Sets current route as active route locally. |
void |
GPSClientModel.setRouteOnServer(Route route)
Sets the given route as the active route on server |
Uses of Route in triptracker.client.gps.ui |
---|
Methods in triptracker.client.gps.ui that return Route | |
---|---|
Route |
RoutesForm.getNewRoute()
Gets the new route |
Route |
RoutesForm.getRoute()
Returns selected element in routeBox |
Method parameters in triptracker.client.gps.ui with type arguments of type Route | |
---|---|
void |
RoutesForm.routeList(List<Route> routes)
|
void |
RoutesForm.setRouteBox(List<Route> routes)
Adds route elements to routeBox |
Uses of Route in triptracker.client.map.ui |
---|
Fields in triptracker.client.map.ui declared as Route | |
---|---|
protected Route |
SuperPanel.route
|
Methods in triptracker.client.map.ui that return Route | |
---|---|
protected Route |
SuperPanel.getRoute()
Returns route |
Methods in triptracker.client.map.ui with parameters of type Route | |
---|---|
void |
TabbedForm.gotoMap(boolean realtime,
Route route)
|
void |
InfoPanel.setDescription(Route route)
Sets route description |
void |
TabbedForm.setInfo(Route route,
User user)
|
void |
MapViewPanel.setRoute(boolean realtime,
Route route)
Asks server for coordinates to selected route |
void |
InfoPanel.setRoute(Route route)
Sets route to display info of |
protected void |
SuperPanel.setRoute(Route route)
Sets route |
Method parameters in triptracker.client.map.ui with type arguments of type Route | |
---|---|
void |
MapViewPanel.routeList(List<Route> routes)
|
void |
ConfigPanel.setRouteBox(List<Route> routes)
Adds route elements to routeBox |
Uses of Route in triptracker.client.net |
---|
Methods in triptracker.client.net with parameters of type Route | |
---|---|
void |
MapSocket.getRoute(Route route)
Gets complete route from server. |
void |
MapSocket.setRealtimeRoute(Route route)
Sets realtime route to track. |
void |
SocketConnection.setRoute(Route route)
Sets route to track |
Method parameters in triptracker.client.net with type arguments of type Route | |
---|---|
protected void |
MapSocket.routeList(List<Route> routes)
Publish a route list update event to all listeners. |
void |
GPSSocketAdapter.routeList(List<Route> routes)
Invoked when a list of routes is received. |
void |
MapSocketAdapter.routeList(List<Route> routes)
Invoked when a list of routes is received. |
void |
GPSSocketListener.routeList(List<Route> routes)
Invoked when a list of routes is received. |
void |
MapSocketListener.routeList(List<Route> routes)
Invoked when a list of routes is received. |
protected void |
GPSSocket.routesReceived(List<Route> routes)
|
Uses of Route in triptracker.server |
---|
Fields in triptracker.server declared as Route | |
---|---|
protected Route |
ClientHandler.route
|
Methods in triptracker.server that return Route | |
---|---|
protected Route |
ClientHandler.getActiveRoute()
Returns the currently active route for this client handler. |
Methods in triptracker.server with parameters of type Route | |
---|---|
GPSHandler |
Server.getGPSHandler(Route route)
Returns a GPSHandler to listen to. |
Uses of Route in triptracker.server.persistence |
---|
Methods in triptracker.server.persistence that return Route | |
---|---|
Route |
Persistence.getRoute(int routeId)
Returns spesific route with routeId |
Route |
PersistenceAdapter.getRoute(int routeId)
Returns spesific route with routeId |
Route |
MySqlDB.getRoute(int routeId)
Returns spesific route with routeId |
Route |
Persistence.makeRoute(int userID,
String description,
boolean visibility)
Generates a new route to the user with description. |
Route |
PersistenceAdapter.makeRoute(int userID,
String description,
boolean publicRoute)
Generates a new route to the user with description. |
Route |
MySqlDB.makeRoute(int userId,
String description,
boolean publicRoute)
Generates a new route to the user with description. |
Methods in triptracker.server.persistence that return types with arguments of type Route | |
---|---|
List<Route> |
Persistence.getRoutes(String username)
Returns routes from specific user. |
List<Route> |
PersistenceAdapter.getRoutes(String username)
Returns routes from specific user. |
List<Route> |
MySqlDB.getRoutes(String username)
Returns routes from specific user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |