Public Member Functions | |
AlarmDailyPrintPanel (String borderTitle, String radioTitle, boolean checked, String printerName) | |
void | setPrinterButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | radioButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | reset () |
void | updatePanel (boolean newDailyPrint, String newPrinterName) |
String | getDailyPrinterName () |
boolean | isDailyPrinting () |
void | addConfigurationChangeListener (java.awt.event.ActionListener listener) |
Package Attributes | |
final Logger | logger |
Private Attributes | |
JButton | setDailyPrinterButton = null |
JRadioButton | radioButton = null |
JButton | setPrinterButton = null |
String | dailyPrinterName = null |
JLabel | printerNameLabel = null |
ActionListener | confChangeListener = null |
|
Constructor
|
|
|
|
|
|
true is daily print radio button is checked false otherwise |
|
|
|
This method resets this panel |
|
|
|
|
|
listener which is able to change Save button on ConfigurationPanel |
|
|
|
Initial value:
|
|
|
|
|
|
|
|
|