public class PlanHandler extends SimulatorTabHandler
| Modifier and Type | Field and Description |
|---|---|
protected StorageChangeListener |
simulationPlanStorageListener |
protected PlanUI |
tabUI |
simulationUI| Modifier | Constructor and Description |
|---|---|
protected |
PlanHandler(PlanUI tabUI) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSimulationPlan() |
void |
addSimulationPlan(PlanUI planUI,
String name) |
protected void |
afterInit() |
protected void |
clearSimulationPlan() |
void |
clearSimulationPlans() |
List<SimulationPlan> |
getParamSimulationPlans() |
List<String> |
getSimulationPlanNames()
Return simulation plan names list.
|
protected GenericComboModel<String> |
getSimulationPlansComboModel()
Refresh simulation plan names list.
|
protected GenericListModel<SimulationPlan> |
getSimulationSimulationPlansListModel()
Refresh simulation simulation plan list.
|
void |
refresh() |
protected void |
removeSimulationPlan() |
void |
removeSimulationPlan(SimulationPlan sp) |
protected void |
setSimulationPlanButtons() |
protected void |
setSimulParamsSimulationPlans() |
getFactorGroup, getParameterssetStatusMessage, setStatusMessageprotected PlanUI tabUI
protected StorageChangeListener simulationPlanStorageListener
protected PlanHandler(PlanUI tabUI)
protected void afterInit()
public void refresh()
public List<String> getSimulationPlanNames()
public List<SimulationPlan> getParamSimulationPlans()
public void removeSimulationPlan(SimulationPlan sp)
public void clearSimulationPlans()
protected GenericComboModel<String> getSimulationPlansComboModel()
protected GenericListModel<SimulationPlan> getSimulationSimulationPlansListModel()
protected void addSimulationPlan()
protected void removeSimulationPlan()
protected void clearSimulationPlan()
protected void setSimulationPlanButtons()
protected void setSimulParamsSimulationPlans()
Copyright © 1999–2015 CodeLutin. All rights reserved.