org.herac.tuxguitar.gui.actions.duration

Class SetSixteenthDurationAction

Implemented Interfaces:
DisposeListener, MenuListener, MouseListener, SelectionListener

public class SetSixteenthDurationAction
extends Action

Field Summary

static String
NAME
static int
VALUE

Constructor Summary

SetSixteenthDurationAction(TablatureEditor tablatureEditor)

Method Summary

boolean
doAction(TypedEvent e)
Duration
getSelectedDuration()

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, updateTablature, widgetDefaultSelected, widgetDisposed, widgetSelected

Field Details

NAME

public static final String NAME

VALUE

public static final int VALUE
Field Value:
16

Constructor Details

SetSixteenthDurationAction

public SetSixteenthDurationAction(TablatureEditor tablatureEditor)

Method Details

doAction

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

getSelectedDuration

public Duration getSelectedDuration()