org.herac.tuxguitar.gui.actions.duration
Class SetSixtyFourthDurationAction

java.lang.Object
  extended by org.herac.tuxguitar.gui.actions.Action
      extended by org.herac.tuxguitar.gui.actions.duration.SetSixtyFourthDurationAction

public class SetSixtyFourthDurationAction
extends Action


Field Summary
static java.lang.String NAME
           
static int VALUE
           
 
Constructor Summary
SetSixtyFourthDurationAction(TablatureEditor tablatureEditor)
           
 
Method Summary
 boolean doAction(TypedEvent e)
           
 Duration getSelectedDuration()
           
 
Methods inherited from class org.herac.tuxguitar.gui.actions.Action
fireUpdate, fireUpdate, getEditor, getLastEvent, getName, getSongManager, isEditableKeyBinding, menuHidden, menuShown, mouseDoubleClick, mouseDown, mouseUp, process, redraw, updateTablature, 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

VALUE

public static final int VALUE
See Also:
Constant Field Values
Constructor Detail

SetSixtyFourthDurationAction

public SetSixtyFourthDurationAction(TablatureEditor tablatureEditor)
Method Detail

doAction

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

getSelectedDuration

public Duration getSelectedDuration()