harmonic.mz.gui
Class NodeValueDialog

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

public class NodeValueDialog
extends Monolog

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
 
Constructor Summary
NodeValueDialog(ModelNode node, java.awt.Component controlWidget)
           
 
Method Summary
 void format(int w, int h)
           
 java.awt.Dimension getPreferredSize()
           
 void onOK()
           
 
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, 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

NodeValueDialog

public NodeValueDialog(ModelNode node,
                       java.awt.Component controlWidget)
Method Detail

onOK

public void onOK()
Overrides:
onOK in class Monolog

format

public void format(int w,
                   int h)

getPreferredSize

public java.awt.Dimension getPreferredSize()
Overrides:
getPreferredSize in class Monolog