

Classes | |
| class | DisplayableColumnNodeManager |
Public Member Functions | |
| DisplayableColumnExplorer (String[] userProperties, boolean withOkButtons) | |
| DisplayableColumnExplorer (String[] userProperties) | |
| String | getName () |
| List | getEnabledColumns () |
| void | okButtonActionPerformed (java.awt.event.ActionEvent actionEvent) |
| void | cancelButtonActionPerformed (java.awt.event.ActionEvent actionEvent) |
| void | applyButtonActionPerformed (java.awt.event.ActionEvent actionEvent) |
| void | reset () |
| void | updateColumns (String[] newUserProperties) |
Static Public Member Functions | |
| static void | main (String args[]) |
Private Member Functions | |
| void | initComponents () |
| void | postInitComponents () |
| void | initNodeManager () |
Private Attributes | |
| String[] | userProperties = null |
| javax.swing.JPanel | actionButtonPanel |
| javax.swing.JButton | disableButton |
| javax.swing.JButton | downButton |
| javax.swing.JPanel | eastPanel |
| javax.swing.JButton | enableButton |
| javax.swing.JButton | upButton |
| javax.swing.JButton | okButton |
| javax.swing.JButton | applyButton |
| javax.swing.JButton | cancelButton |
| javax.swing.JPanel | okCancelButtonPanel |
| javax.swing.JPanel | southButtonPanel |
| boolean | withOkCancelButtonPanel = true |
| DisplayableColumnNodeManager | nodeManager = null |
| Object | rootNode = null |
Static Private Attributes | |
| static final Logger | logger |
This explorers show column These columns can be displayed on alarm console
| cern::laser::guiplatform::windows::DisplayableColumnExplorer::DisplayableColumnExplorer | ( | String[] | userProperties, | |
| boolean | withOkButtons | |||
| ) | [inline] |
Creates new form DisplayableColumnExplorer
| userProperties | user properties | |
| withOkButtons | indicates whether this explorer should contain panel with OK, Apply, Cancel buttons, true if should contain false if not |
| withOkButtons | boolean withActionButtons |
References initComponents(), postInitComponents(), and withOkCancelButtonPanel.
Referenced by main().
| cern::laser::guiplatform::windows::DisplayableColumnExplorer::DisplayableColumnExplorer | ( | String[] | userProperties | ) | [inline] |
Creates DisplayableColumnExplorer with OK, apply, cancel buttons
| userProperties | user properties names |
| void cern::laser::guiplatform::windows::DisplayableColumnExplorer::applyButtonActionPerformed | ( | java.awt.event.ActionEvent | actionEvent | ) | [inline] |
References getEnabledColumns().
Referenced by postInitComponents().
| void cern::laser::guiplatform::windows::DisplayableColumnExplorer::cancelButtonActionPerformed | ( | java.awt.event.ActionEvent | actionEvent | ) | [inline] |
Referenced by postInitComponents().
| List cern::laser::guiplatform::windows::DisplayableColumnExplorer::getEnabledColumns | ( | ) | [inline] |
This method returns enabled columns
References cern::laser::guiplatform::windows::DisplayableColumnExplorer::DisplayableColumnNodeManager::getEnabledColumns(), and nodeManager.
Referenced by applyButtonActionPerformed(), cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::getColumnsToDisplay(), and okButtonActionPerformed().
| String cern::laser::guiplatform::windows::DisplayableColumnExplorer::getName | ( | ) | [inline] |
from TopComponent
Referenced by main().
| void cern::laser::guiplatform::windows::DisplayableColumnExplorer::initComponents | ( | ) | [inline, private] |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
References actionButtonPanel, disableButton, downButton, eastPanel, enableButton, and upButton.
Referenced by DisplayableColumnExplorer().
| void cern::laser::guiplatform::windows::DisplayableColumnExplorer::initNodeManager | ( | ) | [inline, private] |
Init mode manger, used for creation nodeManager, and when this explorer should be reset
References logger, nodeManager, rootNode, cern::gp::explorer::GPListExplorerPanel::setRootNode(), and userProperties.
Referenced by postInitComponents(), reset(), and updateColumns().
| static void cern::laser::guiplatform::windows::DisplayableColumnExplorer::main | ( | String | args[] | ) | [inline, static] |
Method for test execution
References DisplayableColumnExplorer(), and getName().
| void cern::laser::guiplatform::windows::DisplayableColumnExplorer::okButtonActionPerformed | ( | java.awt.event.ActionEvent | actionEvent | ) | [inline] |
References getEnabledColumns(), and logger.
Referenced by postInitComponents().
| void cern::laser::guiplatform::windows::DisplayableColumnExplorer::postInitComponents | ( | ) | [inline, private] |
postInitComponents
References applyButton, applyButtonActionPerformed(), cancelButton, cancelButtonActionPerformed(), initNodeManager(), okButton, okButtonActionPerformed(), okCancelButtonPanel, southButtonPanel, and withOkCancelButtonPanel.
Referenced by DisplayableColumnExplorer().
| void cern::laser::guiplatform::windows::DisplayableColumnExplorer::reset | ( | ) | [inline] |
Reset this explorer
References initNodeManager().
Referenced by cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::reset().
| void cern::laser::guiplatform::windows::DisplayableColumnExplorer::updateColumns | ( | String[] | newUserProperties | ) | [inline] |
References initNodeManager(), and userProperties.
Referenced by cern::laser::guiplatform::windows::behaviour::ConfigureBehaviourPanel::updateBehaviour().
javax.swing.JPanel cern::laser::guiplatform::windows::DisplayableColumnExplorer::actionButtonPanel [private] |
Referenced by initComponents().
javax.swing.JButton cern::laser::guiplatform::windows::DisplayableColumnExplorer::applyButton [private] |
Referenced by postInitComponents().
javax.swing.JButton cern::laser::guiplatform::windows::DisplayableColumnExplorer::cancelButton [private] |
Referenced by postInitComponents().
javax.swing.JButton cern::laser::guiplatform::windows::DisplayableColumnExplorer::disableButton [private] |
Referenced by initComponents().
javax.swing.JButton cern::laser::guiplatform::windows::DisplayableColumnExplorer::downButton [private] |
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::DisplayableColumnExplorer::eastPanel [private] |
Referenced by initComponents().
javax.swing.JButton cern::laser::guiplatform::windows::DisplayableColumnExplorer::enableButton [private] |
Referenced by initComponents().
final Logger cern::laser::guiplatform::windows::DisplayableColumnExplorer::logger [static, private] |
LogFactory.getLogger(DisplayableColumnExplorer.class.getName())
logger
Referenced by initNodeManager(), and okButtonActionPerformed().
DisplayableColumnNodeManager cern::laser::guiplatform::windows::DisplayableColumnExplorer::nodeManager = null [private] |
node Manager
Referenced by getEnabledColumns(), and initNodeManager().
javax.swing.JButton cern::laser::guiplatform::windows::DisplayableColumnExplorer::okButton [private] |
Referenced by postInitComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::DisplayableColumnExplorer::okCancelButtonPanel [private] |
Referenced by postInitComponents().
Object cern::laser::guiplatform::windows::DisplayableColumnExplorer::rootNode = null [private] |
root Node
Reimplemented from cern::gp::explorer::GPListExplorerPanel.
Referenced by initNodeManager().
javax.swing.JPanel cern::laser::guiplatform::windows::DisplayableColumnExplorer::southButtonPanel [private] |
Referenced by postInitComponents().
javax.swing.JButton cern::laser::guiplatform::windows::DisplayableColumnExplorer::upButton [private] |
Referenced by initComponents().
String [] cern::laser::guiplatform::windows::DisplayableColumnExplorer::userProperties = null [private] |
user property names
Referenced by initNodeManager(), and updateColumns().
boolean cern::laser::guiplatform::windows::DisplayableColumnExplorer::withOkCancelButtonPanel = true [private] |
indicates wether this explorer should have okCancelButtonPanel
Referenced by DisplayableColumnExplorer(), and postInitComponents().
1.6.2