com.tirsen.angkor.widget
Class BasicValueModel
java.lang.Object
|
+--com.tirsen.angkor.widget.AbstractValueModel
|
+--com.tirsen.angkor.widget.BasicValueModel
- All Implemented Interfaces:
- java.io.Serializable, ValueModel
- Direct Known Subclasses:
- ReadOnlyValueModel
- public class BasicValueModel
- extends AbstractValueModel
A simple value model that keeps track of the a value, the type of the value is determined based
on the value given when constructed.
- Version:
- $Revision: 1.3 $
- Author:
- $Author: tirsen $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicValueModel
public BasicValueModel(java.lang.Object value)
BasicValueModel
public BasicValueModel()
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
isReadOnly
public boolean isReadOnly()
getValueClass
public java.lang.Class getValueClass()
getPropertyEditor
public java.beans.PropertyEditor getPropertyEditor()
Copyright © 2002-2002 . All Rights Reserved.