org.herac.tuxguitar.gui.editors.chord
Class ChordList
java.lang.Object
Composite
org.herac.tuxguitar.gui.editors.chord.ChordList
public class ChordList
- extends Composite
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChordList
public ChordList(ChordDialog dialog,
Composite parent,
TGBeat beat)
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()