Class UIManager
java.lang.Object
org.unibl.etf.pj2.app.state.UIManager
Data-holder Singleton klasa koja cuva podatke o relevantnim aktivnim UI elementima aplikacije. Singleton sablon omogucava pristup
ovim elementima iz bilo kog dijela koda u bilo kom dijelu izvrsavanja uz garanciju da se oni nece mijenjati, buduci da se
ucitavaju samo jednom - na pocetku izvrsavanja.
- Author:
- Nikola Markovic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate JButtonprivate JLabelprivate GeneralComboBoxprivate JButtonprivate JButtonprivate static final UIManagerprivate MainPanelprivate GeneralComboBoxprivate OptionsPanelprivate SearchResultPanelprivate Stringprivate Stringprivate Stringprivate GeneralComboBoxprivate JLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UIManagervoidsetBuyButton(JButton buyButton) voidsetBuyLabel(JLabel buyLabel) voidsetDestinationComboBox(GeneralComboBox destinationComboBox) voidsetExtraButton(JButton extraButton) voidsetFindButton(JButton findButton) voidsetMainPanel(MainPanel mainPanel) voidsetOptimizationCriteriaComboBox(GeneralComboBox optimizationCriteriaComboBox) voidsetOptionsPanel(OptionsPanel optionsPanel) voidsetSearchResultPanel(SearchResultPanel searchResultPanel) voidsetSelectedRowNum(String selectedRowNum) voidsetSelectedRowPath(String selectedRowPath) voidsetSelectedRowValue(String selectedRowValue) voidsetStartComboBox(GeneralComboBox startComboBox) voidsetTopResultLabel(JLabel topResultLabel)
-
Field Details
-
mainPanel
-
optionsPanel
-
searchResultPanel
-
findButton
-
extraButton
-
buyLabel
-
topResultLabel
-
buyButton
-
startComboBox
-
destinationComboBox
-
optimizationCriteriaComboBox
-
selectedRowNum
-
selectedRowPath
-
selectedRowValue
-
globalUImanager
-
-
Constructor Details
-
UIManager
private UIManager()
-
-
Method Details
-
getInstance
-
getSearchResultPanel
-
setSearchResultPanel
-
getOptionsPanel
-
setOptionsPanel
-
getMainPanel
-
setMainPanel
-
getFindButton
-
setFindButton
-
getExtraButton
-
setExtraButton
-
getSelectedRowValue
-
setSelectedRowValue
-
getSelectedRowPath
-
setSelectedRowPath
-
getSelectedRowNum
-
setSelectedRowNum
-
getBuyButton
-
setBuyButton
-
getTopResultLabel
-
setTopResultLabel
-
getBuyLabel
-
setBuyLabel
-
getStartComboBox
-
setStartComboBox
-
getDestinationComboBox
-
setDestinationComboBox
-
getOptimizationCriteriaComboBox
-
setOptimizationCriteriaComboBox
-