|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
gui.controls | |
gui.dialogs | |
scheduler | |
world |
Uses of Connection in gui.controls |
Fields in gui.controls declared as Connection | |
private Connection |
StationsTimetableListView.connection
A connection to be loaded. |
private Connection |
StationsTimetableEditor.connection
A connection to be load for the edition. |
private Connection |
ConnectionsCellRenderer.connection
A connection we are rendering. |
Methods in gui.controls that return Connection | |
Connection |
ConnectionEditChooser.GetSelectedConnection()
Gets the currently selected conection. |
Constructors in gui.controls with parameters of type Connection | |
StationsTimetableListView(java.util.ArrayList stations,
int meanOfTransportation,
Connection connection)
Constructor. |
|
StationsTimetableEditor(java.util.ArrayList stations,
int meanOfTransportation,
Connection connection)
Constructor. |
Uses of Connection in gui.dialogs |
Fields in gui.dialogs declared as Connection | |
private Connection |
ConnectionTimetableCreator.addedConnection
A connection added to the world if the OK button has been clicked. |
Methods in gui.dialogs that return Connection | |
Connection |
ConnectionTimetableCreator.GetAddedConnection()
Gets the connection added to the world if the OK button has been clicked. |
Constructors in gui.dialogs with parameters of type Connection | |
ConnectionTimetableCreator(java.lang.String title,
java.lang.String connectionName,
java.util.ArrayList stations,
int meanOfTransportation,
Connection connection)
Constructor. |
Uses of Connection in scheduler |
Fields in scheduler declared as Connection | |
private Connection |
TravelPartConnectionChunk.realConnection
A connection this travel part is taken by. |
Connection |
ConnectionsFinderTask.connection
A current real connection the work is done upon. |
Methods in scheduler that return Connection | |
Connection |
TravelPartConnectionChunk.GetRealConnection()
Gets a reference to the real connection this travel part is taken by. |
Methods in scheduler with parameters of type Connection | |
void |
TravelPartConnectionChunk.SetRealConnection(Connection realConnection)
Sets the reference to the real connection this travel part is taken by. |
Uses of Connection in world |
Methods in world with parameters of type Connection | |
void |
World.AddConnection(Connection connection)
Add a new connection to this world. |
void |
World.RemoveConnection(Connection connection)
Removes a given connection from this world. |
boolean |
Connection.IsEqual(Connection other)
Compares two connections. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |