Klasse ViewPrivacyModels
java.lang.Object
org.deidentifier.arx.gui.view.impl.define.ViewPrivacyModels
- Alle implementierten Schnittstellen:
IView
This class displays a list of all defined privacy criteria.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungViewPrivacyModels(org.eclipse.swt.widgets.Composite parent, Controller controller, LayoutPrivacySettings layoutCriteria) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidAddvoidConfigurevoidPullvoidPushvoidRemovevoiddispose()Disposes the view.Returns the currently selected criterion, if anybooleanMay criteria be addedvoidreset()Resets the view.voidupdate(ModelEvent event) Updates the view.
-
Konstruktordetails
-
ViewPrivacyModels
public ViewPrivacyModels(org.eclipse.swt.widgets.Composite parent, Controller controller, LayoutPrivacySettings layoutCriteria) Creates a new instance.- Parameter:
parent-controller-layoutCriteria-
-
-
Methodendetails
-
actionAdd
public void actionAdd()Add -
actionConfigure
public void actionConfigure()Configure -
actionPull
public void actionPull()Pull -
actionPush
public void actionPush()Push -
actionRemove
public void actionRemove()Remove -
dispose
public void dispose()Beschreibung aus Schnittstelle kopiert:IViewDisposes the view. -
getSelectedCriterion
Returns the currently selected criterion, if any- Gibt zurück:
-
isAddEnabled
public boolean isAddEnabled()May criteria be added- Gibt zurück:
-
reset
public void reset()Beschreibung aus Schnittstelle kopiert:IViewResets the view. -
update
Beschreibung aus Schnittstelle kopiert:IViewUpdates the view.
-