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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.jgoodies.common.bean.Bean
changeSupport -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.bidib.wizard.model.locolist.LocoListModel> booleanvoidsetExecutionResult(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, firePropertyChangeMethods 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 Details
-
PROPERTY_LOCO_LIST
- See Also:
-
PROPERTY_PUSH_TO_MOUSE
- See Also:
-
PROPERTY_EXECUTION_STATUS
- See Also:
-
PROPERTY_EXECUTION_RESULT
- See Also:
-
-
Constructor Details
-
LocoLibraryModel
public LocoLibraryModel()
-
-
Method Details
-
getLocoList
- Returns:
- the locoList
-
setLocoList
- 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
- Returns:
- the executionStatus
-
setExecutionStatus
- Parameters:
executionStatus- the executionStatus to set
-
getExecutionResult
- Returns:
- the executionResult
-
setExecutionResult
- Parameters:
executionResult- the executionResult to set
-