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 interfacePVButtoncom.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 ViewFactoryinterfacePVCanvascom.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 ViewFactoryinterfacePVCheckboxcom.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.interfacePVChoiceinterfacePVDialoginterfacePVFrameinterfacePVLabelinterfacePVPanelinterfacePVScrollPaneinterfacePVTextAreainterfacePVTextComponentinterfacePVTextFieldClasses in com.didkovsky.portview that implement PVComponent Modifier and Type Class Description classPVScrollbarOur 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 classPVButtonAWTclassPVCanvasAWTclassPVCheckboxAWTclassPVChoiceAWTclassPVDialogAWTclassPVFrameAWTclassPVLabelAWTclassPVPanelAWTclassPVScrollbarCanvasAWTclassPVScrollPaneAWTclassPVTextAreaAWTclassPVTextFieldAWTMethods in com.didkovsky.portview.awt with parameters of type PVComponent Modifier and Type Method Description java.awt.ComponentPVFrameAWT. add(PVComponent component)java.awt.ComponentPVFrameAWT. 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 classPVButtonSwingclassPVCanvasSwingclassPVCheckboxSwingclassPVChoiceSwingclassPVDialogSwingclassPVFrameSwingclassPVLabelSwingclassPVPanelSwingclassPVScrollbarCanvasSwingclassPVScrollPaneSwingclassPVTextAreaSwingclassPVTextFieldSwing -
Uses of PVComponent in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement PVComponent Modifier and Type Class Description classPVUsageDisplayDeprecated.use the pure Java JSyn2 package insteadclassSampleInstrumentKeyMapPanelDeprecated.use the pure Java JSyn2 package insteadclassSampleInstrumentMapperPanelDeprecated.use the pure Java JSyn2 package insteadclassWAVRecorderPanelDeprecated.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 classJSynUsagePanelJSyn UsageDisplay panel that is both Swing and AWT compatible.classSampleInstrumentKeyMapPanelPanel 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, 2018classSampleInstrumentMapperPanelProvide a Panel to map soundfiles on to pitches.classWAVRecorderPanelJSyn2 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 interfaceScoreCanvasClasses in com.softsynth.jmsl.score that implement PVComponent Modifier and Type Class Description classMeasureTextEditorDialog to set text for a MeasureclassNoteTextEditorDialog to set text for a Note or a selection of Notes.classPrintableScoreCanvasAWTclassScoreCanvasAdapterclassScoreCanvasAWTclassScoreCanvasAWTCanvasA renderable canvas for ScoreCanvas, AWT version.classScoreCanvasSwingclassScoreCanvasSwingJPanelA renderable canvas for ScoreCanvas, Swing version.classScoreControlPanelScoreControlPanel
Control zoom and measure #
JMSL Notation ProjectclassScoreEditPanelScoreEditPanel
GUI Interface for edit functions
JMSL Notation ProjectclassScoreFrameA PVFrame (ie dual purpose Swing or AWT frame), which hosts numerous Scores, and provides Menus for interaction.classScoreFrameJavaSoundScoreFrame 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 classAboutFrameDisplay a frame containing a textarea with info on keystroke shortcutsclassSAPScoreWriterDialogDialog to gather info for exporting to San Andreas Press's SCORE Music Typography SystemclassScoreRenderDelayFrameSet render delay > 0 if inserting a note by hand sometime fails to redraw.classScoreShortcutsFrameDisplay 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 classEditScoreDialogEdit global properties of a scoreclassJustifierBaseControlFrameOclassNewScoreDialogDialog to specify global properties of a new ScoreclassNoteDimensionNameSpaceEditorFrame with DimensionNameSpaceEditPanel.classRepeatCountDialogOpen a dialog which provides a measure's repeat countclassScoreAnnotationDialogDialog to annotate scoreclassScoreDialogA AWT/Swing Dialog to create a new score or edit an existing one.classScoreMusicShapeEditorSubclass of MusicShapeEditor that can pull in selected Notes from a Score and transcribe the MusicShape back out to the scoreclassTempoDialogOpen a window which provides a Tempo dialogclassTimeSigDialogOpen 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 classBeanEditorDialog 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 classAlertclassAppletAlertA Dialog-like class for applet 11/9/2000 3:49PMclassBooleanDialogclassDimensionNameSpaceEditorDialogDialog to create and edit a DimensionNameSpace from scratch.classDimensionNameSpaceValuesEditorPanelclassDimValueEditPanelPanel containing a label for Dimension name and index, scrollbar, textField for value, and edit checkboxclassJMSLClockAdvanceFrameA Frame with a scrollbar to let user set JMSL.clock.advanceclassJSynDeviceSelectorDeprecated.use the pure Java JSyn2 package insteadclassJSynInitDialogDeprecated.use the pure Java JSyn2 package insteadclassMidiInitDialogA modal Dialog that contains a MidiInitPanelclassMidiInitPanelPanel that allows user to select Midi input and output devicesclassMidiInstrumentEditDialogA modal Dialog that lets you edit a MidiInstrumentclassMusicShapeEditorView MusicShapes and manipulate their data with the mouse.classMusicShapeEditorCanvasA canvas on which to draw on dimension of one shapeclassMusicShapeEditorCanvasAWTclassMusicShapeEditorCanvasSwingclassPanAmpPanelclassPatchEditorPanelEditor Panel for patches.classPolyphonicInstrumentDialogclassPVDialogAdapterclassPVFrameAdapterImplements JMSLFrame interface with a delegate implementationFrame Use this if you want to extend a Frame that can be either AWT and Swing depending on ViewFactoryclassPVLabelAdapterclassPVPanelAdapterclassSampleFinderDialogclassTextDisplayFrame -
Uses of PVComponent in jmslexamples
Classes in jmslexamples that implement PVComponent Modifier and Type Class Description classKeyboardInstrumentPlayerPlay an Instrument by typing in a TextArea.classPluginScannerExampleScans 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 classAlgorithmicTimbreDemoVERY IMPORTANT EXAMPLE FOR JMSL/JSyn2 interaction!!!! Create a MusicShape with an Instrument that controls the various input ports on some JSyn UnitVoice.classFullFeaturedJSynUnitVoiceSupportFull 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 classMusicShapeEditorFrameA convenience Frame with a MusicShapeEditor panel.