com.softsynth.jmsl.view
Class DimensionNameSpaceValuesEditorPanel

java.lang.Object
  extended by com.softsynth.jmsl.view.PVPanelAdapter
      extended by com.softsynth.jmsl.view.DimensionNameSpaceValuesEditorPanel
All Implemented Interfaces:
PVComponent, PVPanel, java.awt.event.ActionListener, java.util.EventListener

public class DimensionNameSpaceValuesEditorPanel
extends PVPanelAdapter
implements java.awt.event.ActionListener


Constructor Summary
DimensionNameSpaceValuesEditorPanel(DimensionNameSpace dns)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void addDimensionNameSpaceEditable(DimensionNameSpaceEditable d)
           
 void clearEditables()
           
static void main(java.lang.String[] args)
           
 void notifyValueChanged(DimValueEditPanel p)
           
 void setDimensionNameSpace(DimensionNameSpace dns)
           
 void update()
           
 void useStandardInvariants(boolean f)
           
 
Methods inherited from class com.softsynth.jmsl.view.PVPanelAdapter
add, add, addKeyListener, equals, getBackground, getBounds, getComponent, getFont, getParent, hashCode, isEnabled, remove, removeAll, removeKeyListener, setBackground, setEnabled, setFont, setLayout, setLocation, setVisible, toString, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DimensionNameSpaceValuesEditorPanel

public DimensionNameSpaceValuesEditorPanel(DimensionNameSpace dns)
Method Detail

clearEditables

public void clearEditables()

setDimensionNameSpace

public void setDimensionNameSpace(DimensionNameSpace dns)

addDimensionNameSpaceEditable

public void addDimensionNameSpaceEditable(DimensionNameSpaceEditable d)

useStandardInvariants

public void useStandardInvariants(boolean f)

update

public void update()

notifyValueChanged

public void notifyValueChanged(DimValueEditPanel p)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

main

public static void main(java.lang.String[] args)