scripps.grid.gui
Class ContourListDialog

java.lang.Object
  |
  +--harmonic.widgetLib.HWPanel
        |
        +--harmonic.mz.gui.Monolog
              |
              +--scripps.grid.gui.ContourListDialog
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener, harmonic.mz.event.NodeListener, harmonic.viewer3D.Task, java.awt.event.WindowListener

public class ContourListDialog
extends harmonic.mz.gui.Monolog

See Also:
Serialized Form

Field Summary
 
Fields inherited from class harmonic.mz.gui.Monolog
bPermanent, CLOSED, creatingModule, FLOAT_MONOLOG, stdDialogWidth, visibility, VP_MONOLOG
 
Constructor Summary
ContourListDialog()
           
 
Method Summary
 void format(int w, int h)
           
 void generalSection()
           
 void hideContour()
           
 void isoCurve()
           
 void isoSurface()
           
 void onContourListBox(java.awt.event.ItemEvent event)
           
 void planarSection()
           
 void pointCloud()
           
 void prototypeContour()
           
 void removeContour()
           
 void showContour()
           
 void updateFeedback()
           
 
Methods inherited from class harmonic.mz.gui.Monolog
addListener, addSubMonolog, afterPost, begin, beginTask, cancel, cancelTask, cleanTask, destroyIfTemporary, drop, finish, finishTask, frameSize, getFrame, getPreferredSize, 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
 

Constructor Detail

ContourListDialog

public ContourListDialog()
Method Detail

updateFeedback

public void updateFeedback()

format

public void format(int w,
                   int h)

isoSurface

public void isoSurface()

planarSection

public void planarSection()

generalSection

public void generalSection()

pointCloud

public void pointCloud()

isoCurve

public void isoCurve()

prototypeContour

public void prototypeContour()

removeContour

public void removeContour()

showContour

public void showContour()

hideContour

public void hideContour()

onContourListBox

public void onContourListBox(java.awt.event.ItemEvent event)