Class ProgCommandAwareBeanModel
java.lang.Object
com.jgoodies.common.bean.Bean
com.jgoodies.binding.beans.Model
org.bidib.wizard.mvc.pt.view.panel.ProgCommandAwareBeanModel
- All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2,Serializable
- Direct Known Subclasses:
AddressProgBeanModel,DirectAccessProgBeanModel,RailcomProgBeanModel
public class ProgCommandAwareBeanModel
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 Stringstatic final StringFields inherited from class com.jgoodies.common.bean.Bean
changeSupport -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bidib.jbidibc.messages.enums.PtOperationList<PtOperationCommand<? extends ProgCommandAwareBeanModel>> PtOperationCommand<? extends ProgCommandAwareBeanModel> List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> voidsetCurrentOperation(org.bidib.jbidibc.messages.enums.PtOperation currentOperation) voidsetExecutedProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> executedProgCommands) voidsetExecutingProgCommand(PtOperationCommand<? extends ProgCommandAwareBeanModel> executingProgCommand) voidvoidsetProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> progCommands) toString()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
-
PROPERTYNAME_CURRENT_OPERATION
- See Also:
-
PROPERTYNAME_EXECUTION
- See Also:
-
PROPERTYNAME_EXECUTING_PROG_COMMAND
- See Also:
-
PROPERTYNAME_PROG_COMMANDS
- See Also:
-
PROPERTYNAME_EXECUTED_PROG_COMMANDS
- See Also:
-
-
Constructor Details
-
ProgCommandAwareBeanModel
public ProgCommandAwareBeanModel()
-
-
Method Details
-
getCurrentOperation
public org.bidib.jbidibc.messages.enums.PtOperation getCurrentOperation()- Returns:
- the currentOperation
-
setCurrentOperation
public void setCurrentOperation(org.bidib.jbidibc.messages.enums.PtOperation currentOperation) - Parameters:
currentOperation- the currentOperation to set
-
getExecution
- Returns:
- the execution
-
setExecution
- Parameters:
execution- the execution to set
-
getExecutingProgCommand
- Returns:
- the executingProgCommand
-
setExecutingProgCommand
public void setExecutingProgCommand(PtOperationCommand<? extends ProgCommandAwareBeanModel> executingProgCommand) - Parameters:
executingProgCommand- the executingProgCommand to set
-
getProgCommands
- Returns:
- the progCommands
-
setProgCommands
public void setProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> progCommands) - Parameters:
progCommands- the progCommands to set
-
getExecutedProgCommands
- Returns:
- the executedProgCommands
-
setExecutedProgCommands
public void setExecutedProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> executedProgCommands) - Parameters:
executedProgCommands- the executedProgCommands to set
-
toString
-