org.herac.tuxguitar.gui.actions.insert

Class CloseRepeatAction

Implemented Interfaces:
MenuListener, MouseListener, SelectionListener

public class CloseRepeatAction
extends Action

Field Summary

static String
NAME

Constructor Summary

CloseRepeatAction(TablatureEditor tablatureEditor)

Method Summary

boolean
doAction(TypedEvent e)
void
showCloseRepeatDialog(Shell shell, MeasureCoords measureCoords, SongCoords songCoords)
protected void
updateTablature()

Methods inherited from class org.herac.tuxguitar.gui.actions.Action

doAction, fireUpdate, fireUpdate, getEditor, getLastEvent, getName, getSongManager, isEditableKeyBinding, menuHidden, menuShown, mouseDoubleClick, mouseDown, mouseUp, process, redraw, update, updateTablature, widgetDefaultSelected, widgetSelected

Field Details

NAME

public static final String NAME

Constructor Details

CloseRepeatAction

public CloseRepeatAction(TablatureEditor tablatureEditor)

Method Details

doAction

public boolean doAction(TypedEvent e)
Overrides:
doAction in interface Action

showCloseRepeatDialog

public void showCloseRepeatDialog(Shell shell,
                                  MeasureCoords measureCoords,
                                  SongCoords songCoords)

updateTablature

protected void updateTablature()
Overrides:
updateTablature in interface Action