com.frinika.synth.settings.synthsettingsversions
Class SynthSettings20050227

java.lang.Object
  extended by com.frinika.synth.settings.synthsettingsversions.SynthSettings20050227
All Implemented Interfaces:
SynthSettings, java.io.Serializable

public class SynthSettings20050227
extends java.lang.Object
implements SynthSettings, java.io.Serializable

Author:
Peter Johan Salomonsen
See Also:
Serialized Form

Constructor Summary
SynthSettings20050227()
           
 
Method Summary
 java.lang.String[] getSynthClassNames()
           
 java.io.Serializable[] getSynthSettings()
           
 boolean hasProgramChangeEvent()
          For backward compatibility - earlier versions midilanes doesn't contain a program change event
 void setSynthClassNames(java.lang.String[] synthClassNames)
           
 void setSynthSettings(java.io.Serializable[] synthSettings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynthSettings20050227

public SynthSettings20050227()
Method Detail

getSynthClassNames

public java.lang.String[] getSynthClassNames()
Specified by:
getSynthClassNames in interface SynthSettings
Returns:
Returns the synthClassNames.

setSynthClassNames

public void setSynthClassNames(java.lang.String[] synthClassNames)
Specified by:
setSynthClassNames in interface SynthSettings
Parameters:
synthClassNames - The synthClassNames to set.

getSynthSettings

public java.io.Serializable[] getSynthSettings()
Specified by:
getSynthSettings in interface SynthSettings
Returns:
Returns the synthSettings.

setSynthSettings

public void setSynthSettings(java.io.Serializable[] synthSettings)
Specified by:
setSynthSettings in interface SynthSettings
Parameters:
synthSettings - The synthSettings to set.

hasProgramChangeEvent

public boolean hasProgramChangeEvent()
Description copied from interface: SynthSettings
For backward compatibility - earlier versions midilanes doesn't contain a program change event

Specified by:
hasProgramChangeEvent in interface SynthSettings
Returns: