mvc
Class NamedDirectModel<T>

java.lang.Object
  extended by mvc.DirectModel<T>
      extended by mvc.NamedDirectModel<T>
All Implemented Interfaces:
Named, CallbackRegistry, Model<T>, NamedModel<T>
Direct Known Subclasses:
Choice.Model, IntegralRange.Model, RealRange.Model

public abstract class NamedDirectModel<T>
extends DirectModel<T>
implements NamedModel<T>

DOCME.


Constructor Summary
NamedDirectModel(java.lang.String nm)
          new NamedDirectModel(nm) returns a new NamedDirectModel with name nm.
 
Method Summary
 java.lang.String getName()
          m.getName() returns the name for m.
 
Methods inherited from class mvc.DirectModel
addCallback, notifyObservers, removeCallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface mvc.Model
getValue
 
Methods inherited from interface mvc.CallbackRegistry
addCallback, removeCallback
 

Constructor Detail

NamedDirectModel

public NamedDirectModel(java.lang.String nm)
new NamedDirectModel(nm) returns a new NamedDirectModel with name nm.

Parameters:
nm -
Method Detail

getName

public java.lang.String getName()
m.getName() returns the name for m.

Specified by:
getName in interface Named
Returns: