be.lassi.ui.runner
Class RunnerModel
java.lang.Object
com.jgoodies.binding.beans.Model
com.jgoodies.binding.PresentationModel<Runner>
be.lassi.ui.runner.RunnerModel
- All Implemented Interfaces:
- com.jgoodies.binding.beans.Observable, java.io.Serializable
public class RunnerModel
- extends com.jgoodies.binding.PresentationModel<Runner>
Presentation model for Runner window.
- See Also:
- Serialized Form
Fields inherited from class com.jgoodies.binding.PresentationModel |
PROPERTYNAME_AFTER_BEAN, PROPERTYNAME_BEAN, PROPERTYNAME_BEFORE_BEAN, PROPERTYNAME_BUFFERING, PROPERTYNAME_CHANGED, PROPERTYNAME_TRIGGERCHANNEL |
Method Summary |
javax.swing.Action |
getActionNext()
Action to go to the next cue. |
javax.swing.Action |
getActionPause()
Action to pause the fade that is currently active. |
javax.swing.Action |
getActionPrevious()
Action to go to previous cue. |
javax.swing.Action |
getActionResume()
Action to resume fading after pause action. |
Methods inherited from class com.jgoodies.binding.PresentationModel |
addBeanPropertyChangeListener, addBeanPropertyChangeListener, afterBeanChange, beforeBeanChange, createBeanAdapter, getBean, getBeanChannel, getBeanPropertyChangeListeners, getBeanPropertyChangeListeners, getBufferedComponentModel, getBufferedModel, getBufferedModel, getBufferedValue, getComponentModel, getModel, getModel, getTriggerChannel, getValue, isBuffering, isChanged, observeChanged, observeChanged, release, removeBeanPropertyChangeListener, removeBeanPropertyChangeListener, resetChanged, retractInterestFor, retractInterestFor, setBean, setBufferedValue, setChanged, setTriggerChannel, setValue, setVetoableValue, triggerCommit, triggerFlush |
Methods inherited from class com.jgoodies.binding.beans.Model |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunnerModel
public RunnerModel(Runner runner)
getActionNext
public javax.swing.Action getActionNext()
- Action to go to the next cue.
- Returns:
- the action
getActionPause
public javax.swing.Action getActionPause()
- Action to pause the fade that is currently active.
- Returns:
- the action
getActionPrevious
public javax.swing.Action getActionPrevious()
- Action to go to previous cue.
- Returns:
- the action
getActionResume
public javax.swing.Action getActionResume()
- Action to resume fading after pause action.
- Returns:
- the action