Overview  Package   Class  Tree  Index 

be.lassi.ui.show
Class ShowParameters

java.lang.Object
  extended by com.jgoodies.binding.beans.Model
      extended by be.lassi.preferences.DefaultPreferences
          extended by be.lassi.ui.show.ShowParameters
All Implemented Interfaces:
Preferences, com.jgoodies.binding.beans.Observable, java.io.Serializable
Direct Known Subclasses:
StartParameters

public class ShowParameters
extends DefaultPreferences

Parameters used for the creation of a show.

See Also:
Serialized Form

Field Summary
static java.lang.String CHANNEL_COUNT
           
static java.lang.String CUE_COUNT
           
static int MAX_CUE_COUNT
           
static java.lang.String SUBMASTER_COUNT
           
 
Constructor Summary
ShowParameters()
           
ShowParameters(java.lang.String name, java.lang.String description)
           
 
Method Summary
 java.lang.String getChannelCount()
          Gets the number of channels in the show.
 java.lang.String getCueCount()
          Gets the initial number of cues in the show.
 int getIntChannelCount()
          Gets the number of channels in the show.
 int getIntCueCount()
          Gets the initial number of cues in the show.
 int getIntSubmasterCount()
          Gets the number of submasters in the show.
 java.lang.String getSubmasterCount()
          Gets the number of submasters in the show.
 void setChannelCount(java.lang.String channelCount)
          Sets the number of channels in the show.
 void setCueCount(java.lang.String cueCount)
          Sets the initial number of cues in the show.
 void setSubmasterCount(java.lang.String submasterCount)
          Sets the number of submasters in the show.
 
Methods inherited from class be.lassi.preferences.DefaultPreferences
add, get, getBoolean, getDescription, getFloat, getInt, getKeys, getName, getString, set, set
 
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
 

Field Detail

CHANNEL_COUNT

public static final java.lang.String CHANNEL_COUNT
See Also:
Constant Field Values

CUE_COUNT

public static final java.lang.String CUE_COUNT
See Also:
Constant Field Values

MAX_CUE_COUNT

public static final int MAX_CUE_COUNT
See Also:
Constant Field Values

SUBMASTER_COUNT

public static final java.lang.String SUBMASTER_COUNT
See Also:
Constant Field Values
Constructor Detail

ShowParameters

public ShowParameters()

ShowParameters

public ShowParameters(java.lang.String name,
                      java.lang.String description)
Method Detail

getChannelCount

public java.lang.String getChannelCount()
Gets the number of channels in the show.

Returns:
the number of channels in the show

getCueCount

public java.lang.String getCueCount()
Gets the initial number of cues in the show.

Returns:
the initial number of cues in the show

getIntChannelCount

public int getIntChannelCount()
Gets the number of channels in the show.

Returns:
the number of channels in the show

getIntCueCount

public int getIntCueCount()
Gets the initial number of cues in the show.

Returns:
the initial number of cues in the show

getIntSubmasterCount

public int getIntSubmasterCount()
Gets the number of submasters in the show.

Returns:
the number of submasters in the show

getSubmasterCount

public java.lang.String getSubmasterCount()
Gets the number of submasters in the show.

Returns:
the number of submasters in the show

setChannelCount

public void setChannelCount(java.lang.String channelCount)
Sets the number of channels in the show.

Parameters:
channelCount - the number of channels in the show

setCueCount

public void setCueCount(java.lang.String cueCount)
Sets the initial number of cues in the show.

Parameters:
cueCount - the initial number of cues in the show

setSubmasterCount

public void setSubmasterCount(java.lang.String submasterCount)
Sets the number of submasters in the show.

Parameters:
submasterCount - the number of submasters in the show

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2