Uses of Class
org.jjazz.pianoroll.api.PianoRollEditorTopComponent
Package
Description
Manage the creation/destruction of editors for a new/closed song, plus related actions (eg duplicate song).
-
Uses of PianoRollEditorTopComponent in org.jjazz.pianoroll.api
Modifier and TypeMethodDescriptionstatic PianoRollEditorTopComponent
Search for the PianoRollEditorTopComponent associated to song.static PianoRollEditorTopComponent
PianoRollEditorTopComponent.getActive()
Return the active (i.e. focused or ancestor of the focused component) PianoRollEditorTopComponent. -
Uses of PianoRollEditorTopComponent in org.jjazz.songeditormanager.api
Modifier and TypeMethodDescriptionSongEditorManager.Editors.getPianoRollTc()
SongEditorManager.showPianoRollEditor
(Song song) Show the PianoRollEditorTopComponent for the specified song.SongEditorManager.showPianoRollEditorForSptCustomPhrase
(Song song, MidiMix midiMix, SongPart spt, RhythmVoice rv, Phrase p) Open (or show) the song's PianoRollEditor and set it up to edit a custom phrase of a SongPart.SongEditorManager.showPianoRollEditorForUserTrack
(Song song, MidiMix midiMix, UserRhythmVoice userRhythmVoice) Open (or show) the song's PianoRollEditor and set it up to edit a user track associated to userRhythmVoice.Modifier and TypeMethodDescriptionvoid
SongEditorManager.Editors.setPianoRollEditor
(PianoRollEditorTopComponent tc)