cern::laser::guiplatform::windows::ActiveListExplorerPanel Class Reference

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

List of all members.

Classes

class  ListSelectionListener

Public Member Functions

 ActiveListExplorerPanel (AlarmNodeManager nodeManager, String componentName, boolean canBeClosed, boolean serialize, String[] columnsToDisplay)
 ActiveListExplorerPanel (AlarmNodeManager nodeManager, String componentName, String[] columnsToDisplay)
 ActiveListExplorerPanel (AlarmNodeManager nodeManager, String componentName, boolean canBeClosed, String[] columnsToDisplay)
boolean canClose (Workspace workspace, boolean flag)
void setCanBeClose (boolean flag)
String getName ()
Dimension getPreferredSize ()

Private Member Functions

boolean[] getColumnsToSort (String[] columnsToDisplay)
void initComponents ()

Private Attributes

boolean canBeClosed = true
String componentName = null
Dimension defaultDimension

Static Private Attributes

static Logger logger

Detailed Description

An openable window available to the IDE's window manager. This class is used to visualize active, inhibited, highlighted, etc lists.

Author:
pawlowsk

Constructor & Destructor Documentation

cern::laser::guiplatform::windows::ActiveListExplorerPanel::ActiveListExplorerPanel ( AlarmNodeManager  nodeManager,
String  componentName,
boolean  canBeClosed,
boolean  serialize,
String[]  columnsToDisplay 
) [inline]

References initComponents().

cern::laser::guiplatform::windows::ActiveListExplorerPanel::ActiveListExplorerPanel ( AlarmNodeManager  nodeManager,
String  componentName,
String[]  columnsToDisplay 
) [inline]

Constructor

cern::laser::guiplatform::windows::ActiveListExplorerPanel::ActiveListExplorerPanel ( AlarmNodeManager  nodeManager,
String  componentName,
boolean  canBeClosed,
String[]  columnsToDisplay 
) [inline]

Constructor


Member Function Documentation

boolean cern::laser::guiplatform::windows::ActiveListExplorerPanel::canClose ( Workspace  workspace,
boolean  flag 
) [inline]

This method indicates whether this component can be closed

Returns:
true is can be close, otherwise false

References canBeClosed.

boolean [] cern::laser::guiplatform::windows::ActiveListExplorerPanel::getColumnsToSort ( String[]  columnsToDisplay  )  [inline, private]
Parameters:
 
String cern::laser::guiplatform::windows::ActiveListExplorerPanel::getName (  )  [inline]

References componentName.

Dimension cern::laser::guiplatform::windows::ActiveListExplorerPanel::getPreferredSize (  )  [inline]

References defaultDimension.

void cern::laser::guiplatform::windows::ActiveListExplorerPanel::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 FormEditor.

Referenced by ActiveListExplorerPanel().

void cern::laser::guiplatform::windows::ActiveListExplorerPanel::setCanBeClose ( boolean  flag  )  [inline]

This is helpers method, which is used to indicates whether this component can be closed or not

Parameters:
flag true if component can be closed flase if can not be closed

References canBeClosed.


Member Data Documentation

this flag indicates that this component can be closed only programmatically

Referenced by canClose(), and setCanBeClose().

component name

Referenced by getName().

Initial value:
 new Dimension(
    (int) (WindowManager.getDefault().getCurrentWorkspace().getBounds().width /1.5) ,
    WindowManager.getDefault().getCurrentWorkspace().getBounds().height / 3)

default dimension, used by InhibitList, etc

Referenced by getPreferredSize().

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

logger

Reimplemented from cern::laser::guiplatform::explorer::ACExplorer.


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

Generated by  doxygen 1.6.2