Package com.softsynth.jmsl.score.view
Class NoteDimensionNameSpaceEditor
java.lang.Object
com.softsynth.jmsl.view.PVFrameAdapter
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
Constructors Constructor Description NoteDimensionNameSpaceEditor()Frame with DimensionNameSpaceEditPanel. -
Method Summary
Modifier and Type Method Description voideditNotes(SelectionBuffer selectionBuffer)voidsetScore(Score score)Methods inherited from class com.softsynth.jmsl.view.PVFrameAdapter
add, add, addKeyListener, addWindowListener, dispose, equals, getBackground, getBounds, getComponent, getFont, getFontMetrics, getLocation, getParent, getPVMenuBar, hashCode, isEnabled, isShowing, pack, removeAll, removeKeyListener, setBackground, setEnabled, setFont, setFrameLayout, setLocation, setPVMenuBar, setResizable, setSize, setSize, setTitle, setVisible, toBack, toFront, toString, validateMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
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 Details
-
setScore
- Parameters:
score- the score to set
-
editNotes
-