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

Packages that use SelectionFocusable
com.frinika.project   
com.frinika.sequencer.gui.selection   
 

Uses of SelectionFocusable in com.frinika.project
 

Methods in com.frinika.project that return SelectionFocusable
 SelectionFocusable ProjectContainer.getSelectionFocus()
           
 

Methods in com.frinika.project with parameters of type SelectionFocusable
 void ProjectContainer.setSelectionFocus(SelectionFocusable focus)
           
 

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

Classes in com.frinika.sequencer.gui.selection that implement SelectionFocusable
 class LaneSelection
           
 class MidiSelection
          Keeps track of changes in selections on MIDI events and switches on/off menu items related t MIDI funcitons.
 class MultiEventSelection
           
 class PartSelection
           
 class SelectionContainer<T extends Selectable>