A B C D E F G H I J L M N O P R S T U V W X 

S

saveToXML(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.SettingsHandler
Saves the current settings to an XML file with the input file name.
scheduler - Static variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
 
SCHEMA - Static variable in class se.umu.cs.tm11ajn.apjava.travelinfo.model.XMLParser
 
se.umu.cs.tm11ajn.apjava.travelinfo.controller - package se.umu.cs.tm11ajn.apjava.travelinfo.controller
 
se.umu.cs.tm11ajn.apjava.travelinfo.model - package se.umu.cs.tm11ajn.apjava.travelinfo.model
 
se.umu.cs.tm11ajn.apjava.travelinfo.view - package se.umu.cs.tm11ajn.apjava.travelinfo.view
 
serialVersionUID - Static variable in class se.umu.cs.tm11ajn.apjava.travelinfo.model.OfferTableModel
 
serialVersionUID - Static variable in class se.umu.cs.tm11ajn.apjava.travelinfo.view.SettingsWindow
 
setAboutItemListener() - Static method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
Sets an action listener for the about button in the menu bar.
setAddDestinationButtonListener() - Static method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
Sets a listener to the add destination button.
setBookLink(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the book link.
setCampaignName(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the campaign name.
setCityName(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the city name.
setComboBoxListener() - Static method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
Sets a listener to the combo box.
setContentLink(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the content link.
setCurrentPrice(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the current price.
setData(Offer) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.Updater
Sets data to the input offer and returns it.
setDepartureName(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the departure name.
setDestinationName(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the destination name.
setDoneButtonListener() - Static method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
Sets a listener to the done button.
setFlightExtern(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the flight extern.
setHelpItemListener() - Static method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
Sets an action listener for the help button in the menu bar.
setHotelGrade(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the number of seats remaining.
setHotelGradeString(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the hotel grade string.
setHotelImage(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the hotel image.
setHotelName(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the hotel name.
setIntervalInHalfHours(int) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.SettingsHandler
Sets the interval in half hours.
setJourneyLength(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the journey length.
setJourneyLengthWeeks(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the journey length in weeks.
setNoOfSeatsRemaining(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the number of seats remaining.
setOriginalPrice(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the original price.
setOutDate(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the out date.
setPriceCurrency(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the price currency.
setRemoveDestinationButtonListener() - Static method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
Sets a listener to the remove destination button.
setRoomDescription(String) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.model.Offer
Sets the room description.
setSettingsItemListener() - Static method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
Sets an action listener for the settings button in the menu bar.
setTableSelectionListener() - Static method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
Sets a selection listener for the table.
SETTINGSFILE - Static variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
 
settingsHandler - Variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.SettingsWindowActions
 
settingsHandler - Static variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
 
settingsHandler - Variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.Updater
 
SettingsHandler - Class in se.umu.cs.tm11ajn.apjava.travelinfo.model
SettingsHandler is a singleton class that is responsible for handling and saving the user's settings using a XML document.
SettingsHandler() - Constructor for class se.umu.cs.tm11ajn.apjava.travelinfo.model.SettingsHandler
Initializes the settings handler.
settingsHandler - Static variable in class se.umu.cs.tm11ajn.apjava.travelinfo.model.SettingsHandler
 
settingsItem - Variable in class se.umu.cs.tm11ajn.apjava.travelinfo.view.TravelInfoWindow
 
settingsItemAction(SettingsWindow, SettingsHandler) - Method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.MenuBarActions
Making adjustments to the settings window before displaying it and adds all the settings data to the window.
settingsWindow - Variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.SettingsWindowActions
 
settingsWindow - Static variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
 
SettingsWindow - Class in se.umu.cs.tm11ajn.apjava.travelinfo.view
The settings window showing the current settings as well as provides opportunity for the user to change the settings.
SettingsWindow() - Constructor for class se.umu.cs.tm11ajn.apjava.travelinfo.view.SettingsWindow
Initializes the settings window.
SettingsWindowActions - Class in se.umu.cs.tm11ajn.apjava.travelinfo.controller
SettingsWindowActions is a class containing methods for the actions to be performed when a SettingsWindow is changed by the user.
SettingsWindowActions(SettingsWindow, SettingsHandler) - Constructor for class se.umu.cs.tm11ajn.apjava.travelinfo.controller.SettingsWindowActions
 
settingsWindowActions - Static variable in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
 
setUpdateItemListener() - Static method in class se.umu.cs.tm11ajn.apjava.travelinfo.controller.TravelInfo
Sets an action listener for the setup button in the menu bar.
southPanel - Variable in class se.umu.cs.tm11ajn.apjava.travelinfo.view.SettingsWindow
 
A B C D E F G H I J L M N O P R S T U V W X