|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--HWPanel
|
+--harmonic.mz.gui.ValueEntry
|
+--harmonic.mz.entries.PointSetEntry
This is a gui widget for entering of a set of points. A point entry is on the top to effect the current points, and a point list box is under it. This keeps a PointEntry internally and uses this for most things.
| Constructor Summary | |
PointSetEntry(java.lang.String label,
java.lang.Object l,
java.lang.String cb,
PointSetField psf)
Constructs a PointSetEntry. |
|
| Method Summary | |
void |
assignFromReadout()
Override to assign value from readout. |
void |
backup()
|
void |
beginEntry(harmonic.viewer3D.Task parentTask)
Start taking input. |
void |
cleanTask()
|
void |
fillListBox()
|
void |
finishEntry()
Called when entry is properly finished. |
void |
format(int w,
int h)
|
java.awt.Dimension |
getPreferredSize()
This either calles refPanel.getPreferredSize() or getEntrySize() depending on what is showing. |
void |
monologFinished()
This is called by Monolog when it is finished. |
void |
onPointEntry(EntryEvent e)
|
void |
setEditing(boolean b)
|
void |
setField(ModelNode psf)
Set the data node effected by this. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PointSetEntry(java.lang.String label,
java.lang.Object l,
java.lang.String cb,
PointSetField psf)
| Method Detail |
public void beginEntry(harmonic.viewer3D.Task parentTask)
beginEntry in class ValueEntrypublic void finishEntry()
ValueEntry
finishEntry in class ValueEntrypublic void cleanTask()
public void format(int w,
int h)
public java.awt.Dimension getPreferredSize()
ValueEntry
getPreferredSize in class ValueEntrypublic void setEditing(boolean b)
public void setField(ModelNode psf)
setField in class ValueEntrypublic void fillListBox()
public void onPointEntry(EntryEvent e)
public void backup()
public void assignFromReadout()
ValueEntry
assignFromReadout in class ValueEntrypublic void monologFinished()
ValueEntry
monologFinished in class ValueEntry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||