Uses of Class
com.softsynth.jmsl.score.ScoreSection

Packages that use ScoreSection
com.softsynth.jmsl.score   
com.softsynth.jmsl.score.view   
 

Uses of ScoreSection in com.softsynth.jmsl.score
 

Methods in com.softsynth.jmsl.score that return ScoreSection
 ScoreSection Score.getCurrentScoreSection()
           
 ScoreSection ScoreControlPanel.getCurrentSection()
           
 ScoreSection[] Score.getScoreSections()
           
 

Methods in com.softsynth.jmsl.score with parameters of type ScoreSection
 void ScoreControlPanel.notifySectionUpdate(ScoreSection section)
           
 

Uses of ScoreSection in com.softsynth.jmsl.score.view
 

Constructors in com.softsynth.jmsl.score.view with parameters of type ScoreSection
ScoreSectionRenameDialog(java.awt.Frame frame, ScoreSection scoreSection, Score score, PVChoice sectionChoice)