public class OptimizationHandler extends SimulatorTabHandler
| Modifier and Type | Field and Description |
|---|---|
protected FactorEditorListener |
factorEditorListener |
protected OptimizationUI |
tabUI |
simulationUI| Constructor and Description |
|---|
OptimizationHandler(OptimizationUI tabUI) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExports()
Add selected export.
|
void |
afterInit() |
void |
clearExports()
Clear all export in table.
|
ListModel<String> |
getExportListModel()
ExportInfo model for combo box.
|
ExportObservationTableModel |
getExportObservationTableModel()
ExportInfo model for combo box.
|
protected FactorEditorListener |
getFactorActionListener()
Retourne une instance de action listener qui affichera l'interface de sélection d'un facteur.
|
GenericComboModel<String> |
getObjectiveComboModel()
Optimization model for combo box.
|
GenericComboModel<String> |
getOptimizationComboModel()
Optimization model for combo box.
|
void |
objectiveChanged()
Selection d'une méthode d'optimisation.
|
void |
optimizationChanged()
Selection d'une méthode d'optimisation.
|
void |
refresh() |
void |
removeExports()
Remove selected exports in table.
|
protected void |
removeFactor(FactorGroup factorGroup,
String factorPath)
Deprecated.
this is a hack i think, should not be here and not used at all
|
void |
removeFactor(String factorPath)
Deprecated.
this is a hack i think, should not be here and not used at all
|
getFactorGroup, getParameterssetStatusMessage, setStatusMessageprotected FactorEditorListener factorEditorListener
protected OptimizationUI tabUI
public OptimizationHandler(OptimizationUI tabUI)
public void afterInit()
public void refresh()
public GenericComboModel<String> getObjectiveComboModel()
public void objectiveChanged()
protected FactorEditorListener getFactorActionListener()
@Deprecated public void removeFactor(String factorPath)
factorPath - factor path to remove@Deprecated protected void removeFactor(FactorGroup factorGroup, String factorPath)
factorGroup - factor group to search tofactorPath - factor path to removepublic GenericComboModel<String> getOptimizationComboModel()
public void optimizationChanged()
public ListModel<String> getExportListModel()
public ExportObservationTableModel getExportObservationTableModel()
public void addExports()
public void removeExports()
public void clearExports()
Copyright © 1999–2015 CodeLutin. All rights reserved.