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 |
|
|
|
Constructor |
|
Constructor |
|
This method indicates whether this component can be closed
|
|
|
|
|
|
|
|
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. |
|
This is helpers method, which is used to indicates whether this component can be closed or not
|
|
this flag indicates that this component can be closed only programmatically |
|
component name |
|
Initial value: default dimension, used by InhibitList, etc |
|
Initial value: logger |