org.herac.tuxguitar.gui.actions.settings

Class EditConfigAction

Implemented Interfaces:
MenuListener, MouseListener, SelectionListener

public class EditConfigAction
extends Action

Field Summary

static String
NAME

Constructor Summary

EditConfigAction(TablatureEditor tablatureEditor)

Method Summary

boolean
doAction(TypedEvent e)
protected GridData
makeGridData(int minWith, int minHeight)
protected GridData
makeGridData(int with, int height, int minWith, int minHeight)
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

EditConfigAction

public EditConfigAction(TablatureEditor tablatureEditor)

Method Details

doAction

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

makeGridData

protected GridData makeGridData(int minWith,
                                int minHeight)

makeGridData

protected GridData makeGridData(int with,
                                int height,
                                int minWith,
                                int minHeight)

showDialog

public void showDialog(Shell shell)