Constructor and Description |
---|
ViewPrivacyModels(org.eclipse.swt.widgets.Composite parent,
Controller controller,
LayoutPrivacySettings layoutCriteria)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
actionAdd()
Add
|
void |
actionConfigure()
Configure
|
void |
actionPull()
Pull
|
void |
actionPush()
Push
|
void |
actionRemove()
Remove
|
void |
dispose()
Disposes the view.
|
ModelCriterion |
getSelectedCriterion()
Returns the currently selected criterion, if any
|
boolean |
isAddEnabled()
May criteria be added
|
void |
reset()
Resets the view.
|
void |
update(ModelEvent event)
Updates the view.
|
public ViewPrivacyModels(org.eclipse.swt.widgets.Composite parent, Controller controller, LayoutPrivacySettings layoutCriteria)
parent
- controller
- layoutCriteria
- public void actionAdd()
public void actionConfigure()
public void actionPull()
public void actionPush()
public void actionRemove()
public void dispose()
IView
public ModelCriterion getSelectedCriterion()
public boolean isAddEnabled()
public void reset()
IView
public void update(ModelEvent event)
IView