org.herac.tuxguitar.gui.actions.composition
Class ChangeTempoAction

java.lang.Object
  extended by org.herac.tuxguitar.gui.actions.ActionAdapter
      extended by org.herac.tuxguitar.gui.actions.Action
          extended by org.herac.tuxguitar.gui.actions.composition.ChangeTempoAction

public class ChangeTempoAction
extends Action


Field Summary
protected static int[] DEFAULT_PERCENTS
           
static java.lang.String NAME
           
 
Fields inherited from class org.herac.tuxguitar.gui.actions.Action
AUTO_LOCK, AUTO_UNLOCK, AUTO_UPDATE, DISABLE_ON_PLAYING, KEY_BINDING_AVAILABLE
 
Constructor Summary
ChangeTempoAction()
           
 
Method Summary
protected  int execute(TypedEvent e)
           
 TGSongManager getSongManager()
           
protected  void setTempo(int tempoValue, boolean applyToAllMeasures, boolean applyToEnd)
           
 void showDialog(Shell shell)
           
 
Methods inherited from class org.herac.tuxguitar.gui.actions.Action
addUndoableEdit, fireUpdate, getEditor, getFlags, getName, isKeyBindingAvailable, process, updateTablature
 
Methods inherited from class org.herac.tuxguitar.gui.actions.ActionAdapter
menuHidden, menuShown, mouseDoubleClick, mouseDown, mouseUp, shellActivated, shellClosed, shellDeactivated, shellDeiconified, shellIconified, widgetDefaultSelected, 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

DEFAULT_PERCENTS

protected static final int[] DEFAULT_PERCENTS
Constructor Detail

ChangeTempoAction

public ChangeTempoAction()
Method Detail

execute

protected int execute(TypedEvent e)
Specified by:
execute in class Action

showDialog

public void showDialog(Shell shell)

setTempo

protected void setTempo(int tempoValue,
                        boolean applyToAllMeasures,
                        boolean applyToEnd)

getSongManager

public TGSongManager getSongManager()
Overrides:
getSongManager in class Action