Uses of Interface
com.didkovsky.portview.PVMenu
Package | Description |
---|---|
com.didkovsky.portview | |
com.didkovsky.portview.awt | |
com.didkovsky.portview.swing | |
com.softsynth.jmsl.score | |
com.softsynth.jmsl.view | |
jmslexamples | |
jmsltutorial |
-
Uses of PVMenu in com.didkovsky.portview
Methods in com.didkovsky.portview that return PVMenu Modifier and Type Method Description PVMenu
ViewFactory. createMenu(java.lang.String text)
-
Uses of PVMenu in com.didkovsky.portview.awt
Classes in com.didkovsky.portview.awt that implement PVMenu Modifier and Type Class Description class
PVMenuAWT
Methods in com.didkovsky.portview.awt that return PVMenu Modifier and Type Method Description PVMenu
ViewFactoryAWT. createMenu(java.lang.String text)
-
Uses of PVMenu in com.didkovsky.portview.swing
Classes in com.didkovsky.portview.swing that implement PVMenu Modifier and Type Class Description class
PVMenuSwing
Methods in com.didkovsky.portview.swing that return PVMenu Modifier and Type Method Description PVMenu
ViewFactorySwing. createMenu(java.lang.String text)
-
Uses of PVMenu in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score that return PVMenu Modifier and Type Method Description PVMenu
ScoreFrame. addBinaryTransformsSubMenu(java.lang.String name)
Add a submenu to to this ScoreFrame's "Binary Transforms" menu.PVMenu
ScoreFrame. addNoteSubMenu(java.lang.String name)
Add a submenu to to this ScoreFrame's "Note Property Transforms" menu.PVMenu
ScoreFrame. addUnaryTransformsSubMenu(java.lang.String name)
Add a submenu to to this ScoreFrame's "Unary Transforms" menu.Methods in com.softsynth.jmsl.score with parameters of type PVMenu Modifier and Type Method Description void
ScoreFrame. addBinaryCopyBufferTransform(PVMenu menu, BinaryCopyBufferTransform transform, int shortCutKey)
Add a custom BinaryCopyBufferTransform to this ScoreFrame's "Binary Copy Buffer Transforms" menu.void
ScoreFrame. addNotePropertiesTransform(PVMenu menu, NotePropertiesTransform transform)
void
ScoreFrame. addNotePropertiesTransform(PVMenu menu, NotePropertiesTransform transform, int shortCutKey)
void
ScoreFrame. addNotePropertiesTransform(PVMenu menu, NotePropertiesTransform transform, int shortCutKey, boolean useShift)
Add a custom NotePropertiesTransform to this ScoreFrame's "Note Property Transforms" menu.void
ScoreFrame. addScoreOperator(PVMenu menu, ScoreOperator operator)
void
ScoreFrame. addUnaryCopyBufferTransform(PVMenu menu, UnaryCopyBufferTransform transform, int shortCutKey)
Add a custom UnaryCopyBufferTransform to this ScoreFrame's "Unary Copy Buffer Transforms" menu.void
ScoreFrame. hierarchicalMenuItemSelected(PVMenu menu, java.lang.String className)
-
Uses of PVMenu in com.softsynth.jmsl.view
Methods in com.softsynth.jmsl.view that return PVMenu Modifier and Type Method Description PVMenu
HierarchicalMenuBuilder. getMenu()
Methods in com.softsynth.jmsl.view with parameters of type PVMenu Modifier and Type Method Description void
HierarchicalMenuListener. hierarchicalMenuItemSelected(PVMenu topMenu, java.lang.String hierarchicalName)
-
Uses of PVMenu in jmslexamples
Methods in jmslexamples with parameters of type PVMenu Modifier and Type Method Description void
PluginScannerExample. hierarchicalMenuItemSelected(PVMenu topMenu, java.lang.String hierarchicalName)
-
Uses of PVMenu in jmsltutorial
Methods in jmsltutorial with parameters of type PVMenu Modifier and Type Method Description void
HierarchicalMenuExample. hierarchicalMenuItemSelected(PVMenu topMenu, java.lang.String hierarchicalName)