jdave.examples.swing
Class Model<T>

java.lang.Object
  extended by jdave.examples.swing.Model<T>
All Implemented Interfaces:
IModel<T>

public class Model<T>
extends java.lang.Object
implements IModel<T>

Author:
Pekka Enberg

Field Summary
 T value
           
 
Constructor Summary
Model()
           
 
Method Summary
 T getValue()
           
 void setValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public T value
Constructor Detail

Model

public Model()
Method Detail

getValue

public T getValue()
Specified by:
getValue in interface IModel<T>

setValue

public void setValue(T value)
Specified by:
setValue in interface IModel<T>


Copyright ? 2008. All Rights Reserved.