harmonic.mz.gui
Class SequenceFunctionDialog.StackedInsert

java.lang.Object
  |
  +--HWPanel
        |
        +--harmonic.mz.gui.Monolog
              |
              +--harmonic.mz.gui.AutoMonolog
                    |
                    +--harmonic.mz.gui.SequenceFunctionDialog.StackedInsert
All Implemented Interfaces:
EntryStarter, java.util.EventListener, java.awt.event.KeyListener, NodeListener, harmonic.viewer3D.Task, java.awt.event.WindowListener
Enclosing class:
SequenceFunctionDialog

public class SequenceFunctionDialog.StackedInsert
extends AutoMonolog
implements EntryStarter

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class harmonic.mz.gui.Monolog
Monolog.MonoFrame
 
Field Summary
 
Fields inherited from class harmonic.mz.gui.Monolog
bPermanent, CLOSED, creatingModule, DOCK_MONOLOG, FLOAT_MONOLOG, postMethod, stdDialogWidth, visibility
 
Method Summary
 void allFinished()
           
 void buildFromFields()
           
 void finishEntry(ValueEntry entry)
           
 void startEntry(ValueEntry entry)
           
 
Methods inherited from class harmonic.mz.gui.AutoMonolog
format, getPreferredSize
 
Methods inherited from class harmonic.mz.gui.Monolog
addListener, addSubMonolog, afterPost, begin, beginTask, cancel, cancelTask, cleanTask, destroyIfTemporary, drop, finish, finishTask, frameSize, getFrame, getTaskName, init_Bottom, init_Floating, init_Info, init_Left, init_Right, init_Top, init, keyPressed, keyReleased, keyTyped, nodeChanged, noPost, onCancel, onDismiss, onHelp, onOK, post, post, post, post, postModal, postModal, processKeyEvent, reformat, removeStandardButtons, setFunction, setMonologClass, setPermenant, setPosted, setResizeable, setTitle, shouldPost, unpost, unpost, updateMonologInfo, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildFromFields

public void buildFromFields()

startEntry

public void startEntry(ValueEntry entry)
Specified by:
startEntry in interface EntryStarter

finishEntry

public void finishEntry(ValueEntry entry)
Specified by:
finishEntry in interface EntryStarter

allFinished

public void allFinished()
Specified by:
allFinished in interface EntryStarter