org.herac.tuxguitar.gui.actions.composition

Class ChangeTimeSignatureAction

Implemented Interfaces:
MenuListener, MouseListener, SelectionListener

public class ChangeTimeSignatureAction
extends Action

Field Summary

static String
NAME

Constructor Summary

ChangeTimeSignatureAction(TablatureEditor tablatureEditor)

Method Summary

boolean
doAction(TypedEvent e)
void
showDialog(Shell shell)

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

Field Details

NAME

public static final String NAME

Constructor Details

ChangeTimeSignatureAction

public ChangeTimeSignatureAction(TablatureEditor tablatureEditor)

Method Details

doAction

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

showDialog

public void showDialog(Shell shell)