Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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

List of all members.

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

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]
 

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

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

Parameters:
 

String cern::laser::guiplatform::windows::ActiveListExplorerPanel::getName  )  [inline]
 

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

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.

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


Member Data Documentation

boolean cern::laser::guiplatform::windows::ActiveListExplorerPanel::canBeClosed = true [private]
 

this flag indicates that this component can be closed only programmatically

String cern::laser::guiplatform::windows::ActiveListExplorerPanel::componentName = null [private]
 

component name

Dimension cern::laser::guiplatform::windows::ActiveListExplorerPanel::defaultDimension [private]
 

Initial value:

new Dimension( (int) (WindowManager.getDefault().getCurrentWorkspace().getBounds().width /1.5) , WindowManager.getDefault().getCurrentWorkspace().getBounds().height / 3)
default dimension, used by InhibitList, etc

Logger cern::laser::guiplatform::windows::ActiveListExplorerPanel::logger [static, private]
 

Initial value:

LogFactory.getLogger(ActiveListExplorerPanel.class.getName())
logger


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:09:36 2009 for ACS Java API by doxygen 1.3.8