|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.quartzware.Value
The abstract base class from which all of the Data Types are derived
Field Summary | |
protected Entry |
parent
|
Constructor Summary | |
Value()
Default Constructor PRE: None POST: class is created |
Method Summary | |
abstract boolean |
editValue()
This function will allow the user to edit the value in this entry. |
javax.swing.Icon |
getIcon()
This function gets an Icon. |
void |
setValue(java.lang.String newValue)
This function sets the value of a string |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected Entry parent
Constructor Detail |
public Value()
Method Detail |
public abstract boolean editValue()
public void setValue(java.lang.String newValue)
newValue
- The new value for the string.
PRE: newValue is not null.
POST: nonepublic javax.swing.Icon getIcon()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |