org.herac.tuxguitar.gui.actions.insert
Class CloseRepeatAction

java.lang.Object
  extended by org.herac.tuxguitar.gui.actions.Action
      extended by org.herac.tuxguitar.gui.actions.insert.CloseRepeatAction

public class CloseRepeatAction
extends Action


Field Summary
static java.lang.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
fireUpdate, fireUpdate, getEditor, getLastEvent, getName, getSongManager, isEditableKeyBinding, menuHidden, menuShown, mouseDoubleClick, mouseDown, mouseUp, process, redraw, widgetDefaultSelected, widgetDisposed, widgetSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

CloseRepeatAction

public CloseRepeatAction(TablatureEditor tablatureEditor)
Method Detail

doAction

public boolean doAction(TypedEvent e)
Specified by:
doAction in class Action

updateTablature

protected void updateTablature()
Overrides:
updateTablature in class Action

showCloseRepeatDialog

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