Overview  Package   Class  Tree  Index 

be.lassi.ui.runner
Class RunnerModel

java.lang.Object
  extended by com.jgoodies.binding.beans.Model
      extended by com.jgoodies.binding.PresentationModel<Runner>
          extended by 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

Field Summary
 
Fields inherited from class com.jgoodies.binding.PresentationModel
PROPERTYNAME_AFTER_BEAN, PROPERTYNAME_BEAN, PROPERTYNAME_BEFORE_BEAN, PROPERTYNAME_BUFFERING, PROPERTYNAME_CHANGED, PROPERTYNAME_TRIGGERCHANNEL
 
Constructor Summary
RunnerModel(Runner runner)
           
 
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
 

Constructor Detail

RunnerModel

public RunnerModel(Runner runner)
Method Detail

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

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2