|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--net.quartzware.Value
The base class from which all of the Data Types are derived
| Field Summary | |
private javax.swing.JLabel |
label |
private Entry |
parent |
| Constructor Summary | |
Value() |
|
| Method Summary | |
abstract void |
editValue() Forces classes that are derived from Value to override editValue() This is the function that will be called whenever the user wishes to edit a value from the Editor Window |
javax.swing.JLabel |
getLabel() All Values have a label that is used to draw its value in the Editor Window |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private javax.swing.JLabel label
private Entry parent
| Constructor Detail |
public Value()
| Method Detail |
public abstract void editValue()
public javax.swing.JLabel getLabel()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||