Class LocoLibraryModel
- java.lang.Object
-
- com.jgoodies.common.bean.Bean
-
- com.jgoodies.binding.beans.Model
-
- org.bidib.wizard.mvc.locolist.model.LocoLibraryModel
-
- All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2,Serializable
public class LocoLibraryModel extends com.jgoodies.binding.beans.Model- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocoLibraryModel.ExecutionResult
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_EXECUTION_RESULTstatic StringPROPERTY_EXECUTION_STATUSstatic StringPROPERTY_LOCO_LISTstatic StringPROPERTY_PUSH_TO_MOUSE
-
Constructor Summary
Constructors Constructor Description LocoLibraryModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocoLibraryModel.ExecutionResultgetExecutionResult()StringgetExecutionStatus()List<org.bidib.wizard.model.locolist.LocoListModel>getLocoList()booleanisPushToMouse()voidsetExecutionResult(LocoLibraryModel.ExecutionResult executionResult)voidsetExecutionStatus(String executionStatus)voidsetLocoList(List<org.bidib.wizard.model.locolist.LocoListModel> locoList)voidsetPushToMouse(boolean pushToMouse)-
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
-
PROPERTY_LOCO_LIST
public static final String PROPERTY_LOCO_LIST
- See Also:
- Constant Field Values
-
PROPERTY_PUSH_TO_MOUSE
public static final String PROPERTY_PUSH_TO_MOUSE
- See Also:
- Constant Field Values
-
PROPERTY_EXECUTION_STATUS
public static final String PROPERTY_EXECUTION_STATUS
- See Also:
- Constant Field Values
-
PROPERTY_EXECUTION_RESULT
public static final String PROPERTY_EXECUTION_RESULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLocoList
public List<org.bidib.wizard.model.locolist.LocoListModel> getLocoList()
- Returns:
- the locoList
-
setLocoList
public void setLocoList(List<org.bidib.wizard.model.locolist.LocoListModel> locoList)
- Parameters:
locoList- the locoList to set
-
isPushToMouse
public boolean isPushToMouse()
- Returns:
- the pushToMouse
-
setPushToMouse
public void setPushToMouse(boolean pushToMouse)
- Parameters:
pushToMouse- the pushToMouse to set
-
getExecutionStatus
public String getExecutionStatus()
- Returns:
- the executionStatus
-
setExecutionStatus
public void setExecutionStatus(String executionStatus)
- Parameters:
executionStatus- the executionStatus to set
-
getExecutionResult
public LocoLibraryModel.ExecutionResult getExecutionResult()
- Returns:
- the executionResult
-
setExecutionResult
public void setExecutionResult(LocoLibraryModel.ExecutionResult executionResult)
- Parameters:
executionResult- the executionResult to set
-
-