java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.palladiosimulator.servicelevelobjective.edp2.visualization.wizards.SLODialogChooseSLOPage
All Implemented Interfaces:
IDialogPage, IMessageProvider, ISelectionChangedListener, IWizardPage

public class SLODialogChooseSLOPage extends WizardPage implements ISelectionChangedListener
A WizardPage prompting the user to select a ServiceLevelObjective from a list of available ServiceLevelObjective. The selected ServiceLevelObjective is forwarded to the Wizard controlling this page. The list of available ServiceLevelObjective has to be added to the page via the setAvailableSLOs method.