Uses of Interface
com.frinika.sequencer.gui.selection.SelectionListener

Packages that use SelectionListener
com.frinika.notation   
com.frinika.sequencer.gui.menu.midi   
com.frinika.sequencer.gui.partview   
com.frinika.sequencer.gui.pianoroll   
com.frinika.sequencer.gui.selection   
com.frinika.sequencer.gui.tracker   
 

Uses of SelectionListener in com.frinika.notation
 

Classes in com.frinika.notation that implement SelectionListener
 class NotationPanel
           
 

Uses of SelectionListener in com.frinika.sequencer.gui.menu.midi
 

Classes in com.frinika.sequencer.gui.menu.midi that implement SelectionListener
 class MidiStepRecordActionDialog
          GUI-dialog of a MidiStepRecordAction.
 

Uses of SelectionListener in com.frinika.sequencer.gui.partview
 

Classes in com.frinika.sequencer.gui.partview that implement SelectionListener
 class PartView
          Panel displaying the parts.
 class VoicePartViewSplitPane
           
 

Uses of SelectionListener in com.frinika.sequencer.gui.pianoroll
 

Classes in com.frinika.sequencer.gui.pianoroll that implement SelectionListener
 class ItemPanelMultiEventListener
           
 class ItemPanelPartListener
          Simple implementation that reconstructs all items.
 class MultiEventEditPanel
           
 class PadPanel
           
 class PianoControllerSplitPane
           
 

Uses of SelectionListener in com.frinika.sequencer.gui.selection
 

Classes in com.frinika.sequencer.gui.selection that implement SelectionListener
 class MidiSelection
          Keeps track of changes in selections on MIDI events and switches on/off menu items related t MIDI funcitons.
 

Methods in com.frinika.sequencer.gui.selection with parameters of type SelectionListener
 void SelectionContainer.addSelectionListener(SelectionListener<T> listener)
          Add a LaneSelectionListener to this container
 void SelectionContainer.removeSelectionListener(SelectionListener<T> listener)
          Remove a LaneSelectionListener from this container
 

Uses of SelectionListener in com.frinika.sequencer.gui.tracker
 

Classes in com.frinika.sequencer.gui.tracker that implement SelectionListener
 class TrackerPanel
          A midi editor for editing a midi part in an old-school Amiga Soundtracker/ProTracker fashion.