Class ExampleWizardLoadBalancer
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- org.palladiosimulator.simulizar.ui.wizards.ExampleWizardLoadBalancer
-
- All Implemented Interfaces:
IExecutableExtension,IShellProvider,IWizard,INewWizard,IWorkbenchWizard
public class ExampleWizardLoadBalancer extends Wizard implements INewWizard, IExecutableExtension
-
-
Field Summary
Fields Modifier and Type Field Description static StringALLOCATION_FILE_ATTRIBUTE_KEYstatic StringCONFIDENCE_MODEL_ELEMENT_URI_ATTRIBUTE_KEYstatic StringEXAMPLE_DESCRIPTIONstatic StringLAUNCH_CONFIGURAION_2static StringLAUNCH_CONFIGURAION_2_WITH_EXTENSIONstatic StringLAUNCH_CONFIGURAION_3static StringLAUNCH_CONFIGURAION_3_WITH_EXTENSIONstatic StringLAUNCH_CONFIGURATION_1static StringLAUNCH_CONFIGURATION_1_WITH_EXTENSIONstatic StringLOAD_BALANCER_EXAMPLE_URIstatic StringMONITOR_REPOSITORY_FILE_ATTRIBUTE_KEYstatic StringPMS_FILE_ATTRIBUTE_KEYstatic StringRECONFIGURATION_RULES_FOLDER_ATTRIBUTE_KEYstatic StringSLO_FILE_ATTRIBUTE_KEYstatic StringUSAGE_FILE_ATTRIBUTE_KEYstatic StringWIZARD_PAGE_TITLE-
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
-
Constructor Summary
Constructors Constructor Description ExampleWizardLoadBalancer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPages()voidinit(IWorkbench workbench, IStructuredSelection selection)booleanperformFinish()voidsetInitializationData(IConfigurationElement config, String propertyName, Object data)-
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
-
-
-
-
Field Detail
-
ALLOCATION_FILE_ATTRIBUTE_KEY
public static String ALLOCATION_FILE_ATTRIBUTE_KEY
-
CONFIDENCE_MODEL_ELEMENT_URI_ATTRIBUTE_KEY
public static String CONFIDENCE_MODEL_ELEMENT_URI_ATTRIBUTE_KEY
-
LAUNCH_CONFIGURAION_2
public static String LAUNCH_CONFIGURAION_2
-
LAUNCH_CONFIGURAION_2_WITH_EXTENSION
public static String LAUNCH_CONFIGURAION_2_WITH_EXTENSION
-
LAUNCH_CONFIGURAION_3
public static String LAUNCH_CONFIGURAION_3
-
LAUNCH_CONFIGURAION_3_WITH_EXTENSION
public static String LAUNCH_CONFIGURAION_3_WITH_EXTENSION
-
LAUNCH_CONFIGURATION_1
public static String LAUNCH_CONFIGURATION_1
-
LAUNCH_CONFIGURATION_1_WITH_EXTENSION
public static String LAUNCH_CONFIGURATION_1_WITH_EXTENSION
-
LOAD_BALANCER_EXAMPLE_URI
public static String LOAD_BALANCER_EXAMPLE_URI
-
MONITOR_REPOSITORY_FILE_ATTRIBUTE_KEY
public static String MONITOR_REPOSITORY_FILE_ATTRIBUTE_KEY
-
PMS_FILE_ATTRIBUTE_KEY
public static String PMS_FILE_ATTRIBUTE_KEY
-
RECONFIGURATION_RULES_FOLDER_ATTRIBUTE_KEY
public static String RECONFIGURATION_RULES_FOLDER_ATTRIBUTE_KEY
-
SLO_FILE_ATTRIBUTE_KEY
public static String SLO_FILE_ATTRIBUTE_KEY
-
USAGE_FILE_ATTRIBUTE_KEY
public static String USAGE_FILE_ATTRIBUTE_KEY
-
WIZARD_PAGE_TITLE
public static String WIZARD_PAGE_TITLE
-
EXAMPLE_DESCRIPTION
public static String EXAMPLE_DESCRIPTION
-
-
Method Detail
-
init
public void init(IWorkbench workbench, IStructuredSelection selection)
- Specified by:
initin interfaceIWorkbenchWizard
-
performFinish
public boolean performFinish()
- Specified by:
performFinishin interfaceIWizard- Specified by:
performFinishin classWizard
-
addPages
public void addPages()
-
setInitializationData
public void setInitializationData(IConfigurationElement config, String propertyName, Object data) throws CoreException
- Specified by:
setInitializationDatain interfaceIExecutableExtension- Throws:
CoreException
-
-