Klasse ComponentRiskThresholds
java.lang.Object
org.deidentifier.arx.gui.view.impl.common.ComponentRiskThresholds
A component for configuring risk thresholds
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungComponentRiskThresholds(org.eclipse.swt.widgets.Composite parent) Creates a new instance -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddSelectionListenerThresholdHighestRisk(org.eclipse.swt.events.SelectionListener listener) Adds a selection listenervoidaddSelectionListenerThresholdRecordsAtRisk(org.eclipse.swt.events.SelectionListener listener) Adds a selection listenervoidaddSelectionListenerThresholdSuccessRate(org.eclipse.swt.events.SelectionListener listener) Adds a selection listenerdoubleGets a thresholddoubleGets a thresholddoubleGets a thresholdvoidsetLayoutData(Object data) Sets layout datavoidsetThresholdHighestRisk(double arg0) Sets a thresholdvoidsetThresholdRecordsAtRisk(double arg0) Sets a thresholdvoidsetThresholdSuccessRate(double arg0) Sets a threshold
-
Konstruktordetails
-
ComponentRiskThresholds
public ComponentRiskThresholds(org.eclipse.swt.widgets.Composite parent) Creates a new instance- Parameter:
parent-
-
-
Methodendetails
-
addSelectionListenerThresholdHighestRisk
public void addSelectionListenerThresholdHighestRisk(org.eclipse.swt.events.SelectionListener listener) Adds a selection listener- Parameter:
listener-
-
addSelectionListenerThresholdRecordsAtRisk
public void addSelectionListenerThresholdRecordsAtRisk(org.eclipse.swt.events.SelectionListener listener) Adds a selection listener- Parameter:
listener-
-
addSelectionListenerThresholdSuccessRate
public void addSelectionListenerThresholdSuccessRate(org.eclipse.swt.events.SelectionListener listener) Adds a selection listener- Parameter:
listener-
-
getThresholdHighestRisk
public double getThresholdHighestRisk()Gets a threshold- Gibt zurück:
-
getThresholdRecordsAtRisk
public double getThresholdRecordsAtRisk()Gets a threshold- Gibt zurück:
-
getThresholdSuccessRate
public double getThresholdSuccessRate()Gets a threshold- Gibt zurück:
-
setLayoutData
Sets layout data- Parameter:
data-
-
setThresholdHighestRisk
public void setThresholdHighestRisk(double arg0) Sets a threshold- Parameter:
arg0-
-
setThresholdRecordsAtRisk
public void setThresholdRecordsAtRisk(double arg0) Sets a threshold- Parameter:
arg0-
-
setThresholdSuccessRate
public void setThresholdSuccessRate(double arg0) Sets a threshold- Parameter:
arg0-
-