Uses of Class
com.frinika.sequencer.model.TextLane

Packages that use TextLane
com.frinika.project   
com.frinika.sequencer.gui.partview   
com.frinika.sequencer.model   
 

Uses of TextLane in com.frinika.project
 

Methods in com.frinika.project that return TextLane
 TextLane ProjectContainer.createTextLane()
          Creates a TextLane and adds it to the Lane collection
 

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

Constructors in com.frinika.sequencer.gui.partview with parameters of type TextLane
TextLaneView(TextLane lane, ProjectFrame frame)
           
 

Uses of TextLane in com.frinika.sequencer.model
 

Constructors in com.frinika.sequencer.model with parameters of type TextLane
TextPart(TextLane lane)