Class ConfigurationWizardModel
- java.lang.Object
-
- com.jgoodies.common.bean.Bean
-
- com.jgoodies.binding.beans.Model
-
- org.bidib.wizard.mvc.stepcontrol.model.ConfigurationWizardModel
-
- All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2,Serializable
public class ConfigurationWizardModel extends com.jgoodies.binding.beans.Model- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigurationWizardModel.WizardStatus
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTYNAME_ACCELstatic StringPROPERTYNAME_ACCELERATION_SCALEstatic StringPROPERTYNAME_DECELstatic StringPROPERTYNAME_GEARINGstatic StringPROPERTYNAME_HTMLCONTENTstatic StringPROPERTYNAME_MICROSTEPPINGstatic StringPROPERTYNAME_MOTORSIZE_TYPEstatic StringPROPERTYNAME_SPEEDstatic StringPROPERTYNAME_SPEED_SCALEstatic StringPROPERTYNAME_STEPCOUNTstatic StringPROPERTYNAME_TOTALSTEPCOUNTstatic StringPROPERTYNAME_TURNTABLE_TYPEstatic StringPROPERTYNAME_WIZARDSTATUS
-
Constructor Summary
Constructors Constructor Description ConfigurationWizardModel()
-
Method Summary
-
Methods inherited from class com.jgoodies.binding.beans.Model
createPropertyChangeSupport, firePropertyChange
-
Methods inherited from class com.jgoodies.common.bean.Bean
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
-
-
-
-
Field Detail
-
PROPERTYNAME_TURNTABLE_TYPE
public static final String PROPERTYNAME_TURNTABLE_TYPE
- See Also:
- Constant Field Values
-
PROPERTYNAME_MOTORSIZE_TYPE
public static final String PROPERTYNAME_MOTORSIZE_TYPE
- See Also:
- Constant Field Values
-
PROPERTYNAME_STEPCOUNT
public static final String PROPERTYNAME_STEPCOUNT
- See Also:
- Constant Field Values
-
PROPERTYNAME_GEARING
public static final String PROPERTYNAME_GEARING
- See Also:
- Constant Field Values
-
PROPERTYNAME_MICROSTEPPING
public static final String PROPERTYNAME_MICROSTEPPING
- See Also:
- Constant Field Values
-
PROPERTYNAME_TOTALSTEPCOUNT
public static final String PROPERTYNAME_TOTALSTEPCOUNT
- See Also:
- Constant Field Values
-
PROPERTYNAME_WIZARDSTATUS
public static final String PROPERTYNAME_WIZARDSTATUS
- See Also:
- Constant Field Values
-
PROPERTYNAME_HTMLCONTENT
public static final String PROPERTYNAME_HTMLCONTENT
- See Also:
- Constant Field Values
-
PROPERTYNAME_SPEED_SCALE
public static final String PROPERTYNAME_SPEED_SCALE
- See Also:
- Constant Field Values
-
PROPERTYNAME_ACCELERATION_SCALE
public static final String PROPERTYNAME_ACCELERATION_SCALE
- See Also:
- Constant Field Values
-
PROPERTYNAME_SPEED
public static final String PROPERTYNAME_SPEED
- See Also:
- Constant Field Values
-
PROPERTYNAME_ACCEL
public static final String PROPERTYNAME_ACCEL
- See Also:
- Constant Field Values
-
PROPERTYNAME_DECEL
public static final String PROPERTYNAME_DECEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTurnTableType
public TurnTableType getTurnTableType()
- Returns:
- the turnTableType
-
setTurnTableType
public void setTurnTableType(TurnTableType turnTableType)
- Parameters:
turnTableType- the turnTableType to set
-
getMotorSizeType
public MotorSizeType getMotorSizeType()
- Returns:
- the motorSizeType
-
setMotorSizeType
public void setMotorSizeType(MotorSizeType motorSizeType)
- Parameters:
motorSizeType- the motorSizeType to set
-
getStepCount
public Integer getStepCount()
- Returns:
- the stepCount
-
setStepCount
public void setStepCount(Integer stepCount)
- Parameters:
stepCount- the stepCount to set
-
getGearing
public Gearing getGearing()
- Returns:
- the gearing
-
setGearing
public void setGearing(Gearing gearing)
- Parameters:
gearing- the gearing to set
-
getMicroStepping
public MicroStepsEnum getMicroStepping()
- Returns:
- the microStepping
-
setMicroStepping
public void setMicroStepping(MicroStepsEnum microStepping)
- Parameters:
microStepping- the microStepping to set
-
getTotalStepCount
public Integer getTotalStepCount()
- Returns:
- the total step count
-
triggerUpdateTotalSteps
public void triggerUpdateTotalSteps()
-
getSpeedScale
public MovementScaleEnum getSpeedScale()
- Returns:
- the speedScale
-
setSpeedScale
public void setSpeedScale(MovementScaleEnum speedScale)
- Parameters:
speedScale- the speedScale to set
-
getAccelerationScale
public AccelarationScaleEnum getAccelerationScale()
- Returns:
- the accelerationScale
-
setAccelerationScale
public void setAccelerationScale(AccelarationScaleEnum accelerationScale)
- Parameters:
accelerationScale- the accelerationScale to set
-
getWizardStatus
public ConfigurationWizardModel.WizardStatus getWizardStatus()
- Returns:
- the wizardStatus
-
setWizardStatus
public void setWizardStatus(ConfigurationWizardModel.WizardStatus wizardStatus)
- Parameters:
wizardStatus- the wizardStatus to set
-
getSpeed
public Integer getSpeed()
- Returns:
- the speed
-
setSpeed
public void setSpeed(Integer speed)
- Parameters:
speed- the speed to set
-
getAccel
public Integer getAccel()
- Returns:
- the accel
-
setAccel
public void setAccel(Integer accel)
- Parameters:
accel- the accel to set
-
getDecel
public Integer getDecel()
- Returns:
- the decel
-
setDecel
public void setDecel(Integer decel)
- Parameters:
decel- the decel to set
-
getHtmlContent
public String getHtmlContent()
Prepare the content of the SummaryPanel.
-
triggerUpdateHtmlContent
public void triggerUpdateHtmlContent()
-
-