com.softsynth.jmsl.score.view
Class NoteDimensionNameSpaceEditor

java.lang.Object
  extended by com.softsynth.jmsl.view.PVFrameAdapter
      extended by com.softsynth.jmsl.score.view.NoteDimensionNameSpaceEditor
All Implemented Interfaces:
PVComponent, PVFrame

public class NoteDimensionNameSpaceEditor
extends PVFrameAdapter

Frame with DimensionNameSpaceEditPanel. Translates all notes to DimensionNameSpace of instrument if one is found, else uses DimensionNameSpace of first selected note.

Author:
Nick Didkovsky

Constructor Summary
NoteDimensionNameSpaceEditor()
          Frame with DimensionNameSpaceEditPanel.
 
Method Summary
 void editNotes(SelectionBuffer selectionBuffer)
           
 
Methods inherited from class com.softsynth.jmsl.view.PVFrameAdapter
add, add, addKeyListener, addWindowListener, dispose, equals, getBackground, getBounds, getComponent, getFont, getFontMetrics, getParent, getPVMenuBar, hashCode, isEnabled, isShowing, pack, removeAll, removeKeyListener, setBackground, setEnabled, setFont, setFrameLayout, setLocation, setPVMenuBar, setResizable, setSize, setSize, setTitle, setVisible, toBack, toFront, toString, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoteDimensionNameSpaceEditor

public NoteDimensionNameSpaceEditor()
Frame with DimensionNameSpaceEditPanel. Translates all notes to DimensionNameSpace of instrument if one is found, else uses DimensionNameSpace of first selected note.

Method Detail

editNotes

public void editNotes(SelectionBuffer selectionBuffer)