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(ChordDialog dialog, Composite parent, TGBeat beat)
           
 
Method Summary
 void disposeChords()
           
 void disposeFont()
           
protected  TGChordImpl getChord(int x, int y, boolean setAsSelected)
           
protected  Composite getComposite()
           
protected  ChordDialog getDialog()
           
protected  Font getFont(GC painter)
           
protected  int getTrackString(int number)
           
protected  void paintChords(TGPainter painter)
           
 void redraw()
           
 void setChords(java.util.List chords)
           
 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(ChordDialog dialog,
                 Composite parent,
                 TGBeat beat)
Method Detail

redraw

public void redraw()

paintChords

protected void paintChords(TGPainter painter)

updateScroll

public void updateScroll()

getTrackString

protected int getTrackString(int number)

getFont

protected Font getFont(GC painter)

getChord

protected TGChordImpl getChord(int x,
                               int y,
                               boolean setAsSelected)

setChords

public void setChords(java.util.List chords)

disposeFont

public void disposeFont()

disposeChords

public void disposeChords()

getComposite

protected Composite getComposite()

getDialog

protected ChordDialog getDialog()