harmonic.mz.entries
Class CoordSystemEntry

java.lang.Object
  |
  +--HWPanel
        |
        +--harmonic.mz.gui.ValueEntry
              |
              +--harmonic.mz.entries.CoordSystemEntry
All Implemented Interfaces:
java.awt.event.ComponentListener, Documentable, java.util.EventListener, NodeListener, harmonic.viewer3D.Task

public class CoordSystemEntry
extends ValueEntry
implements NodeListener

This is a simple widget for seting a coordinate system. The current version isnt very good.

See Also:
Serialized Form

Constructor Summary
CoordSystemEntry(java.lang.String _label, java.lang.Object listener, java.lang.String callback, CoordSystemField cs)
          Create a CoordSystemEntry
 
Method Summary
 void cleanTask()
           
 void format(int w, int h)
           
 java.awt.Dimension getEntrySize()
          Override to return the size of the specialized value entry controls.
 void nodeChanged(ModelNode node)
           
 void setField(ModelNode f)
          Set field to effect.
 
Methods inherited from class harmonic.mz.gui.ValueEntry
_notifyListeners_, add, addEntryListener, aquireInput, assignFromReadout, beginEntry, beginTask, cancelEntry, cancelTask, componentHidden, componentMoved, componentResized, componentShown, contract, contractIcon, echoFieldChange, expand, expandCheck, expandIcon, finishEntry, finishTask, getField, getInstanceURL, getPreferredSize, getTaskName, getTypeURL, highlight, init, initReadout, innerChange, isActive, isDoingTask, isExpanded, monologFinished, mousePressed, nodeChanged, notifyListeners_ValueChanged, notifyListeners, onSettingsButton, removeEntryListener, savePrev, setDocURL, setInnerChange, setValue, transferListener, unlinkField, updateField, validateUISettings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface harmonic.mz.event.NodeListener
nodeChanged
 

Constructor Detail

CoordSystemEntry

public CoordSystemEntry(java.lang.String _label,
                        java.lang.Object listener,
                        java.lang.String callback,
                        CoordSystemField cs)
Create a CoordSystemEntry

Method Detail

format

public void format(int w,
                   int h)

getEntrySize

public java.awt.Dimension getEntrySize()
Description copied from class: ValueEntry
Override to return the size of the specialized value entry controls.

Overrides:
getEntrySize in class ValueEntry

setField

public void setField(ModelNode f)
Set field to effect.

Overrides:
setField in class ValueEntry

nodeChanged

public void nodeChanged(ModelNode node)

cleanTask

public void cleanTask()
Specified by:
cleanTask in interface harmonic.viewer3D.Task