- table - Variable in class se.umu.cs.tm11ajn.apjava.travelinfo.view.TravelInfoWindow
-
- TableActions - Class in se.umu.cs.tm11ajn.apjava.travelinfo.controller
-
TableActions is a class containing methods that are to be invoked
when the table is altered, that is, from the EDT.
- TableActions(TravelInfoWindow) - Constructor for class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TableActions
-
- tableActions - Static variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
-
- tableSelectionAction(int) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TableActions
-
Action to perform when the table is selected, it displays
more information about the travel in another window.
- textPane - Variable in class se.umu.cs.tm11ajn.apjava.travelinfo.view.TravelInfoWindow
-
- tInfoWindow - Variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.MenuBarActions
-
- tInfoWindow - Variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TableActions
-
- tInfoWindow - Static variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
-
- TravelInfo - Class in se.umu.cs.tm11ajn.apjava.travelinfo.controller
-
Travel info is a program that collects and displays travel
information from Fritidsresor's feed
(http://www.fritidsresor.se/Blandade-Sidor/feeds/tradera/).
- TravelInfo() - Constructor for class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
-
- TravelInfoWindow - Class in se.umu.cs.tm11ajn.apjava.travelinfo.view
-
The travel info window is the main window of the travel info
program.
- TravelInfoWindow(TableCellRenderer, AbstractTableModel, Class<?>, WindowListener) - Constructor for class se.umu.cs.tm11ajn.apjava.travelinfo.view.TravelInfoWindow
-
Initializes and creates the TravelInfoWindow.