Uses of Interface
com.didkovsky.portview.PVFrame

Packages that use PVFrame
com.didkovsky.portview   
com.didkovsky.portview.awt   
com.didkovsky.portview.swing   
com.softsynth.jmsl.score   
com.softsynth.jmsl.score.util   
com.softsynth.jmsl.score.view   
com.softsynth.jmsl.util   
com.softsynth.jmsl.view   
jmslexamples   
jmslexamples.jsyn   
jmsltestsuite   
 

Uses of PVFrame in com.didkovsky.portview
 

Subinterfaces of PVFrame in com.didkovsky.portview
 interface PVDialog
           
 

Methods in com.didkovsky.portview that return PVFrame
 PVFrame ViewFactory.createFrame()
           
 PVFrame ViewFactory.createFrame(java.lang.String title)
           
 

Uses of PVFrame in com.didkovsky.portview.awt
 

Classes in com.didkovsky.portview.awt that implement PVFrame
 class PVDialogAWT
           
 class PVFrameAWT
           
 

Methods in com.didkovsky.portview.awt that return PVFrame
 PVFrame ViewFactoryAWT.createFrame()
           
 PVFrame ViewFactoryAWT.createFrame(java.lang.String title)
           
 

Uses of PVFrame in com.didkovsky.portview.swing
 

Classes in com.didkovsky.portview.swing that implement PVFrame
 class PVDialogSwing
           
 class PVFrameSwing
           
 

Methods in com.didkovsky.portview.swing that return PVFrame
 PVFrame ViewFactorySwing.createFrame()
           
 PVFrame ViewFactorySwing.createFrame(java.lang.String title)
           
 

Uses of PVFrame in com.softsynth.jmsl.score
 

Classes in com.softsynth.jmsl.score that implement PVFrame
 class NoteTextEditor
          Dialog to set text for a Note or a selection of Notes.
 class ScoreFrame
          A PVFrame (ie dual purpose Swing or AWT frame), which hosts numerous Scores, and provides Menus for interaction.
 class ScoreFrameJavaSound
          ScoreFrame subclass whose Midi Device is JavaSound.
 

Methods in com.softsynth.jmsl.score that return PVFrame
 PVFrame ScoreFrame.getMixerFrame()
           
 

Uses of PVFrame in com.softsynth.jmsl.score.util
 

Classes in com.softsynth.jmsl.score.util that implement PVFrame
 class SAPScoreWriterDialog
          Dialog to gather info for exporting to San Andreas Press's SCORE Music Typography System
 class ScoreRenderDelayFrame
          Set render delay > 0 if inserting a note by hand sometime fails to redraw.
 class ScoreShortcutsFrame
          Display a frame containing a textarea with info on keystroke shortcuts
 

Uses of PVFrame in com.softsynth.jmsl.score.view
 

Classes in com.softsynth.jmsl.score.view that implement PVFrame
 class EditScoreDialog
          Edit global properties of a score
 class JustifierBaseControlFrame
          O
 class NewScoreDialog
          Dialog to specify global properties of a new Score
 class NoteDimensionNameSpaceEditor
          Frame with DimensionNameSpaceEditPanel.
 class RepeatCountDialog
          Open a dialog which provides a measure's repeat count
 class ScoreDialog
          A AWT/Swing Dialog to create a new score or edit an existing one.
 class TempoDialog
          Open a window which provides a Tempo dialog
 class TimeSigDialog
          Open a window which provides a time signature dialog
 

Uses of PVFrame in com.softsynth.jmsl.util
 

Classes in com.softsynth.jmsl.util that implement PVFrame
 class BeanEditor
          Dialog to change values of a bean.
 

Uses of PVFrame in com.softsynth.jmsl.view
 

Classes in com.softsynth.jmsl.view that implement PVFrame
 class Alert
           
 class AppletAlert
          A Dialog-like class for applet 11/9/2000 3:49PM
 class BooleanDialog
           
 class DimensionNameSpaceEditorDialog
          Dialog to create and edit a DimensionNameSpace from scratch.
 class JMSLClockAdvanceFrame
          A Frame with a scrollbar to let user set JMSL.clock.advance
 class JSynInitDialog
           
 class MidiInitDialog
          A modal Dialog that contains a MidiInitPanel
 class PVDialogAdapter
           
 class PVFrameAdapter
          Implements JMSLFrame interface with a delegate implementationFrame Use this if you want to extend a Frame that can be either AWT and Swing depending on ViewFactory
 class SampleFinderDialog
           
 class SynthNoteDialog
           
 class TextDisplayFrame
           
 

Uses of PVFrame in jmslexamples
 

Classes in jmslexamples that implement PVFrame
 class PluginScannerExample
          Scans a folder named "jmsl_plugins" which must be in the CLASSPATH.
 

Uses of PVFrame in jmslexamples.jsyn
 

Classes in jmslexamples.jsyn that implement PVFrame
 class AlgorithmicTimbreDemo
          VERY IMPORTANT EXAMPLE FOR JMSL/JSyn interaction!!!! Create a MusicShape with an Instrument that controls the various input ports on some JSyn SynthNote.
 class FullFeaturedSynthNoteSupport
          Full featured example of using JSyn SynthNote to play in JMSL.
 class SimpleSynthNoteSupport
          Simple example of using JSyn SynthNote to play in JMSL.
 

Uses of PVFrame in jmsltestsuite
 

Classes in jmsltestsuite that implement PVFrame
 class MusicShapeEditorFrame
          A convenience Frame with a MusicShapeEditor panel.