public class InputDesignEditorHandler extends Object
| Constructor and Description |
|---|
InputDesignEditorHandler(InputDesignEditor ui) |
| Modifier and Type | Method and Description |
|---|---|
void |
addScenario() |
void |
cloneScenario() |
void |
exportScenario() |
protected int |
getMaxOrder() |
static String |
getScenarioExtension() |
void |
importScenario() |
void |
initUI() |
protected boolean |
isScenarioNameAvailable(String selectedName) |
static void |
onSelectedScenarioChanged(AbstractScenarioModel<?> model,
ItemEvent event) |
void |
removeScenario() |
protected boolean |
showCloneScenarioUI(CloneScenarioModel model) |
protected boolean |
showExportScenarioUI(ExportScenarioModel model) |
protected boolean |
showImportScenarioUI(ImportScenarioModel model) |
public InputDesignEditorHandler(InputDesignEditor ui)
public void initUI()
public void addScenario()
public void removeScenario()
public void cloneScenario()
public void importScenario()
public void exportScenario()
public static void onSelectedScenarioChanged(AbstractScenarioModel<?> model, ItemEvent event)
public static String getScenarioExtension()
protected boolean showCloneScenarioUI(CloneScenarioModel model)
protected boolean showExportScenarioUI(ExportScenarioModel model)
protected boolean showImportScenarioUI(ImportScenarioModel model)
protected int getMaxOrder()
protected boolean isScenarioNameAvailable(String selectedName)
Copyright © 2011-2012 Code Lutin. All Rights Reserved.