org.herac.tuxguitar.gui.actions.duration

Class SetWholeDurationAction

Implemented Interfaces:
DisposeListener, MenuListener, MouseListener, SelectionListener

public class SetWholeDurationAction
extends Action

Field Summary

static String
NAME
static int
VALUE

Constructor Summary

SetWholeDurationAction(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:
1

Constructor Details

SetWholeDurationAction

public SetWholeDurationAction(TablatureEditor tablatureEditor)

Method Details

doAction

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

getSelectedDuration

public Duration getSelectedDuration()