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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProgCommandAwareBeanModel.ExecutionType
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTYNAME_CURRENT_OPERATIONstatic StringPROPERTYNAME_EXECUTED_PROG_COMMANDSstatic StringPROPERTYNAME_EXECUTING_PROG_COMMANDstatic StringPROPERTYNAME_EXECUTIONstatic StringPROPERTYNAME_PROG_COMMANDS
-
Constructor Summary
Constructors Constructor Description ProgCommandAwareBeanModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bidib.jbidibc.messages.enums.PtOperationgetCurrentOperation()List<PtOperationCommand<? extends ProgCommandAwareBeanModel>>getExecutedProgCommands()PtOperationCommand<? extends ProgCommandAwareBeanModel>getExecutingProgCommand()ProgCommandAwareBeanModel.ExecutionTypegetExecution()List<PtOperationCommand<? extends ProgCommandAwareBeanModel>>getProgCommands()voidsetCurrentOperation(org.bidib.jbidibc.messages.enums.PtOperation currentOperation)voidsetExecutedProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> executedProgCommands)voidsetExecutingProgCommand(PtOperationCommand<? extends ProgCommandAwareBeanModel> executingProgCommand)voidsetExecution(ProgCommandAwareBeanModel.ExecutionType execution)voidsetProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> progCommands)StringtoString()-
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_CURRENT_OPERATION
public static final String PROPERTYNAME_CURRENT_OPERATION
- See Also:
- Constant Field Values
-
PROPERTYNAME_EXECUTION
public static final String PROPERTYNAME_EXECUTION
- See Also:
- Constant Field Values
-
PROPERTYNAME_EXECUTING_PROG_COMMAND
public static final String PROPERTYNAME_EXECUTING_PROG_COMMAND
- See Also:
- Constant Field Values
-
PROPERTYNAME_PROG_COMMANDS
public static final String PROPERTYNAME_PROG_COMMANDS
- See Also:
- Constant Field Values
-
PROPERTYNAME_EXECUTED_PROG_COMMANDS
public static final String PROPERTYNAME_EXECUTED_PROG_COMMANDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
public ProgCommandAwareBeanModel.ExecutionType getExecution()
- Returns:
- the execution
-
setExecution
public void setExecution(ProgCommandAwareBeanModel.ExecutionType execution)
- Parameters:
execution- the execution to set
-
getExecutingProgCommand
public PtOperationCommand<? extends ProgCommandAwareBeanModel> getExecutingProgCommand()
- Returns:
- the executingProgCommand
-
setExecutingProgCommand
public void setExecutingProgCommand(PtOperationCommand<? extends ProgCommandAwareBeanModel> executingProgCommand)
- Parameters:
executingProgCommand- the executingProgCommand to set
-
getProgCommands
public List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> getProgCommands()
- Returns:
- the progCommands
-
setProgCommands
public void setProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> progCommands)
- Parameters:
progCommands- the progCommands to set
-
getExecutedProgCommands
public List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> getExecutedProgCommands()
- Returns:
- the executedProgCommands
-
setExecutedProgCommands
public void setExecutedProgCommands(List<PtOperationCommand<? extends ProgCommandAwareBeanModel>> executedProgCommands)
- Parameters:
executedProgCommands- the executedProgCommands to set
-
-