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.portviewMethods in com.didkovsky.portview that return PVMenu Modifier and Type Method Description PVMenuViewFactory. createMenu(java.lang.String text)
- 
Uses of PVMenu in com.didkovsky.portview.awtClasses in com.didkovsky.portview.awt that implement PVMenu Modifier and Type Class Description classPVMenuAWTMethods in com.didkovsky.portview.awt that return PVMenu Modifier and Type Method Description PVMenuViewFactoryAWT. createMenu(java.lang.String text)
- 
Uses of PVMenu in com.didkovsky.portview.swingClasses in com.didkovsky.portview.swing that implement PVMenu Modifier and Type Class Description classPVMenuSwingMethods in com.didkovsky.portview.swing that return PVMenu Modifier and Type Method Description PVMenuViewFactorySwing. createMenu(java.lang.String text)
- 
Uses of PVMenu in com.softsynth.jmsl.scoreMethods in com.softsynth.jmsl.score that return PVMenu Modifier and Type Method Description PVMenuScoreFrame. addBinaryTransformsSubMenu(java.lang.String name)Add a submenu to to this ScoreFrame's "Binary Transforms" menu.PVMenuScoreFrame. addNoteSubMenu(java.lang.String name)Add a submenu to to this ScoreFrame's "Note Property Transforms" menu.PVMenuScoreFrame. 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 voidScoreFrame. addBinaryCopyBufferTransform(PVMenu menu, BinaryCopyBufferTransform transform, int shortCutKey)Add a custom BinaryCopyBufferTransform to this ScoreFrame's "Binary Copy Buffer Transforms" menu.voidScoreFrame. addNotePropertiesTransform(PVMenu menu, NotePropertiesTransform transform)voidScoreFrame. addNotePropertiesTransform(PVMenu menu, NotePropertiesTransform transform, int shortCutKey)voidScoreFrame. addNotePropertiesTransform(PVMenu menu, NotePropertiesTransform transform, int shortCutKey, boolean useShift)Add a custom NotePropertiesTransform to this ScoreFrame's "Note Property Transforms" menu.voidScoreFrame. addScoreOperator(PVMenu menu, ScoreOperator operator)voidScoreFrame. addUnaryCopyBufferTransform(PVMenu menu, UnaryCopyBufferTransform transform, int shortCutKey)Add a custom UnaryCopyBufferTransform to this ScoreFrame's "Unary Copy Buffer Transforms" menu.voidScoreFrame. hierarchicalMenuItemSelected(PVMenu menu, java.lang.String className)
- 
Uses of PVMenu in com.softsynth.jmsl.viewMethods in com.softsynth.jmsl.view that return PVMenu Modifier and Type Method Description PVMenuHierarchicalMenuBuilder. getMenu()Methods in com.softsynth.jmsl.view with parameters of type PVMenu Modifier and Type Method Description voidHierarchicalMenuListener. hierarchicalMenuItemSelected(PVMenu topMenu, java.lang.String hierarchicalName)
- 
Uses of PVMenu in jmslexamplesMethods in jmslexamples with parameters of type PVMenu Modifier and Type Method Description voidPluginScannerExample. hierarchicalMenuItemSelected(PVMenu topMenu, java.lang.String hierarchicalName)
- 
Uses of PVMenu in jmsltutorialMethods in jmsltutorial with parameters of type PVMenu Modifier and Type Method Description voidHierarchicalMenuExample. hierarchicalMenuItemSelected(PVMenu topMenu, java.lang.String hierarchicalName)