Uses of Class
org.jjazz.pianoroll.api.PianoRollEditorTopComponent
Packages that use 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
Methods in org.jjazz.pianoroll.api that return PianoRollEditorTopComponentModifier and TypeMethodDescriptionstatic PianoRollEditorTopComponentSearch for the PianoRollEditorTopComponent associated to song.static PianoRollEditorTopComponentPianoRollEditorTopComponent.getActive()Return the active (i.e. focused or ancestor of the focused component) PianoRollEditorTopComponent. -
Uses of PianoRollEditorTopComponent in org.jjazz.songeditormanager.api
Methods in org.jjazz.songeditormanager.api that return PianoRollEditorTopComponentModifier 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.Methods in org.jjazz.songeditormanager.api with parameters of type PianoRollEditorTopComponentModifier and TypeMethodDescriptionvoidSongEditorManager.Editors.setPianoRollEditor(PianoRollEditorTopComponent tc)