com.fruitioninc.jwc
Class DefaultLabelModel

java.lang.Object
  |
  +--com.fruitioninc.jwc.AbstractModel
        |
        +--com.fruitioninc.jwc.DefaultLabelModel
All Implemented Interfaces:
LabelModel, Model

public class DefaultLabelModel
extends AbstractModel
implements LabelModel

A LabelModel that stores is state in member variables.


Constructor Summary
DefaultLabelModel()
           
 
Methods inherited from class com.fruitioninc.jwc.AbstractModel
_getStatefull, _setStatefull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.fruitioninc.jwc.Model
_getStatefull, _setStatefull
 

Constructor Detail

DefaultLabelModel

public DefaultLabelModel()