scripps.grid.gui
Class ColorMapListDialog

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

public class ColorMapListDialog
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
ColorMapListDialog()
           
 
Method Summary
 void format(int w, int h)
           
 void makeLegend()
           
 void newColorMap()
           
 void onColorMapListBox(java.awt.event.ItemEvent event)
           
 void prototypeColorMap()
           
 void removeColorMap()
           
 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

ColorMapListDialog

public ColorMapListDialog()
Method Detail

format

public void format(int w,
                   int h)

updateFeedback

public void updateFeedback()

newColorMap

public void newColorMap()

removeColorMap

public void removeColorMap()

prototypeColorMap

public void prototypeColorMap()

makeLegend

public void makeLegend()

onColorMapListBox

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