

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 |
An openable window available to the IDE's window manager. This class is used to visualize active, inhibited, highlighted, etc lists.
| 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
| boolean cern::laser::guiplatform::windows::ActiveListExplorerPanel::canClose | ( | Workspace | workspace, | |
| boolean | flag | |||
| ) | [inline] |
This method indicates whether this component can be closed
References canBeClosed.
| boolean [] cern::laser::guiplatform::windows::ActiveListExplorerPanel::getColumnsToSort | ( | String[] | columnsToDisplay | ) | [inline, private] |
| 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
| flag | true if component can be closed flase if can not be closed |
References canBeClosed.
boolean cern::laser::guiplatform::windows::ActiveListExplorerPanel::canBeClosed = true [private] |
this flag indicates that this component can be closed only programmatically
Referenced by canClose(), and setCanBeClose().
String cern::laser::guiplatform::windows::ActiveListExplorerPanel::componentName = null [private] |
component name
Referenced by getName().
Dimension cern::laser::guiplatform::windows::ActiveListExplorerPanel::defaultDimension [private] |
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().
Logger cern::laser::guiplatform::windows::ActiveListExplorerPanel::logger [static, private] |
LogFactory.getLogger(ActiveListExplorerPanel.class.getName())
logger
Reimplemented from cern::laser::guiplatform::explorer::ACExplorer.
1.6.2