Uses of Interface
com.didkovsky.portview.PVComponent
-
Uses of PVComponent in com.didkovsky.portview
Subinterfaces of PVComponent in com.didkovsky.portview Modifier and Type Interface Description interface
PVButton
com.didkovsky.portview is a Java package for creating UI components in either Swing or AWT (switchable depending on PortView.getViewFactory()) PVButton is an interface for a Button component that can be either AWT or Swing depending on ViewFactoryinterface
PVCanvas
com.didkovsky.portview is a Java package for creating UI components in either Swing or AWT (switchable depending on PortView.getViewFactory()) PVCanvas is an interface for a Canvas component that can be either AWT or Swing depending on ViewFactoryinterface
PVCheckbox
com.didkovsky.portview is a Java package for creating UI components in either Swing or AWT (switchable depending on PortView.getViewFactory()) PVCheckbox is an interface for a Checkbox component that can be either AWT or Swing depending on ViewFactory Note that addActionListener() is supported in Swing and addItemListener() is support by AWT.interface
PVChoice
interface
PVDialog
interface
PVFrame
interface
PVLabel
interface
PVPanel
interface
PVScrollPane
interface
PVTextArea
interface
PVTextComponent
interface
PVTextField
Classes in com.didkovsky.portview that implement PVComponent Modifier and Type Class Description class
PVScrollbar
Our own horizontal scrollbar. -
Uses of PVComponent in com.didkovsky.portview.awt
Classes in com.didkovsky.portview.awt that implement PVComponent Modifier and Type Class Description class
PVButtonAWT
class
PVCanvasAWT
class
PVCheckboxAWT
class
PVChoiceAWT
class
PVDialogAWT
class
PVFrameAWT
class
PVLabelAWT
class
PVPanelAWT
class
PVScrollbarCanvasAWT
class
PVScrollPaneAWT
class
PVTextAreaAWT
class
PVTextFieldAWT
Methods in com.didkovsky.portview.awt with parameters of type PVComponent Modifier and Type Method Description java.awt.Component
PVFrameAWT. add(PVComponent component)
java.awt.Component
PVFrameAWT. add(java.lang.String name, PVComponent component)
-
Uses of PVComponent in com.didkovsky.portview.swing
Classes in com.didkovsky.portview.swing that implement PVComponent Modifier and Type Class Description class
PVButtonSwing
class
PVCanvasSwing
class
PVCheckboxSwing
class
PVChoiceSwing
class
PVDialogSwing
class
PVFrameSwing
class
PVLabelSwing
class
PVPanelSwing
class
PVScrollbarCanvasSwing
class
PVScrollPaneSwing
class
PVTextAreaSwing
class
PVTextFieldSwing
-
Uses of PVComponent in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement PVComponent Modifier and Type Class Description class
PVUsageDisplay
Deprecated.use the pure Java JSyn2 package insteadclass
SampleInstrumentKeyMapPanel
Deprecated.use the pure Java JSyn2 package insteadclass
SampleInstrumentMapperPanel
Deprecated.use the pure Java JSyn2 package insteadclass
WAVRecorderPanel
Deprecated.use the pure Java JSyn2 package instead -
Uses of PVComponent in com.softsynth.jmsl.jsyn2
Classes in com.softsynth.jmsl.jsyn2 that implement PVComponent Modifier and Type Class Description class
JSynUsagePanel
JSyn UsageDisplay panel that is both Swing and AWT compatible.class
SampleInstrumentKeyMapPanel
Panel that provides a sample browser button, and tone generator mapped to a pitch and a tuning, and a button to sound the sample revised for JSyn2 Sept 30, 2018class
SampleInstrumentMapperPanel
Provide a Panel to map soundfiles on to pitches.class
WAVRecorderPanel
JSyn2 GUI for WAV recorder. -
Uses of PVComponent in com.softsynth.jmsl.score
Subinterfaces of PVComponent in com.softsynth.jmsl.score Modifier and Type Interface Description interface
ScoreCanvas
Classes in com.softsynth.jmsl.score that implement PVComponent 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
PrintableScoreCanvasAWT
class
ScoreCanvasAdapter
class
ScoreCanvasAWT
class
ScoreCanvasAWTCanvas
A renderable canvas for ScoreCanvas, AWT version.class
ScoreCanvasSwing
class
ScoreCanvasSwingJPanel
A renderable canvas for ScoreCanvas, Swing version.class
ScoreControlPanel
ScoreControlPanel
Control zoom and measure #
JMSL Notation Projectclass
ScoreEditPanel
ScoreEditPanel
GUI Interface for edit functions
JMSL Notation Projectclass
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. -
Uses of PVComponent in com.softsynth.jmsl.score.util
Classes in com.softsynth.jmsl.score.util that implement PVComponent 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 PVComponent in com.softsynth.jmsl.score.view
Classes in com.softsynth.jmsl.score.view that implement PVComponent 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
ScoreMusicShapeEditor
Subclass of MusicShapeEditor that can pull in selected Notes from a Score and transcribe the MusicShape back out to the scoreclass
TempoDialog
Open a window which provides a Tempo dialogclass
TimeSigDialog
Open a window which provides a time signature dialog -
Uses of PVComponent in com.softsynth.jmsl.util
Classes in com.softsynth.jmsl.util that implement PVComponent Modifier and Type Class Description class
BeanEditor
Dialog to change values of a bean. -
Uses of PVComponent in com.softsynth.jmsl.view
Classes in com.softsynth.jmsl.view that implement PVComponent 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
DimensionNameSpaceValuesEditorPanel
class
DimValueEditPanel
Panel containing a label for Dimension name and index, scrollbar, textField for value, and edit checkboxclass
JMSLClockAdvanceFrame
A Frame with a scrollbar to let user set JMSL.clock.advanceclass
JSynDeviceSelector
Deprecated.use the pure Java JSyn2 package insteadclass
JSynInitDialog
Deprecated.use the pure Java JSyn2 package insteadclass
MidiInitDialog
A modal Dialog that contains a MidiInitPanelclass
MidiInitPanel
Panel that allows user to select Midi input and output devicesclass
MidiInstrumentEditDialog
A modal Dialog that lets you edit a MidiInstrumentclass
MusicShapeEditor
View MusicShapes and manipulate their data with the mouse.class
MusicShapeEditorCanvas
A canvas on which to draw on dimension of one shapeclass
MusicShapeEditorCanvasAWT
class
MusicShapeEditorCanvasSwing
class
PanAmpPanel
class
PatchEditorPanel
Editor Panel for patches.class
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
PVLabelAdapter
class
PVPanelAdapter
class
SampleFinderDialog
class
TextDisplayFrame
-
Uses of PVComponent in jmslexamples
Classes in jmslexamples that implement PVComponent Modifier and Type Class Description class
KeyboardInstrumentPlayer
Play an Instrument by typing in a TextArea.class
PluginScannerExample
Scans a folder named "jmsl_plugins" which must be in the CLASSPATH. -
Uses of PVComponent in jmslexamples.jsyn2
Classes in jmslexamples.jsyn2 that implement PVComponent 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 PVComponent in jmsltestsuite
Classes in jmsltestsuite that implement PVComponent Modifier and Type Class Description class
MusicShapeEditorFrame
A convenience Frame with a MusicShapeEditor panel.