|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PVComponent in com.didkovsky.portview |
---|
Subinterfaces of PVComponent in com.didkovsky.portview | |
---|---|
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 ViewFactory |
interface |
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 ViewFactory |
interface |
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 | |
---|---|
class |
PVScrollbar
Our own horizontal scrollbar. |
Uses of PVComponent in com.didkovsky.portview.awt |
---|
Classes in com.didkovsky.portview.awt that implement PVComponent | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
PVUsageDisplay
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 |
class |
SampleInstrumentMapperPanel
Provide a Panel to map soundfiles on to pitches. |
class |
WAVRecorderPanel
GUI for WAV recorder. |
Uses of PVComponent in com.softsynth.jmsl.score |
---|
Subinterfaces of PVComponent in com.softsynth.jmsl.score | |
---|---|
interface |
ScoreCanvas
|
Classes in com.softsynth.jmsl.score that implement PVComponent | |
---|---|
class |
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 Project |
class |
ScoreEditPanel
ScoreEditPanel GUI Interface for edit functions JMSL Notation Project |
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. |
Uses of PVComponent in com.softsynth.jmsl.score.util |
---|
Classes in com.softsynth.jmsl.score.util that implement PVComponent | |
---|---|
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 PVComponent in com.softsynth.jmsl.score.view |
---|
Classes in com.softsynth.jmsl.score.view that implement PVComponent | |
---|---|
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 |
ScoreMusicShapeEditor
Subclass of MusicShapeEditor that can pull in selected Notes from a Score and transcribe the MusicShape back out to the score |
class |
TempoDialog
Open a window which provides a Tempo dialog |
class |
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 | |
---|---|
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 | |
---|---|
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 |
DimensionNameSpaceValuesEditorPanel
|
class |
DimValueEditPanel
Panel containing a label for Dimension name and index, scrollbar, textField for value, and edit checkbox |
class |
JMSLClockAdvanceFrame
A Frame with a scrollbar to let user set JMSL.clock.advance |
class |
JSynDeviceSelector
Choice list showing available devices for user to choose |
class |
JSynInitDialog
|
class |
MidiInitDialog
A modal Dialog that contains a MidiInitPanel |
class |
MidiInitPanel
Panel that allows user to select Midi input and output devices |
class |
MusicShapeEditor
View MusicShapes and manipulate their data with the mouse. |
class |
MusicShapeEditorCanvas
A canvas on which to draw on dimension of one shape |
class |
MusicShapeEditorCanvasAWT
|
class |
MusicShapeEditorCanvasSwing
|
class |
PanAmpPanel
|
class |
PatchEditorPanel
Editor Panel for patches. |
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 |
PVLabelAdapter
|
class |
PVPanelAdapter
|
class |
SampleFinderDialog
|
class |
SynthNoteDialog
|
class |
TextDisplayFrame
|
Uses of PVComponent in jmslexamples |
---|
Classes in jmslexamples that implement PVComponent | |
---|---|
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.jsyn |
---|
Classes in jmslexamples.jsyn that implement PVComponent | |
---|---|
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 PVComponent in jmsltestsuite |
---|
Classes in jmsltestsuite that implement PVComponent | |
---|---|
class |
MusicShapeEditorFrame
A convenience Frame with a MusicShapeEditor panel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |