com.softsynth.jmsl
Class GenericNamable

java.lang.Object
  extended by com.softsynth.jmsl.GenericNamable
All Implemented Interfaces:
Namable

public class GenericNamable
extends java.lang.Object
implements Namable

Used by ScoreFrame for example


Constructor Summary
GenericNamable()
           
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericNamable

public GenericNamable()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Namable

setName

public void setName(java.lang.String n)
Specified by:
setName in interface Namable