harmonic.cad.gui
Class PolygonCornerChamferer

java.lang.Object
  |
  +--harmonic.widgetLib.HWPanel
        |
        +--harmonic.mz.gui.Monolog
              |
              +--harmonic.mz.gui.SequenceFunctionDialog
                    |
                    +--harmonic.cad.gui.MDSequenceMonolog
                          |
                          +--harmonic.cad.gui.MDCFunction
                                |
                                +--harmonic.cad.gui.PolygonCornerChamferer
All Implemented Interfaces:
harmonic.mz.event.EntryListener, java.util.EventListener, java.awt.event.KeyListener, harmonic.mz.event.NodeListener, harmonic.viewer3D.Task, java.awt.event.WindowListener

public class PolygonCornerChamferer
extends MDCFunction
implements harmonic.mz.event.EntryListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class harmonic.mz.gui.SequenceFunctionDialog
bAutoFinish, cat, dataInsert, fields, is, okInsert
 
Fields inherited from class harmonic.mz.gui.Monolog
bPermanent, CLOSED, creatingModule, DOCK_MONOLOG, FLOAT_MONOLOG, postMethod, stdDialogWidth, visibility
 
Constructor Summary
PolygonCornerChamferer()
           
 
Method Summary
 void cancel()
           
 void entryDeviceChanged(harmonic.mz.event.EntryEvent e)
           
 void entryValueChanged(harmonic.mz.event.EntryEvent e)
           
 void onVertex(harmonic.mz.event.EntryEvent e)
           
 
Methods inherited from class harmonic.cad.gui.MDCFunction
addStandards, init, onNetwork
 
Methods inherited from class harmonic.cad.gui.MDSequenceMonolog
post, unpost
 
Methods inherited from class harmonic.mz.gui.SequenceFunctionDialog
action, addEntry, addField, addField, addFieldControls, afterPost, aquireInput, cancelTask, canFinish, cleanTask, clearFields, finishTask, format, getPreferredSize, noPost, onOK, removeField, sequenceFinished, setAutoFinish, shouldPost
 
Methods inherited from class harmonic.mz.gui.Monolog
addListener, addSubMonolog, begin, beginTask, destroyIfTemporary, drop, finish, frameSize, getFrame, getTaskName, init_Bottom, init_Floating, init_Info, init_Left, init_Right, init_Top, keyPressed, keyReleased, keyTyped, nodeChanged, onCancel, onDismiss, onHelp, post, post, post, postModal, postModal, processKeyEvent, reformat, removeStandardButtons, setFunction, setMonologClass, setPermenant, setPosted, setResizeable, setTitle, 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

PolygonCornerChamferer

public PolygonCornerChamferer()
Method Detail

entryDeviceChanged

public void entryDeviceChanged(harmonic.mz.event.EntryEvent e)
Specified by:
entryDeviceChanged in interface harmonic.mz.event.EntryListener

entryValueChanged

public void entryValueChanged(harmonic.mz.event.EntryEvent e)
Specified by:
entryValueChanged in interface harmonic.mz.event.EntryListener

onVertex

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

cancel

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