Uses of Interface
com.frinika.sequencer.gui.Snapable

Packages that use Snapable
com.frinika.notation   
com.frinika.sequencer.gui   
com.frinika.sequencer.gui.partview   
com.frinika.sequencer.gui.pianoroll   
 

Uses of Snapable in com.frinika.notation
 

Classes in com.frinika.notation that implement Snapable
 class NotationEditor
           
 

Uses of Snapable in com.frinika.sequencer.gui
 

Classes in com.frinika.sequencer.gui that implement Snapable
 class ItemPanel
          Basis for PianoRoll and PartView We imagine the pianoRoll/trackView to be drawn on a large "virtualScreen" such that the origins (pitch=0,beat=0) coincide with (0,0) ItemPanel provides a view of this through itemViewRect.
 

Method parameters in com.frinika.sequencer.gui with type arguments of type Snapable
static void NoteLengthPopup.updateButton(javax.swing.JButton button, java.util.Vector<Snapable> clients, javax.sound.midi.Sequence sequence)
           
 

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

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

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

Classes in com.frinika.sequencer.gui.pianoroll that implement Snapable
 class ControllerView
           
 class PianoRoll
          Implementation of a pianoRoll view and editor.
 class PianoRollPanelAdapter