public class ComponentRiskMonitor
extends java.lang.Object
Constructor and Description |
---|
ComponentRiskMonitor(org.eclipse.swt.widgets.Composite parent,
Controller controller,
java.lang.String text,
java.lang.String shortText)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
void |
setLayoutData(java.lang.Object data)
Sets layout data
|
void |
setRisk(double value)
Value between 0 and 1
|
void |
setThreshold(double value)
Sets the risk threshold
|
public ComponentRiskMonitor(org.eclipse.swt.widgets.Composite parent, Controller controller, java.lang.String text, java.lang.String shortText)
parent
- controller
- text
- shortText
-