public class ReductionsView extends ViewPart implements IMyViewPart
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
| Constructor and Description |
|---|
ReductionsView() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPartControl(Composite parent) |
void |
fillMRParentChAlarmList(java.lang.String ff,
java.lang.String fm,
int fc) |
void |
fillNRParentChAlarmList(java.lang.String ff,
java.lang.String fm,
int fc) |
void |
fillWidgets() |
void |
refreshContents()
Refreshes the contents of the views.
|
void |
selectElementFromTree(java.lang.String triplet,
boolean isNodeReduction) |
void |
setEnabled(boolean v)
Enables or disables the View for user interaction.
|
void |
setFocus() |
void |
setReadOnly(boolean v) |
void |
sortMultiReductionRuleList(TreeItem iTree) |
void |
sortNodeReductionRuleList(TreeItem iTree) |
void |
sortReductionRulesList() |
public void createPartControl(Composite parent)
public void refreshContents()
IMyViewPartrefreshContents in interface IMyViewPartpublic void fillNRParentChAlarmList(java.lang.String ff,
java.lang.String fm,
int fc)
public void fillMRParentChAlarmList(java.lang.String ff,
java.lang.String fm,
int fc)
public void setFocus()
public void setEnabled(boolean v)
IMyViewPartsetEnabled in interface IMyViewPartv - If true, the view should be enabled. Else, it should be disabledpublic void sortReductionRulesList()
public void sortNodeReductionRuleList(TreeItem iTree)
public void sortMultiReductionRuleList(TreeItem iTree)
public void selectElementFromTree(java.lang.String triplet,
boolean isNodeReduction)
public void fillWidgets()
fillWidgets in interface IMyViewPartpublic void setReadOnly(boolean v)
setReadOnly in interface IMyViewPart