|
|||||||
| 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
| 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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 | ||||||