Uses of Interface
com.didkovsky.portview.PVFrame
-
Uses of PVFrame in com.didkovsky.portview
Subinterfaces of PVFrame in com.didkovsky.portview Modifier and Type Interface Description interface
PVDialog
Methods in com.didkovsky.portview that return PVFrame Modifier and Type Method Description 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 Modifier and Type Class Description class
PVDialogAWT
class
PVFrameAWT
Methods in com.didkovsky.portview.awt that return PVFrame Modifier and Type Method Description 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 Modifier and Type Class Description class
PVDialogSwing
class
PVFrameSwing
Methods in com.didkovsky.portview.swing that return PVFrame Modifier and Type Method Description 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 Modifier and Type Class Description class
MeasureTextEditor
Dialog to set text for a Measureclass
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 Modifier and Type Method Description PVFrame
ScoreFrame. getMixerFrame()
-
Uses of PVFrame in com.softsynth.jmsl.score.util
Classes in com.softsynth.jmsl.score.util that implement PVFrame Modifier and Type Class Description class
AboutFrame
Display a frame containing a textarea with info on keystroke shortcutsclass
SAPScoreWriterDialog
Dialog to gather info for exporting to San Andreas Press's SCORE Music Typography Systemclass
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 Modifier and Type Class Description class
EditScoreDialog
Edit global properties of a scoreclass
JustifierBaseControlFrame
Oclass
NewScoreDialog
Dialog to specify global properties of a new Scoreclass
NoteDimensionNameSpaceEditor
Frame with DimensionNameSpaceEditPanel.class
RepeatCountDialog
Open a dialog which provides a measure's repeat countclass
ScoreAnnotationDialog
Dialog to annotate scoreclass
ScoreDialog
A AWT/Swing Dialog to create a new score or edit an existing one.class
TempoDialog
Open a window which provides a Tempo dialogclass
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 Modifier and Type Class Description 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 Modifier and Type Class Description class
Alert
class
AppletAlert
A Dialog-like class for applet 11/9/2000 3:49PMclass
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.advanceclass
JSynInitDialog
Deprecated.use the pure Java JSyn2 package insteadclass
MidiInitDialog
A modal Dialog that contains a MidiInitPanelclass
MidiInstrumentEditDialog
A modal Dialog that lets you edit a MidiInstrumentclass
PolyphonicInstrumentDialog
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 ViewFactoryclass
SampleFinderDialog
class
TextDisplayFrame
-
Uses of PVFrame in jmslexamples
Classes in jmslexamples that implement PVFrame Modifier and Type Class Description class
PluginScannerExample
Scans a folder named "jmsl_plugins" which must be in the CLASSPATH. -
Uses of PVFrame in jmslexamples.jsyn2
Classes in jmslexamples.jsyn2 that implement PVFrame Modifier and Type Class Description class
AlgorithmicTimbreDemo
VERY IMPORTANT EXAMPLE FOR JMSL/JSyn2 interaction!!!! Create a MusicShape with an Instrument that controls the various input ports on some JSyn UnitVoice.class
FullFeaturedJSynUnitVoiceSupport
Full featured example of using JSyn UnitVoice to play in JMSL. -
Uses of PVFrame in jmsltestsuite
Classes in jmsltestsuite that implement PVFrame Modifier and Type Class Description class
MusicShapeEditorFrame
A convenience Frame with a MusicShapeEditor panel.