Public Member Functions | |
ConfigureBehaviourPanel (Configuration configuration) throws LaserConsoleException | |
void | actionPerformed (java.awt.event.ActionEvent actionEvent) |
void | reset () |
HashMap | getSelectedBehaviuor () |
boolean | isAlarmAutoKlaxon () |
String | getKlaxonVolume () |
boolean | isDailyPrinting () |
String | getDailyPrinter () |
boolean | isAlarmDistinguished () |
boolean | isAlarmAutoTerminated () |
boolean | isReducedMaskedFlagOn () |
String[] | getColumnsToDisplay () |
void | updateBehaviour (Configuration newConfiguration) throws LaserConsoleException |
Package Attributes | |
JPanel | behaviourPanel = null |
DisplayableColumnExplorer | columnsExplorer = null |
AlarmDailyPrintPanel | dailyPrintPanel = null |
SimpleChoosePanel | simChoosePanel = null |
SimpleChoosePanel | behChoosePanel = null |
SimpleChoosePanel | klaxonChoosePanel = null |
ChooseKlaxonVolumePanel | klaxonVoluePanel = null |
SimpleChoosePanel | activeListFontPanel = null |
SimpleChoosePanel | clockMenuBarPanel = null |
SimpleChoosePanel | reducedMaskFlagPanel = null |
Configuration | configuration = null |
Static Package Attributes | |
final Logger | logger |
Private Member Functions | |
void | initComponent () throws LaserConsoleException |
String | setKlaxonVolume (String volume) |
Static Private Attributes | |
final String | RIGHT = "right" |
final String | LEFT = "left" |
final String | FIRST = "first" |
final String | SECOND = "second" |
final String | THIRD = "third" |
final String | FOURTH = "fourth" |
|
Creates a new instance of ConfigureBehaviourPanel |
|
|
|
|
|
|
|
|
|
This method returns selected behaviour as string name=value;name=value; In final version this should be changed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method resets all component for this class TODO: this method shuld be in interface. And this interface should be impelmented by all tabbed panes. |
|
|
|
|
|
|
|
contains things like "klaxon settings |
|
|
|
|
|
|
|
configuration |
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
|
|
|
|
|
|
|
|
|
|
|