Uses of Class
jmri.jmrit.operations.routes.Route
-
Packages that use Route Package Description jmri.jmrit.operations.locations jmri.jmrit.operations.routes jmri.jmrit.operations.routes.tools jmri.jmrit.operations.trains -
-
Uses of Route in jmri.jmrit.operations.locations
Fields in jmri.jmrit.operations.locations with type parameters of type Route Modifier and Type Field Description (package private) javax.swing.JComboBox<Route>
TrackEditFrame. comboBoxDropRoutes
(package private) javax.swing.JComboBox<Route>
TrackEditFrame. comboBoxPickupRoutes
Methods in jmri.jmrit.operations.locations with parameters of type Route Modifier and Type Method Description boolean
Track. isDropRouteAccepted(Route route)
boolean
Track. isPickupRouteAccepted(Route route)
-
Uses of Route in jmri.jmrit.operations.routes
Fields in jmri.jmrit.operations.routes declared as Route Modifier and Type Field Description (package private) Route
RouteEditFrame. _route
Fields in jmri.jmrit.operations.routes with type parameters of type Route Modifier and Type Field Description protected java.util.Hashtable<java.lang.String,Route>
RouteManager. _routeHashTable
(package private) java.util.List<Route>
RoutesTableModel. sysList
Methods in jmri.jmrit.operations.routes that return Route Modifier and Type Method Description Route
RouteManager. copyRoute(Route route, java.lang.String routeName, boolean invert)
Copy route, returns a new route named routeName.Route
RouteManager. getRouteById(java.lang.String id)
Route
RouteManager. getRouteByName(java.lang.String name)
Route
RouteManager. isLocationInUse(Location loc)
Used to determine if a location is part of any route.Route
RouteManager. newRoute(java.lang.String name)
Finds an existing route or creates a new route if needed requires route's name creates a unique id for this routeMethods in jmri.jmrit.operations.routes that return types with arguments of type Route Modifier and Type Method Description javax.swing.JComboBox<Route>
RouteManager. getComboBox()
java.util.List<Route>
RouteManager. getRoutesByIdList()
Sort by route number, number can alpha numericjava.util.List<Route>
RouteManager. getRoutesByNameList()
Sort by route nameMethods in jmri.jmrit.operations.routes with parameters of type Route Modifier and Type Method Description Route
RouteManager. copyRoute(Route route, java.lang.String routeName, boolean invert)
Copy route, returns a new route named routeName.void
RouteManager. deregister(Route route)
Forget a NamedBean Object created outside the manager.void
RouteEditFrame. initComponents(Route route)
void
RouteEditFrame. initComponents(Route route, Train train)
protected void
RouteEditTableModel. initTable(RouteEditFrame frame, javax.swing.JTable table, Route route)
void
RouteManager. register(Route route)
Remember a NamedBean Object created outside the manager.Method parameters in jmri.jmrit.operations.routes with type arguments of type Route Modifier and Type Method Description void
RouteManager. updateComboBox(javax.swing.JComboBox<Route> box)
-
Uses of Route in jmri.jmrit.operations.routes.tools
Fields in jmri.jmrit.operations.routes.tools declared as Route Modifier and Type Field Description (package private) Route
PrintRouteAction. _route
(package private) Route
RouteBlockingOrderEditFrame. _route
(package private) Route
RouteBlockingOrderEditFrameAction. _route
(package private) Route
RouteCopyAction. _route
(package private) Route
SetTrainIconRouteAction. _route
(package private) Route
SetTrainIconRouteFrame. _route
Fields in jmri.jmrit.operations.routes.tools with type parameters of type Route Modifier and Type Field Description (package private) javax.swing.JComboBox<Route>
RouteCopyFrame. routeBox
Methods in jmri.jmrit.operations.routes.tools with parameters of type Route Modifier and Type Method Description protected void
RouteBlockingOrderEditTableModel. initTable(RouteBlockingOrderEditFrame frame, javax.swing.JTable table, Route route)
Constructors in jmri.jmrit.operations.routes.tools with parameters of type Route Constructor Description PrintRouteAction(boolean isPreview, Route route)
PrintRoutes(boolean isPreview, Route route)
Prints or previews a summary of a routeRouteBlockingOrderEditFrame(Route route)
RouteBlockingOrderEditFrameAction(Route route)
RouteCopyAction(Route route)
RouteCopyFrame(Route route)
SetTrainIconRouteAction(Route route)
SetTrainIconRouteFrame(Route route)
-
Uses of Route in jmri.jmrit.operations.trains
Fields in jmri.jmrit.operations.trains declared as Route Modifier and Type Field Description protected Route
Train. _route
Fields in jmri.jmrit.operations.trains with type parameters of type Route Modifier and Type Field Description (package private) javax.swing.JComboBox<Route>
TrainEditFrame. routeBox
Methods in jmri.jmrit.operations.trains that return Route Modifier and Type Method Description Route
Train. getRoute()
Gets the train's routeMethods in jmri.jmrit.operations.trains with parameters of type Route Modifier and Type Method Description void
Train. setRoute(Route route)
-