public class InputDesignEditorModel extends org.jdesktop.beans.AbstractSerializableBean implements InputDesignScenarioListener
InputDesignEditor UI.| Modifier and Type | Class and Description |
|---|---|
protected class |
InputDesignEditorModel.InputDesignTableModel |
| Modifier and Type | Field and Description |
|---|---|
protected List<Factor> |
factors |
protected InputDesign |
inputDesign |
static String |
PROPERTY_INPUT_DESIGN |
static String |
PROPERTY_SCENARIO_EXISTS |
protected AbstractTableModel |
tableModel |
| Constructor and Description |
|---|
InputDesignEditorModel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireScenarioModified() |
List<Factor> |
getFactors() |
InputDesign |
getInputDesign() |
Collection<Scenario> |
getScenario() |
TableModel |
getTableModel() |
boolean |
isScenarioExists() |
void |
scenarioAdded(InputDesignScenarioEvent event) |
void |
scenarioRemoved(InputDesignScenarioEvent event) |
void |
setInputDesign(InputDesign inputDesign) |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_INPUT_DESIGN
public static final String PROPERTY_SCENARIO_EXISTS
protected InputDesign inputDesign
protected final AbstractTableModel tableModel
public InputDesign getInputDesign()
public boolean isScenarioExists()
public TableModel getTableModel()
public void setInputDesign(InputDesign inputDesign)
public void scenarioAdded(InputDesignScenarioEvent event)
scenarioAdded in interface InputDesignScenarioListenerpublic void scenarioRemoved(InputDesignScenarioEvent event)
scenarioRemoved in interface InputDesignScenarioListenerpublic Collection<Scenario> getScenario()
protected void fireScenarioModified()
Copyright © 2011–2013 Code Lutin. All rights reserved.