Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jflight.model
Class RteContainer  view RteContainer download RteContainer.java

java.lang.Object
  extended byjflight.model.DataContainer
      extended byjflight.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.