Class ApplicationActionUIModel
- java.lang.Object
-
- org.jdesktop.beans.AbstractBean
-
- org.jdesktop.beans.AbstractSerializableBean
-
- org.nuiton.jaxx.application.swing.action.ApplicationActionUIModel
-
- All Implemented Interfaces:
Serializable
public class ApplicationActionUIModel extends org.jdesktop.beans.AbstractSerializableBean- Since:
- 2.8
- Author:
- Tony Chemit - chemit@codelutin.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AbstractApplicationActionactionprotected ApplicationProgressionModelprogressionModelstatic StringPROPERTY_ACTIONstatic StringPROPERTY_PROGRESSION_MODEL
-
Constructor Summary
Constructors Constructor Description ApplicationActionUIModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()AbstractApplicationActiongetAction()ApplicationProgressionModelgetProgressionModel()voidsetAction(AbstractApplicationAction action)voidsetProgressionModel(ApplicationProgressionModel progressionModel)-
Methods inherited from class org.jdesktop.beans.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
-
-
-
-
Field Detail
-
PROPERTY_ACTION
public static final String PROPERTY_ACTION
- See Also:
- Constant Field Values
-
PROPERTY_PROGRESSION_MODEL
public static final String PROPERTY_PROGRESSION_MODEL
- See Also:
- Constant Field Values
-
action
protected AbstractApplicationAction action
-
progressionModel
protected ApplicationProgressionModel progressionModel
-
-
Method Detail
-
getProgressionModel
public ApplicationProgressionModel getProgressionModel()
-
setProgressionModel
public void setProgressionModel(ApplicationProgressionModel progressionModel)
-
getAction
public AbstractApplicationAction getAction()
-
setAction
public void setAction(AbstractApplicationAction action)
-
clear
public void clear()
-
-