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

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

public class ChordCustomList
extends Composite


Constructor Summary
ChordCustomList(ChordDialog dialog, Composite parent, int style, int height)
           
 
Method Summary
protected  void addCustomChord()
           
protected  List getChords()
           
protected  ChordDialog getDialog()
           
 void init()
           
 GridData makeGridData(int height)
           
protected  void removeCustomChord(int index)
           
protected  void renameCustomChord(int index)
           
protected  void showChord(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChordCustomList

public ChordCustomList(ChordDialog dialog,
                       Composite parent,
                       int style,
                       int height)
Method Detail

makeGridData

public GridData makeGridData(int height)

init

public void init()

showChord

protected void showChord(int index)

addCustomChord

protected void addCustomChord()

renameCustomChord

protected void renameCustomChord(int index)

removeCustomChord

protected void removeCustomChord(int index)

getDialog

protected ChordDialog getDialog()

getChords

protected List getChords()