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
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 Details
-
Constructor Details
-
ApplicationActionUIModel
public ApplicationActionUIModel()
-
-
Method Details
-
getProgressionModel
-
setProgressionModel
-
getAction
-
setAction
-
clear
public void clear()
-