harmonic.cad.gui
Class NewPolycurveDialog

java.lang.Object
  |
  +--harmonic.widgetLib.HWPanel
        |
        +--harmonic.mz.gui.Monolog
              |
              +--harmonic.mz.gui.AutoMonolog
                    |
                    +--harmonic.cad.gui.MDAutoMonolog
                          |
                          +--harmonic.cad.gui.NewPolycurveDialog
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener, harmonic.mz.event.NodeListener, harmonic.viewer3D.Task, java.awt.event.WindowListener

public class NewPolycurveDialog
extends MDAutoMonolog

See Also:
Serialized Form

Field Summary
 
Fields inherited from class harmonic.mz.gui.Monolog
bPermanent, CLOSED, creatingModule, DOCK_MONOLOG, FLOAT_MONOLOG, postMethod, stdDialogWidth, visibility
 
Constructor Summary
NewPolycurveDialog()
           
 
Method Summary
 void cancel()
           
 void changeToLastOnPrevious()
           
 void changeType(int xCurveType)
           
 void finish()
           
 void onBackup()
           
 void onCurveType(java.awt.event.ItemEvent e)
           
 void onPoint(harmonic.mz.event.EntryEvent e)
           
 
Methods inherited from class harmonic.cad.gui.MDAutoMonolog
post, unpost
 
Methods inherited from class harmonic.mz.gui.AutoMonolog
format, getPreferredSize
 
Methods inherited from class harmonic.mz.gui.Monolog
addListener, addSubMonolog, afterPost, begin, beginTask, cancelTask, cleanTask, destroyIfTemporary, drop, 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, postModal, postModal, processKeyEvent, reformat, removeStandardButtons, setFunction, setMonologClass, setPermenant, setPosted, setResizeable, setTitle, shouldPost, 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
 

Constructor Detail

NewPolycurveDialog

public NewPolycurveDialog()
Method Detail

onPoint

public void onPoint(harmonic.mz.event.EntryEvent e)

onCurveType

public void onCurveType(java.awt.event.ItemEvent e)

changeType

public void changeType(int xCurveType)

onBackup

public void onBackup()

changeToLastOnPrevious

public void changeToLastOnPrevious()

finish

public void finish()
Overrides:
finish in class harmonic.mz.gui.Monolog

cancel

public void cancel()
Overrides:
cancel in class harmonic.mz.gui.Monolog