cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel Class Reference

Inheritance diagram for cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel:
Inheritance graph
[legend]
Collaboration diagram for cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel:
Collaboration graph
[legend]

List of all members.

Classes

class  AlarmDailyPrintPanel
class  ChooseKlaxonVolumePanel

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

static final Logger logger

Private Member Functions

void initComponent () throws LaserConsoleException
String setKlaxonVolume (String volume)

Static Private Attributes

static final String RIGHT = "right"
static final String LEFT = "left"
static final String FIRST = "first"
static final String SECOND = "second"
static final String THIRD = "third"
static final String FOURTH = "fourth"

Detailed Description

Author:
pawlowsk

Constructor & Destructor Documentation

cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::ConfigureBehaviourPanel ( Configuration  configuration  )  throws LaserConsoleException [inline]

Creates a new instance of ConfigureBehaviourPanel

References configuration, and initComponent().


Member Function Documentation

void cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::actionPerformed ( java.awt.event.ActionEvent  actionEvent  )  [inline]
String [] cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::getColumnsToDisplay (  )  [inline]
String cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::getDailyPrinter (  )  [inline]
String cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::getKlaxonVolume (  )  [inline]
HashMap cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::getSelectedBehaviuor (  )  [inline]

This method returns selected behaviour as string name=value;name=value;

In final version this should be changed

Deprecated:
not implemented yet, probably is useless
void cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::initComponent (  )  throws LaserConsoleException [inline, private]
boolean cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::isAlarmAutoKlaxon (  )  [inline]
boolean cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::isAlarmAutoTerminated (  )  [inline]
boolean cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::isAlarmDistinguished (  )  [inline]
boolean cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::isDailyPrinting (  )  [inline]
boolean cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::isReducedMaskedFlagOn (  )  [inline]
void cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::reset (  )  [inline]
String cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::setKlaxonVolume ( String  volume  )  [inline, private]
void cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::updateBehaviour ( Configuration  newConfiguration  )  throws LaserConsoleException [inline]

Member Data Documentation

contains things like "klaxon settings

Referenced by initComponent().

configuration

Referenced by ConfigureBehaviourPanel(), initComponent(), and updateBehaviour().

Initial value:
 
        LogFactory.getLogger(ConfigureBehaviourPanel.class.getName())

Referenced by getColumnsToDisplay().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2