Package | Description |
---|---|
org.deidentifier.arx.gui.model | |
org.deidentifier.arx.gui.view.impl.risk |
Modifier and Type | Method and Description |
---|---|
static ModelRisk.ViewRiskType |
ModelRisk.ViewRiskType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelRisk.ViewRiskType[] |
ModelRisk.ViewRiskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModelRisk.isViewEnabledForInput(ModelRisk.ViewRiskType view)
Returns whether a view is enabled
|
boolean |
ModelRisk.isViewEnabledForOutput(ModelRisk.ViewRiskType view)
Returns whether a view is enabled
|
void |
ModelRisk.setViewEnabledForInput(ModelRisk.ViewRiskType view,
boolean value)
Allows to enable/disable views
|
void |
ModelRisk.setViewEnabledForOutput(ModelRisk.ViewRiskType view,
boolean value)
Allows to enable/disable views
|
Modifier and Type | Method and Description |
---|---|
ModelRisk.ViewRiskType |
LayoutRisksAbstract.getSelectedViewType()
Returns the selected type of view
|