org.herac.tuxguitar.gui.editors.chord
Class ChordList

java.lang.Object
  extended by Composite
      extended by org.herac.tuxguitar.gui.editors.chord.ChordList

public class ChordList
extends Composite


Constructor Summary
ChordList(Composite parent)
           
 
Method Summary
 void redraw()
           
 void setChords(java.util.List chords)
           
 void setEditor(ChordEditor editor)
           
 void updateScroll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChordList

public ChordList(Composite parent)
Method Detail

redraw

public void redraw()

updateScroll

public void updateScroll()

setEditor

public void setEditor(ChordEditor editor)

setChords

public void setChords(java.util.List chords)