Class ApplicationActionUIModel
java.lang.Object
org.jdesktop.beans.AbstractBean
org.jdesktop.beans.AbstractSerializableBean
org.nuiton.jaxx.application.swing.action.ApplicationActionUIModel
- All Implemented Interfaces:
java.io.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 java.lang.StringPROPERTY_ACTIONstatic java.lang.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, removeVetoableChangeListenerMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PROPERTY_ACTION
public static final java.lang.String PROPERTY_ACTION- See Also:
- Constant Field Values
-
PROPERTY_PROGRESSION_MODEL
public static final java.lang.String PROPERTY_PROGRESSION_MODEL- See Also:
- Constant Field Values
-
action
-
progressionModel
-
-
Constructor Details
-
ApplicationActionUIModel
public ApplicationActionUIModel()
-
-
Method Details
-
getProgressionModel
-
setProgressionModel
-
getAction
-
setAction
-
clear
public void clear()
-