Uses of Interface
com.didkovsky.portview.PVMenuBar
Package | Description |
---|---|
com.didkovsky.portview | |
com.didkovsky.portview.awt | |
com.didkovsky.portview.swing | |
com.softsynth.jmsl.score | |
com.softsynth.jmsl.view |
-
Uses of PVMenuBar in com.didkovsky.portview
Methods in com.didkovsky.portview that return PVMenuBar Modifier and Type Method Description PVMenuBar
ViewFactory. createMenuBar()
PVMenuBar
PVFrame. getPVMenuBar()
Methods in com.didkovsky.portview with parameters of type PVMenuBar Modifier and Type Method Description void
PVFrame. setPVMenuBar(PVMenuBar menuBar)
-
Uses of PVMenuBar in com.didkovsky.portview.awt
Classes in com.didkovsky.portview.awt that implement PVMenuBar Modifier and Type Class Description class
PVMenuBarAWT
Methods in com.didkovsky.portview.awt that return PVMenuBar Modifier and Type Method Description PVMenuBar
ViewFactoryAWT. createMenuBar()
PVMenuBar
PVDialogAWT. getPVMenuBar()
PVMenuBar
PVFrameAWT. getPVMenuBar()
Methods in com.didkovsky.portview.awt with parameters of type PVMenuBar Modifier and Type Method Description void
PVDialogAWT. setPVMenuBar(PVMenuBar menuBar)
void
PVFrameAWT. setPVMenuBar(PVMenuBar menuBar)
-
Uses of PVMenuBar in com.didkovsky.portview.swing
Classes in com.didkovsky.portview.swing that implement PVMenuBar Modifier and Type Class Description class
PVMenuBarSwing
Methods in com.didkovsky.portview.swing that return PVMenuBar Modifier and Type Method Description PVMenuBar
ViewFactorySwing. createMenuBar()
PVMenuBar
PVDialogSwing. getPVMenuBar()
PVMenuBar
PVFrameSwing. getPVMenuBar()
Methods in com.didkovsky.portview.swing with parameters of type PVMenuBar Modifier and Type Method Description void
PVDialogSwing. setPVMenuBar(PVMenuBar menuBar)
void
PVFrameSwing. setPVMenuBar(PVMenuBar menuBar)
-
Uses of PVMenuBar in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score that return PVMenuBar Modifier and Type Method Description PVMenuBar
ScoreFrame. getMainMenuBar()
-
Uses of PVMenuBar in com.softsynth.jmsl.view
Methods in com.softsynth.jmsl.view that return PVMenuBar Modifier and Type Method Description PVMenuBar
PVDialogAdapter. getPVMenuBar()
PVMenuBar
PVFrameAdapter. getPVMenuBar()
Methods in com.softsynth.jmsl.view with parameters of type PVMenuBar Modifier and Type Method Description void
PVDialogAdapter. setPVMenuBar(PVMenuBar menuBar)
void
PVFrameAdapter. setPVMenuBar(PVMenuBar menuBar)