com.tirsen.angkor.widget
Class AbstractValueModel

java.lang.Object
  |
  +--com.tirsen.angkor.widget.AbstractValueModel
All Implemented Interfaces:
java.io.Serializable, ValueModel
Direct Known Subclasses:
BasicValueModel

public abstract class AbstractValueModel
extends java.lang.Object
implements ValueModel

Version:
$Revision: 1.2 $
Author:
Jon Tirs´n (tirsen@users.sourceforge.net)
See Also:
Serialized Form

Constructor Summary
AbstractValueModel()
           
 
Method Summary
 void changed()
           
 boolean isChanged()
           
 void resetChanged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tirsen.angkor.widget.ValueModel
getPropertyEditor, getValue, getValueClass, isReadOnly, setValue
 

Constructor Detail

AbstractValueModel

public AbstractValueModel()
Method Detail

changed

public void changed()

resetChanged

public void resetChanged()
Specified by:
resetChanged in interface ValueModel

isChanged

public boolean isChanged()
Specified by:
isChanged in interface ValueModel


Copyright © 2002-2002 . All Rights Reserved.