org.herac.tuxguitar.gui.actions.insert

Class InsertChordAction

public class InsertChordAction extends Action

Field Summary
static StringNAME
Constructor Summary
InsertChordAction(TablatureEditor tablatureEditor)
Method Summary
booleandoAction(TypedEvent e)
voidshowInsertDialog(Shell shell, SongTrackCoords trackCoords, MeasureCoords measureCoords, MeasureComponent component)
protected voidupdateTablature()

Field Detail

NAME

public static final String NAME

Constructor Detail

InsertChordAction

public InsertChordAction(TablatureEditor tablatureEditor)

Method Detail

doAction

public boolean doAction(TypedEvent e)

showInsertDialog

public void showInsertDialog(Shell shell, SongTrackCoords trackCoords, MeasureCoords measureCoords, MeasureComponent component)

updateTablature

protected void updateTablature()