Package com.softsynth.jmsl.view
Class DimensionNameSpaceValuesEditorPanel
java.lang.Object
com.softsynth.jmsl.view.PVPanelAdapter
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
Constructors Constructor Description DimensionNameSpaceValuesEditorPanel(DimensionNameSpace dns)
-
Method Summary
Modifier and Type Method Description 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, getLocation, 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 Details
-
DimensionNameSpaceValuesEditorPanel
-
-
Method Details
-
clearEditables
public void clearEditables() -
setDimensionNameSpace
-
addDimensionNameSpaceEditable
-
useStandardInvariants
public void useStandardInvariants(boolean f) -
update
public void update() -
notifyValueChanged
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-
main
public static void main(java.lang.String[] args)
-