|
|||||||||
| Home >> All >> jflight >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jflight.model
Class RteContainer

java.lang.Objectjflight.model.DataContainer
jflight.model.RteContainer
- public class RteContainer
- extends DataContainer
Class RteContainer holds all Routes
| Field Summary | |
private java.util.Vector |
data
|
private static RteContainer |
rteContainer
|
| Fields inherited from class jflight.model.DataContainer |
dataHasChanged |
| Constructor Summary | |
private |
RteContainer()
|
| Method Summary | |
void |
addRoute(Rte curRte)
|
static RteContainer |
getInstance()
|
java.lang.Object |
getRteFromList(java.lang.String name)
Returns a route. |
void |
removeAllRoutes()
|
Rte |
routeAt(int i)
|
int |
size()
|
| Methods inherited from class jflight.model.DataContainer |
hasChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
rteContainer
private static RteContainer rteContainer
data
private java.util.Vector data
| Constructor Detail |
RteContainer
private RteContainer()
| Method Detail |
addRoute
public void addRoute(Rte curRte)
removeAllRoutes
public void removeAllRoutes()
routeAt
public Rte routeAt(int i)
size
public int size()
getInstance
public static RteContainer getInstance()
getRteFromList
public java.lang.Object getRteFromList(java.lang.String name)
- Returns a route.
|
|||||||||
| Home >> All >> jflight >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC