Uses of Class
com.frinika.sequencer.gui.ItemScrollPane

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

Uses of ItemScrollPane in com.frinika.notation
 

Subclasses of ItemScrollPane in com.frinika.notation
 class NotationPanel
           
 

Constructors in com.frinika.notation with parameters of type ItemScrollPane
NotationEditor(ProjectFrame frame, ItemScrollPane scroller)
           
 

Uses of ItemScrollPane in com.frinika.sequencer.gui
 

Fields in com.frinika.sequencer.gui declared as ItemScrollPane
protected  ItemScrollPane ItemPanel.scroller
           
 

Methods in com.frinika.sequencer.gui that return ItemScrollPane
 ItemScrollPane ItemPanel.getScroller()
           
 

Constructors in com.frinika.sequencer.gui with parameters of type ItemScrollPane
ItemPanel(ProjectContainer project, ItemScrollPane scroller, boolean hasTimeLine, boolean canScrollY, double ticksToScreen, boolean sampleBased)
           
 

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

Subclasses of ItemScrollPane in com.frinika.sequencer.gui.partview
 class PartViewEditor
          Top level panel for the piano roll.
 

Constructors in com.frinika.sequencer.gui.partview with parameters of type ItemScrollPane
PartView(ProjectFrame frame, ItemScrollPane scroller)
           
 

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

Subclasses of ItemScrollPane in com.frinika.sequencer.gui.pianoroll
 class PianoControllerSplitPane
           
 

Constructors in com.frinika.sequencer.gui.pianoroll with parameters of type ItemScrollPane
ControllerView(ProjectFrame frame, ItemScrollPane scroller)
          Constructor.
PianoRoll(ProjectFrame frame, ItemScrollPane scroller)
          Constructor.
PianoRollPanelAdapter(ProjectContainer project, ItemScrollPane scroller, boolean hasTimeLine, boolean canScrollY)